Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Displaying Description

$
0
0

hello all,

I am having a little trouble getting the "description" field to show anything with the search-ADAccount comlet. the script works and it pull all the disabled objects names but no description. I am hoping I just over looked something

functionsDcomp{

 

Search-ADAccount 

 

 

-SearchBase$d-AccountDisabled-ComputersOnly|Format-TableName,Description

Pause

}


Viewing all articles
Browse latest Browse all 6937

Trending Articles