Posts

Showing posts from March, 2024

Cross-Tenant Access Settings - Unable to find Tenant

Image
Cross-Tenant Access Settings - Unable to find Tenant It might be happen that the name.onmmicrosoft.com or FQDN of the partner tenant isn't working. In this case you must use the ENTRA TENANT ID: Not Found: Found with ENTRA ID TENANT ID

Connect PowerShell to Microsoft Teams

Image
Connecting with PowerShell to the Teams module. Often I'm asked: How to connect to Teams Module with PowerShell. If it fails with the message below, this is in Windows 10/11 the issues with Set-ExecutionPolicy. Set-ExecutionPolicy Unrestricted Required: PowerShell 5.1, .NET Framework 4.7.2 Install-Module -Name PowerShellGet -Force -AllowClobber Install-Module -Name MicrosoftTeams -Force -AllowClobber (or if installed: Import-Module PowerShellGet, Import-Module MirosoftTeams) Connect-MicrosoftTeam s

Export all your M365 Tenant Settings (DSC)

Image
 If you need to build templates or compare tenant settings. e.g. if you need to identify discrepancies for a cross-tenant migration.  The PowerShell cmdlet  Export-M365DSCConfiguration   allows you to compare settings. Introduction - Microsoft365DSC - Your Cloud Configuration Microsoft365DSC - Configuration-as-Code for the Cloud # Generated by Microsoft365DSC from https://export.microsoft365dsc.com on 04/03/2024, 17:44:22 # Visit https://microsoft365dsc.com for more information # Getting client credential $Credential = Get-Credential # Exporting resources using credentials Export-M365DSCConfiguration -Components @("AADAdministrativeUnit", ......l

Change Microsoft 365 Tenant Default Language

Image
 NOTE: the default language is set, defined and "burned-in" during your tenant setup. You CANNOT change the default language. This impacts all users in your tenant. They will ALLWAYS receive notification in the language defined during SETUP. Meaning: If you have set FRENCH during setup and change to e.g. English or whatever else. System Messages like SharePoint Storage limit is reached will be in the setup default language. In this case here French! The Organizational Information setting below will not change the default language to users or admins. !