office365

如何解决使用Office365账号登陆激活Office365时报错0xCAA80000?

大城市里の小女人 提交于 2020-02-26 01:50:19
如何解决使用Office365账号登陆激活Office365时报错0xCAA80000? ©Lander Zhang 专注外企IT基础架构运维服务,IT Helpdesk 实战培训践行者 博客: https://blog.51cto.com/lander 51CTO讲师首页: https://edu.51cto.com/lecturer/733218.html 轻松进外企:IT Helpdesk工程师实战自学之路 博文介绍: https://blog.51cto.com/lander/2413018 视频课程专题系列: https://edu.51cto.com/topic/2471.html 更新时间:2020/02/22 故障描述 因为疫情,很多客户都在家办公。有些用户春节过年没有带电脑回家,因此就在家里电脑上下载安装Office365并登陆,以满足在家办公条件。 在安装完Office365后,打开OneDrive准备使用账号登陆激活时无法弹出登陆框界面,报错“ We can't connect you .”,且错误提示为“ 0xCAA8000 ”无法完成激活: 操作步骤 按 微软徽标+R键 后在 运行 窗口输入 inetcpl.cpl 回车以进入IE选项设置: 切换到 Advanced ,勾选 Use TLS 1.0/2.0/3.0 后点击A pply - OK 关闭:

'onlineMeetingUrl' is null after call Create Event in Graph api

爱⌒轻易说出口 提交于 2020-02-25 07:09:09
问题 I use create event api to create an event object with "onlineMeetingUrl: https://meet.lync.com/example/joyce/NLSD7Y62" but the response of "onlineMeetingUrl" is null. Is it a bug or is there any way to create a new event with 'onlineMeetingUrl'? Here are my test steps. Step 1. POST /me/events { "@odata.etag": "W/\"BfXylo4WykyAenTZICXL5AAApUQ11g==\"", "id":

'onlineMeetingUrl' is null after call Create Event in Graph api

你。 提交于 2020-02-25 07:07:46
问题 I use create event api to create an event object with "onlineMeetingUrl: https://meet.lync.com/example/joyce/NLSD7Y62" but the response of "onlineMeetingUrl" is null. Is it a bug or is there any way to create a new event with 'onlineMeetingUrl'? Here are my test steps. Step 1. POST /me/events { "@odata.etag": "W/\"BfXylo4WykyAenTZICXL5AAApUQ11g==\"", "id":

How is a String marked as bold in a Libre Office flat XML (fods) file?

我是研究僧i 提交于 2020-02-16 10:40:09
问题 Looking at the raw XML from a .fods file: <table:table-column table:style-name="co1" table:default-cell-style-name="ce17"/> <table:table-row table:style-name="ro1"> <table:table-cell table:style-name="ce15" office:value-type="string" calcext:value-type="string"> <text:p>John Smith</text:p> </table:table-cell> </table:table-row> <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce16" office:value-type="string" calcext:value-type="string"> <text:p>(123) 456-7890</text

Connect Office 365 Exchange Online through Powershell

牧云@^-^@ 提交于 2020-02-05 06:16:11
问题 I am trying to perform some operations on Exchange online(Office 365) through powershell. First I created a new powershell session and exported the modules to local as "o365", so that on any later operation I no need to use Import-PsSession to download the required modules $cred = Get-Credential $s = New-PSSession -ConfigurationName "Microsoft.Exchange" -ConnectionUri "https://ps.outlook.com/powershell/" -Credential $cred -Authentication Basic -AllowRedirection Export-PsSession -session $s

Connect Office 365 Exchange Online through Powershell

巧了我就是萌 提交于 2020-02-05 06:14:49
问题 I am trying to perform some operations on Exchange online(Office 365) through powershell. First I created a new powershell session and exported the modules to local as "o365", so that on any later operation I no need to use Import-PsSession to download the required modules $cred = Get-Credential $s = New-PSSession -ConfigurationName "Microsoft.Exchange" -ConnectionUri "https://ps.outlook.com/powershell/" -Credential $cred -Authentication Basic -AllowRedirection Export-PsSession -session $s

Connect Office 365 Exchange Online through Powershell

女生的网名这么多〃 提交于 2020-02-05 06:14:07
问题 I am trying to perform some operations on Exchange online(Office 365) through powershell. First I created a new powershell session and exported the modules to local as "o365", so that on any later operation I no need to use Import-PsSession to download the required modules $cred = Get-Credential $s = New-PSSession -ConfigurationName "Microsoft.Exchange" -ConnectionUri "https://ps.outlook.com/powershell/" -Credential $cred -Authentication Basic -AllowRedirection Export-PsSession -session $s

Connect Office 365 Exchange Online through Powershell

一个人想着一个人 提交于 2020-02-05 06:11:06
问题 I am trying to perform some operations on Exchange online(Office 365) through powershell. First I created a new powershell session and exported the modules to local as "o365", so that on any later operation I no need to use Import-PsSession to download the required modules $cred = Get-Credential $s = New-PSSession -ConfigurationName "Microsoft.Exchange" -ConnectionUri "https://ps.outlook.com/powershell/" -Credential $cred -Authentication Basic -AllowRedirection Export-PsSession -session $s

Microsoft Graph API Refresh Token Expired

拥有回忆 提交于 2020-02-03 08:04:05
问题 I have a web application integrated to Office 365 using Microsoft graph API. I have using the application for more than a year now. Lately I have been receiving an error stating the refresh token has expired due to inactivity hence I am not able to update that users subscription by 3 days. Now whenever an email hits the users inbox there is an exception in the listen state. below is the error message Error validating credentials. AADSTS70008: The refresh token has expired due to inactivity.

Determine if connect-msolservice has already been successfully called

我只是一个虾纸丫 提交于 2020-02-01 22:13:36
问题 I am writing an Office 365 assistance tool in PowerShell and have what I think is a simple question I can't find the answer to. How can I tell if a connection as created by Connect-MsolService is present and active? There must be some way to know because the other cmdlets can check, I just don't know what that way is and I'm not having luck finding it. 回答1: Connect-MsolService return an object once connected, and as far as I can see doesn't add new variables. Maybe you can determine that by