Topics include REST APIs, PSRemoting, Azure AD reporting and more...
Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux.
Replicating VMware NSX-T Services with REST API and PowerShell
by Fer Corrales on 1st March
I have worked on several NSX-V and NSX-T implementations that required the creation of an important number of objects, in the order of the thousands. Therefore, automation has been a must, so I have gained experience with PowerNSX, the PowerCLI NSX-T Module and REST API calls. Recently, I was working on getting a new NSX-T environment configured exactly the same as an existing one. When I was working on setting up Services, I decided to look for a way to take advantage of the configuration that was already in place on one of the data centers and replicate it on the new one. That is how I ended up writing this script.
The Beauty of Progress Bar in PowerShell 7.2 Preview 3
by Schillman on 2nd March
Old progress bar below, it’s not customisable, quite big and all that green colour & text is always rewritten to the pipeline for every time the progress bar updates, that’s a lot of writing.The New progress bar is minimal, just as the configuration implies. You have the possibilities to change the For/Back-ground colour along with some font changes.
How to Set up PSRemoting with WinRM and SSL [Step by Step]
by Tyler Muir on 3rd March
If you’re already running remote commands with PowerShell Remoting_ _(PSRemoting), you know how convenient the feature is. You’re able to connect to one or more remote computers and manage them like they were local. PSRemoting depends on Windows Remote Management (WinRm) to make it happen, and if you’re not using WinRM over SSL, you might be opening yourself up to some security issues.
Graph theory with PowerShell
by Dirk Bremen on 3rd March
In this post I’m going to explore a bit of graph theory based on chapter 2 of the excellent book “Think Complexity 2e” by Allen B. Downey, with a twist of using PowerShell to do it.
Azure AD Authentication Methods Summary Reports using Microsoft Graph and PowerShell
by Darren Robinson on 4th March
Ever needed to know how to extract Azure AD Authentication Methods Summary Reports using Microsoft Graph and PowerShell; well today is your lucky day! Find out how in this interesting article about using the Microsoft Graph API with PowerShell
Tweet of the Week
SecretManagement and SecretStore RC2 is out!
Youtube: 45. Secure (HTTPS) DSC Pull Server with SQL Database using a Group Managed Service Account (gMSA)
You have seen on the interwebs many blog posts and videos about setting up a Secure DSC pull server with SQL authentication with a local SQL service account. What I have not seen is a tutorial for how to setup a secure DSC Pull Server with a SQL Database using a Group Managed Service Account (gMSA).