202301s

Microsoft.Graph PowerShell Module 1.21.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released Microsoft.Graph PowerShell Module 1.21.0. Microsoft.Graph 1.21.0 Release Notes Let’s check the installed Version and what’s available on the PowerShell Gallery Get-InstalledModule Microsoft.Graph Find-Module Microsoft.Graph To install the newest Version of the PowerShell Modules and also uninstalling the old Versions, you can use my GitHub Script. It takes a while until all Modules are installed. Wait until “Cleanup finished” is shown.

Exchange Online PowerShell V1 Module depreciation

Andres Bohren
Hi All, If you still use “Exchange Online PowerShell with MFA” aka “ExchangeOnline_V1” PowerShell Module - it is time to Upgrade. Instead of using the ExchangeOnlineManagement V2 i recommend to use the V3 Module wich is GA since a few Months. ExchangeOnlineManagement 3.1.0 The old PowerShell Module still can be downloaded in the “Classic Exchange Admin Center” That’s the Link on the Desktop Here’s the Info Message you receive when using this PowerShell

MSIdentityTools PowerShell Module v2.0.37 released

Andres Bohren
Hi All, Just a few days after its last release, Microsoft has released another Version of the MSIdentityTools PowerShell Module to the Powershell Gallery. MSIdentityTools 2.0.37 Check what Version of the Module is installed and what’s available in the PowerShell Gallery Get-InstalledModule MSIdentityTools Find-Module MSIdentityTools Uninstall the old version of the PowerShell Module and install the newest one Uninstall-Module MSIdentityTools Install-Module MSIdentityTools Get-InstalledModule MSIdentityTools To see what commands are available use the following command

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.23311.12000 released

Andres Bohren
Hi All, A few hours ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.22615.12000 PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.23311.12000 Check the installed Version and what is available from the PowerShell Gallery Get-InstalledModule Microsoft.Online.SharePoint.PowerShell Find-Module Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-Module Microsoft.Online.SharePoint.PowerShell Install-Module Microsoft.Online.SharePoint.PowerShell Get-InstalledModule Microsoft.Online.SharePoint.PowerShell List the Commands of the Module Get-Command -Module Microsoft.Online.SharePoint.PowerShell Connect to Sharepoint Online Connect-SPOService -Url https://icewolfch-admin.sharepoint.com Get some Settings Get-SPOTenant | fl Regards

Analyze AzureAD SignIn Logs with PowerShell

Andres Bohren
Hi All, I recently had a case where i needed to access the AzureAD Signin Logs with PowerShell. I’ve started at the Azure AD Signin Logs and filtered by UPN Next step was Graph Explorer where i found the needed Permissions ############################################################################### # Graph Explorer ############################################################################### #Go to [https://aka.ms/ge](https://aka.ms/ge) https://graph.microsoft.com/v1.0/auditLogs/signIns https://graph.microsoft.com/v1.0/auditLogs/signIns?&$filter=startsWith(userPrincipalName,'a.bohren@icewolf.ch') Let’s connect with these Permissions (they need Admin Consent and i already have that) #Import-Module and Connect to Microsoft Graph Import-Module Microsoft.

Exchange Online: Use Test-Message to verify your Transport- and DLP Rules

Andres Bohren
Hi All, In the Microsoft 365 Message Center there is an Announcement about Test-Message where you can test the Transport Rules and DLPRules. FIX: Exchange Transport rule (ETR) or Data Loss Prevention (DLP) rule is not working as expected Test-Message https://learn.microsoft.com/en-us/powershell/module/exchange/test-message?view=exchange-ps Test-Message -Sender m.muster@icewolf.ch -Recipients postmaster@icewolf.ch -SendReportTo a.bohren@icewolf.ch -TransportRules -UnifiedDLPRules Let’s have a look at my Transport Rules Get-TransportRule Now i get two Reports: “Transport Rule Tracing Report” and a “DLP Rules Tracing Report”

MSIdentityTools PowerShell Module v2.0.36 released

Andres Bohren
Hi All, Microsoft has released another Version of theyr MSIdentityTools PowerShell Module to the Powershell Gallery. MSIdentityTools 2.0.36 Check what Version of the Module is installed and what’s available in the PowerShell Gallery Get-InstalledModule MSIdentityTools Find-Module MSIdentityTools Uninstall the old version of the PowerShell Module and install the newest one Uninstall-Module MSIdentityTools Install-Module MSIdentityTools Get-InstalledModule MSIdentityTools To see what commands are available use the following command Get-Command -Module MSIdentityTools To get the Signin URL you can use the following Command

Microsoft 365 Whiteboard Admin PowerShell Module 1.10.0

Andres Bohren
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 PowerShell Gallery 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

Migrate MFA and SSPR Authentication Methods

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) First review current Policies: MFA policy SSPR policy (if used) Authentication methods policy (if used) Enable “Allow use of Microsoft Authenticator OTP”

New look for Office on the Web

Andres Bohren
Hi All, Did you notice, that there is a new Look in Office for the web? The new look of Office It applies to all Office on the Web Applications like PowerPoint, Excel and Word. Regards Andres Bohren