© 2023 Hashnode
#powershell
This blog details how to encrypt and decrypt a string or password via PowerShell. Open a PowerShell ISE Editor as an Administrator and check your PS Version. The full article is tested on 5.X PS versi…
The official command Connect-MgGraph doesn't support authentication using given credentials. But there is a solution 👍 You can authenticate to Azure using Connect-AzAccount at first and then save generated token and use it for making a con…
Instructions to install scoop Scoop is a command-line installer for Windows. It installs programs you know and love, from the command line with a minimal amount of friction. To be able to install and …
Introduction Welcome back to our series on working with Azure PowerShell! In our last article, we covered the basics of getting started with Azure PowerShell and creating a virtual machine. Now, it's …
Introduction Welcome to the world of Azure PowerShell, where automation and flexibility meet to bring your cloud deployments to the next level. Are you ready to take your skills to the next level, but…
Sometimes you have to go it alone. In my last post I went through how to retrieve secrets from Azure Key Vault, from creating Key Vaults, through securing them with certificates, and fetching those secrets - all from powershell. For the mos…
In the third and final part of our Azure Conditional Access Policies as Code with Graph API series, we'll be covering the Apply phase of our policies. You can check out the other parts from the links below: Part 1: Write Part 2: Plan Par…
I was going to write that blog entry on using REST from powershell, as well as Alternate Data Streams on NTFS. And I still will, but to make the journey more coherent, I want to look at keeping secrets first. I'm on my third iteration of a …
CI/CD has become an integral part of ALM these days and PowerShell is the first choice of scripting, Dataverse projects are no exception. For Setting up CI/CD for Dataverse already many extensions are…
So this is my first blog kicking off a mini project. This is a good project for doing mass renaming. You can also utilize this for renaming the directories as well, but I will leave that to you to fig…