04 2017 档案

摘要:国内版 第一步: Import-Module msonline Connect-MsolService 输入用户名密码 第二步: Get-MsolUser” 第三步: Set-ExecutionPolicy unrestricted $cred = Get-Credential $session = New-PSSession -ConfigurationName Micros... 阅读全文
posted @ 2017-04-08 21:28 汤姆 阅读(653) 评论(0) 推荐(0)
摘要:连接至Office365 的Powershell Get-MsolUser -UserPrincipalName admin@***.partner.onmschina.cn //Get-MsolUser 查看需要分配给full access人员的“名字” Get-Mailbox -ResultSi 阅读全文
posted @ 2017-04-08 19:41 汤姆 阅读(1726) 评论(0) 推荐(0)
摘要:国内版 第一步: Import-Module msonline Connect-MsolService 输入用户名密码 第二步: Get-MsolUser” 第三步: Set-ExecutionPolicy unrestricted $cred = Get-Credential $session = New-PSSession -ConfigurationName Microsoft.Exchan... 阅读全文
posted @ 2017-04-08 19:39 汤姆 阅读(1512) 评论(0) 推荐(0)
摘要:Office365创建通讯组 命令 new-DistributionGroup -Name 'test' -Members tom@msazure.cn 结果 命令 new-DistributionGroup -Name 'test1' -Members tom@msazure.cn -Alias test1 命令 命令 new-DistributionGroup -Name ... 阅读全文
posted @ 2017-04-08 15:22 汤姆 阅读(391) 评论(0) 推荐(0)
摘要:第一步:使用Microsoft Azure Active Directory Module for Windows Powershell连接至office365 管理中心: Connect-msolservice (输入全局管理员账号) 第二步:查看是否有用户或者组在使用需要删除的域名,并将这些用户以及组或者联系人导出来到CSV 文件。 输入命令查看在使用需要被删除的用户(请将msoffi... 阅读全文
posted @ 2017-04-07 22:25 汤姆 阅读(990) 评论(0) 推荐(0)
摘要:Connect-MsolService (Get-MSOLCompanyInformation).DirectorySynchronizationEnabled 用这个命令查看是enable还是Disable的 Set-MsolDirSyncEnabled -EnableDirSync $false 执行断开! 停止aad服务需要72小时 或者界面上运行 阅读全文
posted @ 2017-04-07 22:12 汤姆 阅读(205) 评论(0) 推荐(0)
摘要:Set-ExecutionPolicy unrestricted $cred = Get-Credential $session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri "https://outlook.office365.com/powershell-liveid/" -Credential $c... 阅读全文
posted @ 2017-04-07 22:07 汤姆 阅读(1779) 评论(0) 推荐(0)
摘要:以下选取热门型号Linux虚拟机,AWS和Azure的虚拟机配置包括本地SSD临时盘,阿里云虚拟机不带本地SSD临时盘,而且需要另配网卡带宽。以下价格为人民币含税(6%) 按使用量网站直接付费购买(On Demand / Web Direct) - 计费单位按小时 虚拟机配置 AWS 价格 Azure 价格 阿里云 价格 1核3.5-4G内存 ... 阅读全文
posted @ 2017-04-06 20:39 汤姆 阅读(3469) 评论(0) 推荐(0)
摘要:目前我碰到好几个案例是希望将客户以后的OA系统与Exchange中的日历系统相结合,比如致远或者泛微的OA系统。 客户的需求如下: 1、有了OA系统 2、客户使用Outlook当邮件客户端 3、客户希望在OA中定好会议室,能够同步到Exchange的日历里。 详细技术文档如下 关于Office365日历开发我们可以使用一下两种方式: 1、使用Office 365 API 使用Office 36... 阅读全文
posted @ 2017-04-06 20:35 汤姆 阅读(3149) 评论(0) 推荐(0)
摘要:待续 阅读全文
posted @ 2017-04-05 20:30 汤姆 阅读(231) 评论(0) 推荐(0)