Hier eine Sammlung vieler Active Directory Attribute. Active Directory Attributes MD5: 7AAF6E0104A1439E306B918CF3F33BAC
WeiterlesenSchlagwort: Search-ADAccount
Powershell AD – Inaktive Benutzer in csv exportieren
Export inactive Users Search-ADAccount –AccountInactive -DateTime “5/28/2016” -UsersOnly Import-Module ActiveDirectory Search-ADAccount –AccountInactive -TimeSpan 90.00:00:00 -UsersOnly | Select -Property Name,DistinguishedName,LastLogonDate Import-Module ActiveDirectory Search-ADAccount –AccountInactive -DateTime “1/8/2016”
Weiterlesen