How to get this PowerShell command output into an iterable collection or array

前端 未结 0 579
南方客
南方客 2020-12-31 11:10

This answer shows how to output a list of computer-names on the domain:

   (([adsi]"WinNT://$((Get-WMIObject Win32_ComputerSystem).Domain)").Childre         


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