Hi,
I'm trying to remember how to do this:
$users = Get-ADUser -Filter *
Now I want to show only the "Name" column (and not using $users | select Name)
$users.name
That command wasn't supposed to do that???
It just gives me a blank line........
Hi,
I'm trying to remember how to do this:
$users = Get-ADUser -Filter *
Now I want to show only the "Name" column (and not using $users | select Name)
$users.name
That command wasn't supposed to do that???
It just gives me a blank line........