PowerShell 10th Anniversary - Open Source / Running on Linux and Mac OS X
The PowerShell Team just dropped a bombshell!
The PowerShell Team just dropped a bombshell!
If you are creating Windows Forms (WinForms) using PowerShell with tools such as PowerShell Studio from Sapien, you might have some scenario where you want t...
When you need to join a machine to the Active Directory It is a pretty straight forward task using either the User Interface or the PowerShell cmdlet availab...
In my previous post I got started with Pester and wrote my first test against the Comment Based Help of my module AdsiPS.
Update 2019/07/26: It seems that the AST to Help content parameter comparison doesn’t work in PowerShell Core. See the example suggested by @mgeorgebrown89 ...
Just wanted to share a small PowerShell tips that Kirk Munro found. You can declare a function or Cmdlet Alias using the following keyword [Alias("MyAlias")]
During an onboarding process, I had to create some accounts on a remote site where the Exchange Role is installed. There, the account can be mail-enabled. We...
In the following post I demonstrate how you can retrieve all the rejected Review Activities from the last 60 days. I also include the DisplayName, the Decis...
I wanted to expend a bit on the previous post which retrieved all the Manual Activities completed in the last month.