thecoldone06
Member
- Reaction score
- 1
- Location
- St. Louis, MO
General System Information Script
I've been messing around with MS's new scripting language, Powershell. It's a very cool language. For those that have Powershell installed, I'd like you to take a look at a script I made. I did it yesterday so I'm sure it can be broken. It basically gives you System, OS, CPU, Disk, Network, and event log information for the local box or a remote box. In the script body at the bottom, define $computer (ex. $computer = "localbox", "remote1", "remote2") Then go to powershell and run it. I know there is a way to make Powershell portable, which this would give a very easy to way of getting lots of information fairly quickly for machines that don't even have PS installed. Let me know what you think.
NOTE: In order to run the file you need to download it and rename it with a .ps1 extension.
I've been messing around with MS's new scripting language, Powershell. It's a very cool language. For those that have Powershell installed, I'd like you to take a look at a script I made. I did it yesterday so I'm sure it can be broken. It basically gives you System, OS, CPU, Disk, Network, and event log information for the local box or a remote box. In the script body at the bottom, define $computer (ex. $computer = "localbox", "remote1", "remote2") Then go to powershell and run it. I know there is a way to make Powershell portable, which this would give a very easy to way of getting lots of information fairly quickly for machines that don't even have PS installed. Let me know what you think.
NOTE: In order to run the file you need to download it and rename it with a .ps1 extension.
Attachments
Last edited: