Microsoft365
Microsoft 365
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
I've switched to Teams Preview and onmy Contact Card i can add my pronoun
Visible also in Outlook Web
Not yet visible in Outlook for Windows
Not visible in Azure Active Directory - so...
Hi All,
Microsoft has announced some new SelfService Purchase Services in Microsoft 365.
Use AllowSelfServicePurchase for the MSCommerce PowerShell module
https://learn.microsoft.com/en-us/microsoft-365/commerce/subscriptions/allowselfservicepurchase-powershell?view=o365-worldwide
During the last Week it was not possible tho review or change it.
Apparently it works again since yesterday.
Connect to M365 and view the Details. As you can see there are two more: One for Power Automate and one for Teams.
Import-Module -Name MSCommerce
Connect-MSCommerce
Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase
Now, let's disable the new Services
Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0PW0V -Enabled $False
Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0LSGZ -Enabled $False
Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0J1FV -Enabled $False
Now it looks the way i want
Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase
Regards
Andres Bohren
Hi All,
I've stumbled accross the new Microsoft 365 Defender Role-based access control (RBAC). It is still in Preview but i gave it a go.For now you can create the RBAC Roles only in the M365 Defender Portal. But Graph Integration is at least on the Roadmap.
Centrally manage permissions with the Microsoft 365 Defender role-based access control (RBAC) model
https://techcommunity.microsoft.com/t5/microsoft-365-defender-blog/centrally-manage-permissions-with-the-microsoft-365-defender/bc-p/3717432
Microsoft 365 Defender role-based access control (RBAC)
https://learn.microsoft.com/en-us/microsoft-365/security/defender/manage-rbac?view=o365-worldwide
Let's have a look. You can find it under the Microsoft 365 Defender Portal https://security.microsoft.com/mtp_roles
Let's create a custom role
Give it a Name and some Discription if you like
Select one of the Categories
Select the Permissions you need or...
Hi All,
Just a few Hours ago, Microsoft has released a new Version of the WhiteboardAdmin PowerShell Module for Microsoft 365.
Release Notes:
Fixes Get-WhiteboardsForTenant repetitive auth prompt issue. Includes some improvements for help comments and verbose messages
WhiteboardAdmin 1.10.0
https://www.powershellgallery.com/packages/WhiteboardAdmin/1.10.0
Let's check what Version is installed and what's available from the PowerShell Gallery
Get-InstalledModule WhiteboardAdmin
Find-Module WhiteboardAdmin
Let's uninstall the old Module and install the current one
Uninstall-Module WhiteboardAdmin
Install-Module WhiteboardAdmin
Get-InstalledModule WhiteboardAdmin
List the Commands of the Module
Get-Command -Module WhiteboardAdmin
Get-WhiteboardSettings
Get-WhiteboardsForTenant -Geography [Worldwide/Europe/Australia]
Get-Whiteboard -UserId [AzureADObjectID]
Regards
Andres Bohren
Hi All,
In January 2024, the legacy multifactor authentication and self-service password reset policies will be deprecated and you'll manage all authentication methods here in the authentication methods policy. Use this control to manage your migration from the legacy policies to the new unified policy.
How to migrate MFA and SSPR policy settings to the Authentication methods policy for Azure AD (preview)
https://learn.microsoft.com/en-us/azure/active-directory/authentication/how-to-authentication-methods-manage
First review current Policies:
MFA policy
SSPR policy (if used)
Authentication methods policy (if used)
Enable "Allow use of Microsoft Authenticator OTP"
Let's start the Migration
Let's try to finish the Migration
Apparently, we need to...
Hi All,
There is an update of the PowerShell to reassign from deleted Users.
Requirements:
You need to be Global Administrator
You need the ID of the Sway to Transfer
max 30 Days after the user has permanently deleted from Azure Active Directory
Reassign Sways from a deleted user account - Admin Help
https://support.microsoft.com/en-us/office/reassign-sways-from-a-deleted-user-account-admin-help-9580e618-3c3e-4d28-a6ef-74c00a997248
PowerShell Cmdlet for Reassigning Sways
https://www.microsoft.com/en-us/download/details.aspx?id=56145
After you have downloadet the Zip you need to extract it. It contains four folders with DLL's
Each DLL must be unblocked first
Now you can import those Folders
Import-Module C:\temp\SwayRecovery\SwayRecovery\Microsoft.Identity.Client
Import-Module C:\temp\SwayRecovery\SwayRecovery\Newtonsoft.Json
Import-Module C:\temp\SwayRecovery\SwayRecovery\microsoft.office.story.powershell.protocol
Import-Module C:\temp\SwayRecovery\SwayRecovery\microsoft.office.story.powershell.changeownerclient
List the Commands
Get-Command -ModuleĀ ...
Hi All,
A few weeks ago, Microsoft has released a new Version of Microsoft Azure Active Directory Connect.
Azure AD Connect: Version release history
https://learn.microsoft.com/en-us/azure/active-directory/hybrid/reference-connect-version-history
Microsoft Azure Active Directory Connect 2.1.20.0
https://www.microsoft.com/en-us/download/details.aspx?id=47594
On the M365 Admin Center in the Health > Directory Sync Status you can find the new Version Number
https://admin.microsoft.com/#/dirsyncmanagement
Regards
Andres Bohren
Hi All,
A few Hours ago, a new Version of the PnP.PowerShell Module has been released.
PnP.PowerShell 1.12.0
https://www.powershellgallery.com/packages/pnp.powerShell/1.12.0
PnP.PowerShell Changelog
https://github.com/pnp/powershell/blob/dev/CHANGELOG.md
To check what version is installed and what's available from the PowerShell Gallery use the following Commands
Get-InstalledModule PnP.PowerShell
Find-Module PnP.PowerShell
Uninstall the old version of the PowerShell Module and install the new one
Uninstall-Module PnP.PowerShell
Install-Module PnP.PowerShell
Get-InstalledModule PnP.PowerShell
Now you can use the PowerShell Module.
Some example code below.
Connect-PnPOnline -Url "https://icewolfch.sharepoint.com/sites/DemoTemplate/" -Interactive
Get-PnPContext
Get-PnPFolder -Url "Freigegebene Dokumente/Project/Script"
Get-PnPFileVersion -Url "Freigegebene Dokumente/Project/Script/AADUsers.csv"
Regards
Andres Bohren
Hi All,
A few days ago, Microsoft has released a new Version of Microsoft Azure Active Directory Connect.
Azure AD Connect: Version release history
https://learn.microsoft.com/en-us/azure/active-directory/hybrid/reference-connect-version-history
There are two new Attributes, but only one is currently supported by AADConnect.
How to synchronize attributes for Lifecycle workflows
https://learn.microsoft.com/en-us/azure/active-directory/governance/how-to-lifecycle-workflow-sync-attributes
Microsoft Azure Active Directory Connect 2.1.19.0
https://www.microsoft.com/en-us/download/details.aspx?id=47594
On the M365 Admin Center in the Health > Directory Sync Status you can find the new Version Number
https://admin.microsoft.com/#/dirsyncmanagement
Regards
Andres Bohren
Hi All,
Today i have noticed, that there is a new Version of Microsoft Azure Active Directory Connect available. It fixes just a few bugs and is for Download only - no Autoupdate available.
Azure AD Connect: Version release history
https://learn.microsoft.com/en-us/azure/active-directory/hybrid/reference-connect-version-history
Microsoft Azure Active Directory Connect 2.1.18.0
https://www.microsoft.com/en-us/download/details.aspx?id=47594
After Download run the MSI File on your AAD Connect Server.
After the Update you can Check the Version also in the M365 Admin Portal
Directory sync status
https://admin.microsoft.com/#/dirsyncmanagement
Regards
Andres Bohren
Full Microsoft365 Archive