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
}