Get-ADUser scripts
- Get users with the specified manager:
Get-ADUser -Filter { Manager -eq "CN=Ivan Ivanov,OU=Users,DC=contoso,DC=com" } -Properties Mal, Title | ft Name, Title
- Do not forget to run before: import-module ActiveDirectory
- Get info about users which are in the group: Get-ADGroupMember groupname | Get-ADUser -Properties Name, Title | ft Name, Title
Zabbix 3 + Adding VMWare hosts DHCPD + Classes e.g. MAC-address
Comments are currently closed.