Get-Appxpackage is a PowerShell command that can display a list of the app packages that are installed in a user profile. It includes all the applications that are installed from the Microsoft Store ...
These four simple PowerShell scripts fix common Windows headaches and save time with quick, copy-and-paste commands.
I'm writing a script to filter event log entries using the "Get-Winevent" cmdlet. I want to get events whose levels are greater than 0 (or where LevelName isn't "Informational"). I use the ...
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 was asked recently to migrate SharePoint site designs and site scripts to a new tenant. In this post all the steps including exporting the site designs and site scripts before importing them. All ...