News

Installing Chocolatey is easy, but before you do, you’ll need to open PowerShell as an administrator, which will give the program full permission to do things like install and update software.
To view all available commands, run Get-Command -Module PSWindowsUpdate, and you’ll notice that you can perform many tasks beyond installing patches. William Mabotja, an Azure-certified senior ...
PowerShell can help us in gathering the software on a local or remote system by giving us a couple of different options to perform the software gathering. One is through WMI and another is by looking ...
Setting up a new PC can take some time, but you can make it much easier to install all your apps in one go using this PowerShell script and Winget.
Get-Package -Name 'Adobe Air' | Install-Package As you can see, PowerShell provides you with a few different options to automate software downloads (and installs). If you need to reference software ...
I know that with a Windows server, you can push software out to PCs on a Domain, but I cannot recall what MS calls this service (help!) The question I have, does it have to be in a Domain? In ...
Whether you need to use PowerShell day-to-day or just want to poke around and learn it while on a Chromebook, here's how to get started.
K eeping your software updated is essential. Updates include new features and bug fixes that can help while using apps during production sessions, gaming, or media consumption. Th ...
But what if you do have a Windows 10 edition that supports Hyper-V, but you only want to install the Hyper-V PowerShell module without actually installing Hyper-V?