A script is just a collection of commands saved into a text file (using the special .ps1 extension) that PowerShell understands and executes in sequence to perform different actions. In this post, we ...
I created this script to automate the setup of users in office 365 without having to use the directory sync component. It creates and license the user, and sets all the regional settings for the ...
Where Get-Command and Get-Help showed you how to find a command and learn more about how to use it, Get-Member provides the ability to dive into the objects that are the result of your commands and ...
Use PowerShell in Windows to automate tasks, troubleshoot your device, and extend Windows functionality. Always inspect or verify scripts before running them, and only relax restrictions for trusted ...
We get it. From the outside, PowerShell can appear to be an incredibly powerful tool that only the most hardened IT pros can wield. But that just is not the case. Petri Paavola and his 20-plus years ...
I’m making a new Powershell inventory script. I already have one, but I’m fiddling with the arrays to see if I can make the code a little prettier. I can make variables that have custom members with ...
Back in 2008, I wrote a piece called PowerShell Tips and Tricks, which covered the then-relatively new Windows scripting language and some cool things you could do with it. Although PowerShell has ...
In my previous post, I showed you how to create a clickable button in Excel. That button displayed a simple message box. Now, I want to show you how to use the button to kick off a PowerShell script.
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 ...