摘要:
Add-Type -AssemblyName System.Web $PasswordLength = 12 $SpecialCharCount = 0 $Password=[System.Web.Security.Membership]::GeneratePassword($PasswordLength, $SpecialCharCount) 阅读全文
posted @ 2020-01-08 15:19
momingliu11
阅读(196)
评论(0)
推荐(0)
浙公网安备 33010602011771号