Задача: Авторизоваться с Active Directory пользаками на Amazon-Linux-инстансах Continue reading "[AWS] AD авторизация Linux"
Метка: ActiveDirectory
[AD] проверить авторизационный данные в домене
Get-ADDomain -Identity "DC=site,DC=ru" -Server "10.10.10.2" -Credential "site\userlogin"
[AD] найти группу с помощью powershell
get-adobject -Filter 'ObjectClass -eq "group"' | Select-String "GroupName"
--пользака
get-adobject -Filter 'ObjectClass -eq "user"' | Select-String "userName"
AD администрирование в PowerShell
- Open Control Panel -> Programs and Features -> Turn On/Off Windows Features
- Find "Remote Server Administration Tools" and expand it
- Find "Role Administration Tools" and expand it
- Find "AD DS And AD LDS Tools" and expand it
- Check the box next to "Active Directory Module For Windows PowerShell".
- Click OK and allow Windows to install the feature