Powershell管理系列(二十三)PowerShell操作之使用密文密碼創建郵箱及連接powershell...

我們使用Powershell創建郵箱的時候,填寫密碼有兩種方式, 方法1、手動輸入密碼 $password = Read-Host "Enter password" -AsSecureString New-Mailbox -UserPrincipalName [email protected] -Alias chris -Database "Mailbox Database 1" -Name Ch
相關文章
相關標籤/搜索