[CmdletBinding()] Param( [string] $Identity ) If($Identity){ Get-ADUser -Identity $Identity -Properties LockedOut,MemberOf }