Posts

Showing posts with the label Office 365.

Remote PowerShell login Office 365 all modules

Image
Remote PowerShell login Requisites login into Office 365 Skype for Business Online are: ·          Running OS must be 64bit ·          Microsoft .NET Framework 4.5. x ·          PowerShell Version 3.0 or higher (if you need to install Version 3.0+, download and install Windows Management Framework 4.0: https://www.microsoft.com/en-us/download/details.aspx?id=40855 ) You need to install the modules that are required for Office 365, SharePoint Online, and Skype for Business Online: Microsoft Online Service Sign-in Assistant for IT Professionals RTW (only for older systems :  Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Vista) Windows Azure Module for Windows PowerShell (64-bit version) -V2.0 Install-Module MSOnlin e Download the Windows PowerShell module for Skype for Business Online ht...

Skype for Business Online SIP URI Define or Change for Office 365 Online User

How is the SIP URI defined in Skype for Business Online? Can the SIP URI be changed? - Yes! I ran into an issue today, where we have registered an additional DNS Domain with the customer Office 365 tenant. Problem was, the UPN and EMAIL address was still @xx.onmicrosoft.com It was necessary changing the SIP address to the new domain. the User had: sip:      user@xx.onmicrosoft.com email   user@xx.onmicrosoft.com UPN    user@xx.onmicrosoft.com but we need to change actually only the SIP address to user@newdomain.com the command Set-CsUser -identity user -SipAddress sip: user@newdomain.com is not working! ERROR: Unable to set “SipAddress”. This parameter is restricted within Remote Tenant PowerShell. see support statement: https://support.microsoft.com/en-us/kb/2909916 ------------------------------------------------------------------------- What is important in Office 365 AZURE AD? First activation of the ...