Azure-CLI/Powershell Password requirments
So i am trying to make a variable match the password requirements for making a virtual machine in azure CLI to do this it must have 3 of the following !uppercase, 1 lowercase 1 special character or a number This is the main code i am trying to change $AdminPassword = Read-Host -Prompt "Please insert a Admin Password (Password must have 3 of the following: 1 lower case character, 1 upper case character, 1 number and 1 special character)" This is the code i changed but isn't working correctly do { $AdminPassword = Read-Host -Prompt "Please insert a Admin Password (Password must have the 3 of the