Using PowerShell to zip or unzip files requires some technical knowledge, but it doesn’t necessarily require advanced knowledge. PowerShell commands are quite straightforward, particularly for basic ...
Typically, on a Windows-based PC, you can check an item or a folder’s size by just right-clicking the item or folder and then selecting Properties from the context menu. In this post, we will show you ...
Sometimes it’s easiest to learn something new simply by using it, and to my mind PowerShell is no exception. Often we discover new capabilities and features in looking at what tasks other people are ...
Sometimes you need to scan some files for a piece of data like a string, phrase or some number, and one of those files just happens to be an Excel spreadsheet. You could open up the file, launch the ...
A step-by-step guide to help you deploy IIS and default Web sites using PowerShell in less than five minutes! Think about how many times you install IIS. Not much? Really? Consider platforms such as ...
Many information technology (IT) professionals use Windows Software Update Services (WSUS) to manage updates across all their Windows systems and other third-party software. When WSUS is paired with ...
FFmpeg was designed as a cross-platform solution for video and audio recording, conversion, and streaming. Its About page describes the command-line tool as “the leading multimedia framework, able to ...
With the addition of the DNSClient module in PowerShell, you can take some of the old ipconfig commands that we know and love and make them more robust using PowerShell. Also available are a number of ...