0

使用此代码:

Get-ADUser -Filter {samaccountname -like "jsmith*"} | select samaccountname
Read-Host "what's up"

为什么在给我 AD 用户列表之前,我的输出总是询问“发生了什么事”?
仅当我使用select时才会出现此问题。

4

0 回答 0