With this code:
Get-ADUser -Filter {samaccountname -like "jsmith*"} | select samaccountname
Read-Host "what's up"
Why does my output always ask "what's up" before giving me the list of AD Users?
The issue only occurs if I use select.
With this code:
Get-ADUser -Filter {samaccountname -like "jsmith*"} | select samaccountname
Read-Host "what's up"
Why does my output always ask "what's up" before giving me the list of AD Users?
The issue only occurs if I use select.
Copyright © 2021 Jogjafile Inc.