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 https://learn.microsoft.com/en-us/microsoft-365/admin/add-users/turn-pronouns-on-or-off?view=o365-worldwide Pronouns on your profile in Microsoft 365 https://support.microsoft.com/en-us/office/pronouns-on-your-profile-in-microsoft-365-232c3bfb-a947-4310-86db-b22d63663d85 Pronouns best practices https://support.microsoft.com/en-us/office/pronouns-best-practices-ef1701ad-711d-4c6e-b664-64c3ee188d68 Frequently asked questions about pronouns in Microsoft 365 https://support.microsoft.com/en-us/office/frequently-asked-questions-about-pronouns-in-microsoft-365-48135f04-e822-49b5-ba6b-e9bae2ce503a 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 https://www.powershellgallery.com/packages/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

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 https://www.powershellgallery.com/packages/MicrosoftTeams/5.0.0 Microsoft Teams PowerShell Release Notes https://learn.microsoft.com/en-us/MicrosoftTeams/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 <Identity> Some new Filering Get-CsOnlineUser -Filter {City -eq 'Bern'} | ft UserPrincipalName Get-CsOnlineUser -Filter {Company -like 'Ice*'} | ft UserPrincipalName Get-CsOnlineUser -Filter {FeatureTypes -contains "

PowerToys v0.68.0 released

Andres Bohren
Hi All, Yesterday the PowerToys v0.68.0 have been released. PowerToys Release v0.68.0 https://github.com/microsoft/PowerToys/releases/tag/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 https://github.com/PowerShell/PowerShell/releases/tag/v7.3.3 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