Powershell deployment to report back from each computer
Powershell scripts were created to get information from network computers. The script's commands are to redirect output to a central share. That only happens when the scripts run on my PC but not on other's. Here's one script:$HostName = hostname$...