Hi All,
Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.9.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 5.9.0
Read more details in the Release Notes.
I’ve already blogged about Microsoft Teams 5.8.1 Preview Managed Identity support for *-cs cmdlets
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module
Hi All,
Recently i have stumbled across the following Article on how to extend the M365 Profile card with custom Entra ID Attributeds
Add or remove custom attributes on a profile card using the profile card API
You can only use the following Attributes
UserPrincipalName Fax StreetAddress PostalCode StateOrProvince Alias and
customAttribute1 customAttribute2 customAttribute3 customAttribute4 customAttribute5 customAttribute6 customAttribute7 customAttribute8 customAttribute9 customAttribute10 customAttribute11 customAttribute12 customAttribute13 customAttribute14 customAttribute15 In Graph Explorer we can check the current Profile Card Properties
Hi All,
Microsoft has releaseed the MicrosoftTeams 5.8.1 Preview Module
PowerShell Gallery MicrosoftTeams 5.8.1-preview Release Notes
5.8.1-preview* (The project - MicrosoftTeams contains changes till this release) Adds support for managed identity based auth for *-Cs cmdlets using -Identity parameter in Connect-MicrosoftTeams. Few cmdlets that don’t support application-based authentication are not supported for this as well. This is very exiting. Back in August i tried to use MicrosoftTeams on Azure Automation with the Managed Identity.
Hi All,
Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.8.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 5.8.0
Read more details in the Release Notes. It’s more or less what has been tested out in 5.7.2-Preview.
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module
Hi All,
Today i noticed that Microsoft has released the MicrosoftTeams PowerShell Module 5.7.2 Preview to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 5.7.2
Read more details in the Release Notes
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Find-PSResource MicrosoftTeams -Prerelease Uninstall the old Module and install the newest Module
Hi All,
Today i noticed that Microsoft has released the MicrosoftTeams PowerShell Module 5.7.1 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 5.7.1
Read more details in the Release Notes
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module
Uninstall-PSResource MicrosoftTeams -Scope AllUsers Install-PSResource MicrosoftTeams -Scope AllUsers Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Checking the Missing Command
Hi All,
Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.7.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 5.7.0
Read more details in the Release Notes
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module
Uninstall-PSResource MicrosoftTeams -Scope AllUsers Install-PSResource MicrosoftTeams -Scope AllUsers Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Some basic testing
Hi All,
Just a few Days ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.6.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 5.6.0
Read more details in the Release Notes
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledModule MicrosoftTeams Find-Module MicrosoftTeams Uninstall the old Module and install the newest Module
Uninstall-Module MicrosoftTeams Install-Module MicrosoftTeams Get-InstalledModule MicrosoftTeams Some basic testing
Connect-MicrosoftTeams Get-Team Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line* New or updated Commandlets Updates Set|Get-CsPhoneNumberAssignment to support NetworkSiteId of un-assigned numbers.
Hi All,
Hopefully you already know, that the Run As Accounts in Azure Automation will retire by end of September 2023. Therefore you have to migrate to Managed Identitys.
Azure Automation Run As accounts will retire on 30 September 2023 and completely move to Managed Identities. All runbook executions using RunAs accounts, including Classic Run As accounts wouldn’t be supported after this date. Starting 01 April 2023, the creation of new Run As accounts in Azure Automation will not be possible.
Hi All,
Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.5.1-Preview to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 5.5.1-preview Microsoft Teams PowerShell Release Notes Check what Version of the MicrosoftTeams PowerShell Module is installed and what is available in the PowerShell Gallery.
Get-InstalledModule MicrosoftTeams Find-Module MicrosoftTeams -AllowPreview Install the Preview and use the -Force parameter to install Side by Side with the Current Module
Install-Module MicrosoftTeams -AllowPreview -Force Get-InstalledModule MicrosoftTeams -AllVersions Some basic testing