202204s

UserCallingSettings in Microsoft Teams Admin Center (TAC)

Andres Bohren
Hi All, Since a few days you can view and set the UserCallingSettings in Microsoft Teams Admin Center (TAC). It seems that the "if unanswered" (VoiceMail in my case) Setting is not yet represented correctly. Teams Client > Settings > Calls Connect-MicrosoftTeams Get-CsUserCallingSettings -Identity a.bohren@icewolf.ch Regards Andres Bohren

You can't use TenantAllowBlockList when connected to Security and Compliance

Andres Bohren
Hi All, Recently i was stumbling across a weird behaviour regarding Exchange Online Protection (EOP) with TenantAllowBlockListItems. Get-TenantAllowBlockListItems https://docs.microsoft.com/en-us/powershell/module/exchange/get-tenantallowblocklistitems?view=exchange-ps Connect-ExchangeOnline Get-TenantAllowBlockListItems -ListType Url -Block Get-TenantAllowBlockListItems -ListType Url -ListSubType AdvancedDelivery Represented with the following Command Get-TenantAllowBlockListItems -ListType Url -Block Advanced Delivery - Represented with the following Command Get-TenantAllowBlockListItems -ListType Url -ListSubType AdvancedDelivery Then i connected to Security and Compliance Connect-IPPSSession Get-TenantAllowBlockListItems -ListType Url Error: Das Format des in den Parameter objectId eingegebenen Werts ist ungültig.

M365 group-based License (step-by-step)

Andres Bohren
Hi All, Most Organizations i know use M365 group-based Licensing. It fit's theyr provisioning Processes because it's just adding a User to another Active Directory Group. As they are already used to do. What is group-based licensing in Azure Active Directory? https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/active-directory-licensing-whatis-azure-portal Licensing requirements You must have one of the following licenses for every user who benefits from group-based licensing: Paid or trial subscription for Azure AD Premium P1 and above Paid or trial edition of Microsoft 365 Business Premium or Office 365 Enterprise E3 or Office 365 A3 or Office 365 GCC G3 or Office 365 E3 for GCCH or Office 365 E3 for DOD and above

Extract M365 Licensing GUID's and Product names from MS Website

Andres Bohren
Hi All, For a Project i wanted to Extract the M365 License and ServicePlan Guids from the Website below Product names and service plan identifiers for licensing https://docs.microsoft.com/en-us/azure/active-directory/enterprise-users/licensing-service-plan-reference The whole Script is published at my GitHub Repo https://github.com/BohrenAn/GitHub_PowerShellScripts/blob/main/AzureAD/ExtractGUIDandLicensesFromWebsite.ps1 Why not using PowerShell for that $URI = "https://docs.microsoft.com/en-us/azure/active-directory/enterprise-users/licensing-service-plan-reference" $WebRequest = Invoke-WebRequest -URI $URI $WebRequest | get-member As you can see, with PowerShell 7 the Property "ParsedHtml" is missing. It somehow has a dependency to the local installed Browser.

Use Set/Remove-CsPhoneNumberAssignment in MicrosoftTeams

Andres Bohren
Hi all, I hope you all have already seen the Change in M365 Message Center for assigning Teams Phone Number Set-CsPhoneNumberAssignment https://docs.microsoft.com/en-us/powershell/module/teams/set-csphonenumberassignment?view=teams-ps Remove-CsPhoneNumberAssignment https://docs.microsoft.com/en-us/powershell/module/teams/remove-csphonenumberassignment?view=teams-ps But there are also other Requirements before adding a Phone Number in Teams: The User must have a valid Teams License assigned The User must have a Teams Phone (PhoneSystem/MCOEV) License assigned We can check that with the Microsoft.Graph PowerShell Module #Get License from User Connect-MgGraph -Scopes User.

Deploy Azure SQL Database with ARM Template (Part 3)

Andres Bohren
Hi All, Finally i have some time to do a Project i've always wanted to do. In a Series of Blog Article i will create a SQL Server / SQL Database in Azure and compare diffrent Deployment Methods. Let's start with an ARM Template. First i started creating a SQL Database in the Azure Portal. Under "Review + create" you can download the Template. The Template consists of a template.json and parameters.

Deploy Azure SQL Database with AZ CLI (Part 2)

Andres Bohren
Hi All, Finally i have some time to do a Project i've always wanted to do. In a Series of Blog Article i will create a SQL Server / SQL Database in Azure and compare diffrent Deployment Methods. Let's start with the AZ CLI https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?tabs=azure-cli The Script can also be found on my GitHub Repo https://github.com/BohrenAn/GitHub_PowerShellScripts/blob/main/Azure/Demo02-SQLDB-AzCli.ps1 ############################################################################### # Demo02-SQLDB-Az.ps1 # Create SQL Server / Firewall Rule / SQL Database with AZ CLI

Deploy Azure SQL Database with AZ PowerShell Module (Part 1)

Andres Bohren
Hi All, Finally i have some time to do a Project i've always wanted to do. In a Series of Blog Article i will create a SQL Server / SQL Database in Azure and compare diffrent Deployment Methods. Let's start with the PowerShell AZ Module Install-Module AZ The Script can also be found on my GitHub Repo https://github.com/BohrenAn/GitHub_PowerShellScripts/blob/main/Azure/Demo01-SQLDB-Az.ps1 ############################################################################### # Demo01-SQLDB-Az.ps1 # Create SQL Server / Firewall Rule / SQL Database with AZ.

Azure PowerShell Module Az 7.4.0 released

Andres Bohren
Hi All, Just a few Hours ago the new Microsoft Azure PowerShell Module AZ 7.4.0 has been released. Microsoft Azure PowerShell Module Az 7.4.0 https://www.powershellgallery.com/packages/az/7.4.0 To check your installed Module and what Version is available in the PowerShell Gallery you can use the following commands Get-InstalledModule AZ Find-Module AZ AZ is just a Wrapper - the Modules have names Az.* Get-InstalledModule AZ.* I've checked my installed Modules. It's a mess - multiple Versions of the Modules.

ExchangeOnline: Changing the behavior of MoveRequest cmdlets

Andres Bohren
Hi All, A few Days ago Microsoft has anounced some changes in the MoveRequest cmdlets. Some Properties will be removed and two will be renamed and one will be added (see Table below). These Changes will pe appearing on 30 April 2022. Changing the behavior of MoveRequest cmdlets https://techcommunity.microsoft.com/t5/exchange-team-blog/changing-the-behavior-of-moverequest-cmdlets/ba-p/3267026 I've created a Screenshot: Red: These Properties will be removed Blue: These Properties will be renamed The Blog Article does not mention any changes in the MoveRequestStatistics.