Quantcast
Channel: Office 365 - 繁體中文
Viewing all articles
Browse latest Browse all 2009

論壇文章:RE: 無法使用Powershell 大量修改帳號密碼

$
0
0
你好,请尝试删除 .csv 文件中的栏名称,按以下格式建立此 .csv 模板。建议直接使用系统 Notepad 来进行编辑。 user1@organization.onmicrosoft.com,PASSWORD user2@organization.onmicrosoft.com,PASSWORD user3@organization.onmicrosoft.com,PASSWORD user4@organization.onmicrosoft.com,PASSWORD 再运行以下命令重置用户密码。 Import-CSV "C:\1516_S1toS4pass.csv" -header("upn","password") | foreach {Set-MsolUserPassword -userPrincipalName $_.upn -NewPassword $_.password -ForceChangePassword $True}

Viewing all articles
Browse latest Browse all 2009

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>