We're going to build off my previous series to show how to further the communication channel between Excel and PowerShell. In a recent series of posts, I explained how to launch a PowerShell script ...
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 ...
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 ...
Recently, I have been hard at work, creating some really complex PowerShell scripts related to a few projects that I have been working on. One of the big lessons that I have learned through all of ...
Don’t copy and paste the same code over and over again. Instead, create a PowerShell function and save yourself time.
PowerShell seems to have the ability to automate just about anything. Active Directory (AD) is no different. By downloading a freely available PowerShell module, an IT admin can manage every facet of ...
You can wrap an executable file around a PowerShell script (PS1) so that you can distribute the script as an .exe file rather than distributing a “raw” script file. This eliminates the need of ...
If you're tired of constantly reinstalling Windows 11 because it's broken, these PowerShell scripts are going to be huge time savers.