Connecting to Teams
April 27, 2021 | by iaur | posted as Connect to M365 Services, PowerShell
Install Microsoft Teams PowerShell module Open PowerShell as an administrator then execute each line one at a time. Connect to the service
April 27, 2021 | by iaur | posted as Connect to M365 Services, PowerShell
Install Microsoft Teams PowerShell module Open PowerShell as an administrator then execute each line one at a time. Connect to the service
April 27, 2021 | by iaur | posted as Connect to M365 Services, PowerShell
Scenario You need to connect to Skype for Business Online PowerShell You are using a service account that is enabled with MFA Prerequisite Getting information ..more
February 2, 2020 | by iaur | posted as Connect to M365 Services, PowerShell
Prerequisite Install EXO V2 module Open PowerShell as an administrator and run the ff. cmdlets Steps Connecting to the service (security and compliance) Open PowerShell ..more
February 2, 2020 | by iaur | posted as Connect to M365 Services, PowerShell
Prerequisite Install EXO V2 module Open PowerShell as an administrator and run the ff. cmdlets Steps Connecting to the service Open PowerShell as an administrator ..more
July 10, 2019 | by iaur | posted as Connect to M365 Services, PowerShell
Open PowerShell as an administrator then execute each line one at a time. Set-ExecutionPolicy RemoteSigned $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.compliance.protection.outlook.com/powershell-liveid/ ..more
March 13, 2018 | by iaur | posted as Connect to M365 Services, PowerShell
Remove pre-installed previews Open PowerShell as an administrator Uninstall-Module -Name AzureADPreview Download the Module https://www.microsoft.com/en-us/download/details.aspx?id=51451 (restart required) Connect to Azure AD from Powershell Open PowerShell ..more
February 21, 2018 | by iaur | posted as Connect to M365 Services, PowerShell
Download the Module Skype for Business Online, Windows PowerShell Module(Restart Required) Update: feel free to use my local copy as the module is no longer ..more
August 3, 2017 | by iaur | posted as Connect to M365 Services, PowerShell
Open PowerShell as an administrator then execute each line one at a time. Set-ExecutionPolicy RemoteSigned $credential = Get-Credential $exchangeSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri “https://outlook.office365.com/powershell-liveid/” ..more
June 24, 2017 | by iaur | posted as Connect to M365 Services, PowerShell
Install The Microsoft Online Services Sign-In Assistant for IT Professionals RTWl https://www.microsoft.com/en-us/download/details.aspx?id=41950 Connect to MSOL from PowerShell Open PowerShell as an administrator then execute each ..more
May 21, 2017 | by iaur | posted as Connect to M365 Services, PowerShell
Install the SharePoint Online Management Shell by downloading and running the SharePoint Online Management Shell Example: From <https://docs.microsoft.com/en-us/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps>