PowerShell – PowerShell generated batch file results in error þ is not...
Some time ago, a colleague told me he was having trouble generating a batch file using PowerShell. The batch file as generated, but when he tried to run the batch file, it resulted in an error...
View ArticleCertification – My thoughts on Microsoft Certification Booster packs
Since March 7th, Microsoft is selling booster packs which can be bought until August 31. The exams can be taken up until six months after your purchase. The following boosters packs are available:...
View ArticleLast week to buy Microsoft Certification Booster Pack promotion for your exam
Microsoft Certification Booster Packs are sold for $200-$225 depending on the package and your country. This basically means that: For $200 you can choose between “1 Exam + 30 days access to online...
View ArticleOffice 365 – Access denied when trying to connect to Exchange Online PowerShell
When trying to connect to Exchange Online PowerShell using the code below with a global administrator account, I was getting an access denied error: $usercredential = get-credential $Session =...
View ArticleOffice 365 – Create PowerShell Session is failed using OAuth when trying to...
For some time now I’ve been using the Microsoft Exchange Online Powershell Module that supports Azure multi-factor authentication (MFA) , but for an unknown reason it stopped working When trying to...
View ArticlePowerShell – Getting started with Visual Studio Code and GitHub
In the past years I’ve been creating scripts and storing them on my personal OneDrive that is connected to multiple desktops and laptops I use. Additionally, my Synology NAS syncs with OneDrive and...
View Article#PowerShell – Create a simple GUI form in seconds
As a PowerShell person I’m personally not a big fan of creating a GUI for PowerShell scripts. This is however something that is asked a lot when PowerShell scripts are created for by example...
View Article#PowerShell – Trying to have my blog added to Planet PowerShell
When I first saw the announcement of Planet PowerShell I loved the concept of having blog posts aggregated in a single place to thought it was a great idea to aggregate PowerShell related blog posts....
View Article#PowerShell – Anybox module to easily create GUIs by @dm3ll3n
In my previous post #PowerShell – Create a simple GUI form in seconds I wrote about a script I made to easily create a GUI. After posting it, a colleague of mine said he had seen a great solution for...
View Article#PowerShell – Getting started with #Pester unit tests to improve code quality
On my list I have a couple of PowerShell related subjects I want/need to learn more about. These include, but are not limited to parallelization, GitHub, DSC, PowerShell Core, JEA, Plaster, DBAtools...
View Article