Right now i have all of the systems managed in a text file. I run :
gc c:\allcomputers.txt | %{get-ciminstance -classname win32_computersystem}
I receive a list of my local computers information. Is there anyway to get all systems across my domain.
Right now i have all of the systems managed in a text file. I run :
gc c:\allcomputers.txt | %{get-ciminstance -classname win32_computersystem}
I receive a list of my local computers information. Is there anyway to get all systems across my domain.