News

Previously, WSUS included an option to import updates from the Microsoft Update Catalog site. Users had to use the WSUS admin user interface to import updates. Microsoft has replaced this method with ...
What if your PC could take care of boring tasks for you? With Windows PowerShell, it can. Here's how I use PowerShell to automate everyday repetitive tasks that I would be less keen to do otherwise.
PowerShell is not just an application, it is a scripting language built on .Net CLR that automates IT tasks. It has backward compatibility with CMD and can automate simple or complex tasks. Because of ...
I am trying to learn PowerShell (using V3) and have a need to create a script that will copy a folder structure with logging. Originally I made a small script calling robocopy and that worked quite ...