Assigning Office 365 license via PowerShell is the need of the hour if the tenant doesn’t have a p1 license and you got to apply them manually. the only easy way is to use PowerShell for bulk license assignment. Also, it’s useful to upgrade or renew different licensing. if you …
Read More »Export all distribution Group and all members in Exchange and Office 365
In some situations, we have to Export all the Distribution group/Unified Groups and all the members of it to a CSV file. There is no command let available to retrieve the distribution group and distribution group members in bulk. The pipeline won’t work in this case. NEW ****2021 Export all …
Read More »Export all Teams Channels and all members in Office 365
In some situations like if we wish to study a new environment or restructure a existing environment or check user teams channels membership across the tenant. we have to Export all the Teams Channels and all the members of it to a CSV file. There is no command let available …
Read More »Embed Power BI content with Service Principal
You can embed power BI into any web-based solution you want. where you use an Azure AD App to connect, you will not need any power BI pro license to access it. Also, you will need a Power BI Premium capacity for the same when it goes production depends on …
Read More »Export CSV using Employee ID in Active Directory
When you have only employee ID as input in CSV. lets see how to export the appropriate Active directory accounts to a csv file with employeeID,displayName,givenName,sn,sAMAccountName, mail, Department. You can always modify the scripts to get desired output. Save as ps1 and update the CSV file location.
Read More »Adding members to unified group via csv
Make sure you Connected to Exchange Online PowerShell To check Unified Group Members – Add Members to Unified Group via CSV – CSV Sample – Double quotes is very important otherwise you many see undesirable adds. You can always use -WhatIf if you want to verify before applying
Read More »