V
Size: a a a
V
as
as
as
4
as
V
AF
AF
V
as
DistinguishedName
GroupCategory
GroupScope
Name
ObjectClass
ObjectGUID
SamAccountName
SID
AF
@($UsersUnpaired.FUser) |
Sort-Object Name |
Select @(
'DisplayName',
'employeeNumber',
@{label='LastLogonDate'; expression = {$_.LastLogonDate.ToString('o')}},
@{label='empNumTrim'; expression = {$_.employeeNumber.TrimStart('#')}} ) |
Out-GridView
as
as
@($UsersUnpaired.FUser) |
Sort-Object Name |
DisplayName,
employeeNumber,
@{label='LastLogonDate'; expression = {$_.LastLogonDate.ToString('o')}},
@{label='empNumTrim'; expression = {$_.employeeNumber.TrimStart('#')}} |
Out-GridView
AF
as
AF
as
D
D