New-PSDrive -Name bart -PSProvider activedirectory -Root "AD:\ou=test,dc=domain,dc=com"
ls bart:
Get-Item -Path '.\*' -properties showInAddressBook | select showInAddressBook, NAme
ls bart:
Get-Item -Path '.\*' -properties showInAddressBook | select showInAddressBook, NAme
Komentarze
Prześlij komentarz