Get-ADUser -Filter * -SearchBase "ou=testou,dc=Domain,dc=net" -and "ou=salseou,dc=Domain,dc=net" -and "ou=VIP,ou=new,dc=Domain,dc=net"
above commands is not helping me to get specific these OU user details. Please correct this poweshell command
Raj
Get-ADUser -Filter * -SearchBase "ou=testou,dc=Domain,dc=net" -and "ou=salseou,dc=Domain,dc=net" -and "ou=VIP,ou=new,dc=Domain,dc=net"
above commands is not helping me to get specific these OU user details. Please correct this poweshell command
Raj