by mtsimmons | Aug 19, 2021 | PowerShell (Modern)
I’ve mentioned previously about How to Create a Random Password using the .NET Framework. That works for Windows Powershell, but it doesn’t work for .NET 5, which is what modern versions of PowerShell use. So what can you do? Well, thankfully it’s...
by mtsimmons | May 28, 2018 | Windows PowerShell (Legacy)
I get tired of thinking up unique and strong passwords. So anymore, for the most part, I don’t do it. I will use random generated passwords, then save them into an Azure KeyVault. It is a good way to use strong passwords that are practically impossible to...