202303s

Pronouns on your profile in Microsoft 365

Andres Bohren
Hi All, I’ve stubled across the Message below in the Microsoft 365 Message Center and decidet to give it a try. Turn pronouns on or off for your organization in the Microsoft 365 admin center Pronouns on your profile in Microsoft 365 Pronouns best practices Frequently asked questions about pronouns in Microsoft 365 M365 Admin Center > Org Settings > Security & privacy > Pronouns It’s disabled by default and has to be enabled by an Administrator

Microsoft Defender for Office 365 Recommended Configuration Analyzer (ORCA) 2.2 released

Andres Bohren
Hi All, A few hours ago a new Version of the Microsoft Defender for Office 365 Recommended Configuration Analyzer (ORCA) Module has been released. ORCA 2.2 To check the installed Module and what’s available on PowerShell Gallery use the commands below Get-InstalledModule ORCA Find-Module ORCA Uninstall the old and install the new PowerShell Module Uninstall-Module ORCA Install-Module ORCA Get-InstalledModule ORCA The Module only contains two Commands Get-Command -Module ORCA Now let’s run the ORCA Report

MicrosoftTeams PowerShell Module 5.0.0 released as GA

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.0.0 to the PowerShell Gallery. MicrosoftTeams 5.0.0 Microsoft Teams PowerShell Release Notes Check installed Module and what’s available in the PowerShell Gallery Get-InstalledModule MicrosoftTeams -AllVersions Find-Module MicrosoftTeams Uninstall the old Module and install the newest Module Uninstall-Module MicrosoftTeams Install-Module MicrosoftTeams Get-InstalledModule MicrosoftTeams Testing Connect-MicrosoftTeams Get-CsOnlineUser -Identity a.bohren@icewolf.ch Some new Filering Get-CsOnlineUser -Filter {City -eq 'Bern'} | ft UserPrincipalName Get-CsOnlineUser -Filter {Company -like 'Ice\*'} | ft UserPrincipalName Get-CsOnlineUser -Filter {FeatureTypes -contains "PhoneSystem"} | ft UserPrincipalName Regards

PowerToys v0.68.0 released

Andres Bohren
Hi All, Yesterday the PowerToys v0.68.0 have been released. PowerToys Release v0.68.0 In Teams or Browsers you can use “CTRL + SHIFT + V” to paste as Plain Text. Now there is a General Shortcut to do that everywhere “CTRL + WIN + V” Regards Andres Bohren

PowerShell 7.3.3 released

Andres Bohren
Hi All, Today i realized that there is a new version of PowerShell 7. v7.3.3 Release of PowerShell I have downloaded the x64 *.msi and these are the Screenshots from the Installation. I always enable “Enable PowerShell remoting” wich is not enabled by default. Let’s start and see pwsh Get-Host Regards Andres Bohren