Powershell random passwords and for-loop

前端 未结 0 587
离开以前
离开以前 2021-01-16 00:48
$users = @("a", "b", "c")

ForEach ($user in $users){
      $Passwords = ([System.Web.Security.Membership]::GeneratePassword(10,3))
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题