Le Cloud de Christophe BOUCETTA

Voici le blog sur les communications unifiées et la collaboration Microsoft par un MVP nominé depuis 11 ans

Petite erreur du jour lors d'une migration Lync Server 2013 vers Online lors de la tentative d'ouverture d'un powershell remote a Skype for Business Online:

Get-CsPowerShellEndpoint : Unable to query AutoDiscover URL..

Correction:

KB: 2909536

Lien: https://support.microsoft.com/en-us/kb/2909536

Administrators who have a Lync hybrid deployment may receive the following error message when they try to connect to Skype for Business Online (formerly Lync Online) Remote PowerShell: 

Get-CsPowerShellEndpoint : Unable to query AutoDiscover URL at: http://lyncdiscover.contoso.com?Domain=contoso.com
Solution:
To resolve this issue, run the cmdlet again, but instead specify the OverrideAdminDomain property. Use the default domain that was included with your Office 365 subscription. For example, use contoso.onmicrosoft.com. The PowerShell cmdlet should resemble the following:

$cssession = New-CsOnlineSession –Credentials $cred –OverrideAdminDomain "contoso.onmicrosoft.com"
Exemple dans mon cas: $cssession = New-CsOnlineSession –Credential $cred –OverrideAdminDomain "nissarte.onmicrosoft.com"
Facebook Like