How to retrieve data using a SQL query that takes a list of users stored in a powershell variable as input?

前端 未结 0 1235
梦毁少年i
梦毁少年i 2020-12-08 20:25

I have a list of Ids in the $netid variable from the below powershell script:

$netid =Get-ADGroupMember ADGROUPSAMPLE1 | select accountname

W

相关标签:
回答
  • 消灭零回复
提交回复
热议问题