Posts

Showing posts with the label License O365

New Discounts on Meeting and Calling Experiences in Microsoft Teams

  In the current CoVid-19 situation Microsoft has now started offering discounts on the Microsoft Meeting and the calling licenses for the existing Enterprise Customers. Microsoft Advanced Communications License 35% Discount on the Microsoft Advanced Communications License which provides mainly the below features: - ·          Compliance Recording Graph API Access ·          Contact Center solution Graph API Access ·          Live event of up to 20K participants New Feature Release coming in November 2020 ·          1,000-person Interactive Teams Meetings ·          Customized Lobby with Branding capability ·          Large Overflow Meetings For the meeting features, the meeting organizer needs to be licensed. Attendees do no...

How to Find the Time Stamp for the License Assigned in M365/O365 for an End User or for the Entire Tenant

  Below is the Step by Step Instruction for getting the Time Stamp for the End User License Assignment for any user. The commands can be used to get the output for all the Licenses we only need to change the License SKU in the Script and we should be able to get output. 1. First Step is to Install the Azure AD Module. •          Open the Powershell •          Run the Command Install-Module -Name AzureAD •          If Prompted Press Yes and Install the Module   2. Next Step is to Connect to Office 365 Admin Portal via PowerShell •          In case the MS Online Powershell is missing we need to install the same. To install the MS Online Powershell Open the Powershell in the Admin Mode and run the following Command •          Install-Module MSOnline •   ...