So far in this book, we have shown you how to
Work with event logs
Gather detailed information from a server
Discover installed applications
Get Windows updates
Manage running processes
Work with services
There’s a lot of good information here to glean information from a computer both locally and remotely. In this chapter, we’ll talk about putting them together and ways to build this knowledge into more robust scripting.
Building Modules
PowerShell coding starts simple, ...