Ever since Windows Server was first introduced back in the '90s, the tool of choice for managing system services has been the Service Control Manager. It is possible, however, to manage system ...
When a key service goes down on a server, you will usually hear about it from a user or another office such as the help desk when they begin receiving calls from users. It's also entirely possible ...
A script is just a collection of commands saved into a text file (using the special .ps1 extension) that PowerShell understands and executes in sequence to perform different actions. In this post, we ...
A handful of scripts can eliminate a lot of work.
As any system administrator knows, using a domain account as a service account is a great practice. Of course, making sure that the account is using the lowest level of privileges is just as important ...
Microsoft this week described how to use PowerShell to better manage Windows 10 updates when using the Windows Update for Business' new Deployment Service addition. Windows Update for Business is an ...
Back in 2008, I wrote a piece called PowerShell Tips and Tricks, which covered the then-relatively new Windows scripting language and some cool things you could do with it. Although PowerShell has ...