In a previous tip, we showed you how to create random passwords. Thanks to your feedback, here is an even shorter version:
-join ([Char[]]'abcdefgABCDEFG0123456&%$' | Get-Random -count 20)
In a previous tip, we showed you how to create random passwords. Thanks to your feedback, here is an even shorter version:
-join ([Char[]]'abcdefgABCDEFG0123456&%$' | Get-Random -count 20)