以系統管理員身分執行Windows PowerShell ,執行前可能需要安裝一些程式,可Google得到,在此不提供。
2016年12月28日 星期三
使用powershell指令批次更改Exchange Online的使用者設定
以系統管理員身分執行Windows PowerShell ,執行前可能需要安裝一些程式,可Google得到,在此不提供。
2016年12月1日 星期四
使用Powershell更改Outlook語言與時區
來源:Exchange中文站
http://www.exchangecn.com/office365/20150617_2411.html
只節錄部份:
連接到 Exchange Online:
執行以下命令掛載Exchange Online管理腳本
全球版O365
$exchangeSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri “https://outlook.office365.com/powershell-liveid/” -Credential $credential -Authentication “Basic” -AllowRedirection
Import-PSSession $exchangeSession
更改時區指令:
Get-mailbox| Set-MailboxRegionalConfiguration -Language 1028 -DateFormat "yyyy-MM-dd" -TimeFormat "H:mm" -TimeZone "Taipei Standard Time"完整版請見:
https://www.evernote.com/shard/s213/sh/68d296ac-b5e6-4e85-9977-6d990abf5f4a/dd17b0dbde2fed815134bc3ed60c61bb
參考資料:
https://www.cogmotive.com/blog/office-365-tips/set-language-and-time-zone-for-all-owa-users-in-office-365
使用指令更改Office365與Exchange Online設定
因作業需求,Google到一篇蠻實用的教學,透過指令批次更改Office365的設定,轉貼到這裡留作備用。
原始出處皆為:Chris 開發筆記 - Office365、Exchange Online帳號管理常用指令
http://chrislunotes.blogspot.tw/2015/08/office365cli.html
訂閱:
文章 (Atom)