Powershell Alpha in Ubuntu
-
I have installed Powershell in Ubuntu 16.04 trying to get AD Module which is not found in it.Whether anyone using the AD Module in Powershell at Ubuntu.
https://4sysops.com/archives/install-powershell-on-ubuntu-16-04/
Any one have idea or used the powershell in Ubuntu ?
-
I use powerShell on Linux regularly. But nothing with AD.
-
@lakshmana said in Powershell Alpha in Ubuntu:
https://4sysops.com/archives/install-powershell-on-ubuntu-16-04/
Don't follow this ancient guide. PowerShell has not been in Alpha for a long time. Just go directly to Microsoft's PowerShell site and get the current, full release.
-
-
@scottalanmiller Thanks Checking on that now
-
@scottalanmiller said in Powershell Alpha in Ubuntu:
I use powerShell on Linux regularly. But nothing with AD.
Whether we can check the locked users from the AD ?
-
@lakshmana said in Powershell Alpha in Ubuntu:
@scottalanmiller said in Powershell Alpha in Ubuntu:
I use powerShell on Linux regularly. But nothing with AD.
Whether we can check the locked users from the AD ?
That's not coming from PowerShell. AD Cmdlets are their own Windows tools, not part of PowerShell on Linux or on Windows. PowerShell is only the shell, not the commands. Just like BASH.
So unless someone separately ports the AD tools over to Linux, you won't have access to them. But you can use PowerShell to connect to Windows, but you can do that with SSH already.
-
@lakshmana said in Powershell Alpha in Ubuntu:
@scottalanmiller said in Powershell Alpha in Ubuntu:
I use powerShell on Linux regularly. But nothing with AD.
Whether we can check the locked users from the AD ?
Take a look below:
https://powershell.org/forums/topic/activedirectory-for-powershell-on-linux/
https://www.reddit.com/r/PowerShell/comments/7ttrad/linux_powershell_what_does_it_take_to_run_ad/
So far it is not possible.
-
@dbeato said in Powershell Alpha in Ubuntu:
@lakshmana said in Powershell Alpha in Ubuntu:
@scottalanmiller said in Powershell Alpha in Ubuntu:
I use powerShell on Linux regularly. But nothing with AD.
Whether we can check the locked users from the AD ?
Take a look below:
https://powershell.org/forums/topic/activedirectory-for-powershell-on-linux/
https://www.reddit.com/r/PowerShell/comments/7ttrad/linux_powershell_what_does_it_take_to_run_ad/
So far it is not possible.
Enter-PSSession
doesn’t even work. -
This post is deleted!