Run the shell command below to get the extract.
Get-ADUser -Filter {SamAccountName -like "*_a"} | Select-Object Name,SamAccountName,Enabled,DistinguishedName
Run the shell command below to get the extract.
Get-ADUser -Filter {SamAccountName -like "*_a"} | Select-Object Name,SamAccountName,Enabled,DistinguishedName
No comments:
Post a Comment