This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
ldap:ad_rfc2307 [2021/11/29 16:05] manu |
ldap:ad_rfc2307 [2022/03/28 21:11] (current) manu |
||
---|---|---|---|
Line 67: | Line 67: | ||
Set-ADUser | Set-ADUser | ||
+ | If Powershell modules are missing, install them | ||
+ | Get-WindowsCapability -Name RSAT.ActiveDirectory* -Online | Add-WindowsCapability -Online | ||
+ | | ||
Here is an example to create a AD group “linux_user” with a GID of 20000 and a NisDomain “emc”: | Here is an example to create a AD group “linux_user” with a GID of 20000 and a NisDomain “emc”: | ||
<cli prompt='$'> | <cli prompt='$'> |