Get-SystemInfo_ps1 is a simple interactive script for remotely running the SystemInfo command remotely:
invoke-command -ErrorAction stop -computername $ComputerName -ScriptBlock { systeminfo /fo list }
The results are displayed in a text box form.
"Yeah. I wrote a script that will do that."
Get-SystemInfo_ps1 is a simple interactive script for remotely running the SystemInfo command remotely:
invoke-command -ErrorAction stop -computername $ComputerName -ScriptBlock { systeminfo /fo list }
The results are displayed in a text box form.