202407s

MSIdentityTools PowerShell Module 2.0.68 released

MSIdentityTools PowerShell Module 2.0.68 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released a new Version of MSIdentityTools PowerShell Module PowerShell Gallery MSIdentityTools 2.0.66 Some insights via GitHub CommitLog - as you can see there is also a Pull Request from me that has been accepted I’ve used my M365PSProfile Module to update the Module - find the Documentation here: https://github.com/fabrisodotps1/M365PSProfile/ Install-PSResource -Name M365PSProfile Add-M365PSProfile Install-M365Module List the commands from the Module Get-Command -Module MSIdentityTools List users where the last sign-in was more than 30 days
Office 365 Management Activity API

Office 365 Management Activity API

Andres Bohren
Hi All, In my previous Article Query M365 Audit Log i have compared Search-UnifiedAuditLog with the Preview Microsoft.Graph API. I did not cover the Management Activity API - i will cover that now in this Article. More Information: Office 365 Management Activity API reference Microsoft 365 Compliance audit log activities via O365 Management API - Part 1 Microsoft 365 Compliance audit log activities via O365 Management API - Part 2 Entra App I’ve created an Entra Application.
PowerToys v0.82.1 released

PowerToys v0.82.1 released

Andres Bohren
Hi All, I noticed that Microsoft has released a new Version of PowerToys. In the Main Window click on “Install now” The Release notes can be found here Release v0.82.1 Installation in Progress What’s new Updated PowerToys Regards Andres Bohren Windows Logo
Use Azure Storage Queue with PowerShell

Use Azure Storage Queue with PowerShell

Andres Bohren
Hi All, Last year i’ve created the Swiss Domain Security Report Q4 2023 where i ran a PowerShell 7 Script with up to 15 paralell Processes to analize the 2.5 Mio .ch Domains on a Virtual Machine on my Homelab. For this Year i am thinking about crating a more Cloud native approach with an Azure Function with a Queue storage trigger Storage Queue For that i needed to create an Azure Storage Queue
Query M365 Audit Log

Query M365 Audit Log

Andres Bohren
Hi All, Recently i was playing around with some M365 Audit Log Querys. There are many ways how you can query the M365 Audit Log: The Audit Log search Microsoft Purview compliance portal Search-UnifiedAuditLog Management Activity API Preview Microsoft.Graph API Note: Update on the Deprecation of Admin Audit Log Cmdlets The Admin Audit Log cmdlets will be deprecated on September 15, 2024. The Mailbox Audit Log cmdlets will have a separate deprecation date, which will be announced early next year.
MSIdentityTools PowerShell Module 2.0.66 released

MSIdentityTools PowerShell Module 2.0.66 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released a new Version of MSIdentityTools PowerShell Module PowerShell Gallery MSIdentityTools 2.0.66 Some insights via GitHub CommitLog - as you can see there is also a Pull Request from me that has been accepted I’ve used my M365PSProfile Module to update the Module - find the Documentation here: https://github.com/fabrisodotps1/M365PSProfile/ Install-PSResource -Name M365PSProfile Add-M365PSProfile Install-M365Module List the commands from the Module Get-Command -Module MSIdentityTools List users where the last sign-in was more than 30 days
Test-OAuthConnectivity shows Error when using a Mailbox without Archive

Test-OAuthConnectivity shows Error when using a Mailbox without Archive

Andres Bohren
Hi All, Recenty i stumbled across something very odd in Exchange Hybrid. I am running Exchange Hybrid: Exchange Server 2019 CU14 Apr24HU (published to the Internet via https://mail.icewolf.ch) Exchange Server 2016 CU23 Apr24HU Hybrid Wizard has no issues Free/Busy works Test-OAuthConnectivity shows error when using Mailbox with no Archive Hybrid Wizard After running the Exchange Hybrid Wizard - witch has been run without any Problems Errors in Test-OAuthConnectivity I had an Error when testing OAuth from Exchange Online to OnPrem.
Microsoft Remote Desktop for AVD and Windows 365 1.2.5552

Microsoft Remote Desktop for AVD and Windows 365 1.2.5552

Andres Bohren
Hi All, Today i was notified, that a new Version of the Microsoft Remote Desktop Client is available Release Notes: What’s new in the Remote Desktop client for Windows Fixed an issue where users who were connecting using protocol launch had to complete two MFA prompts. When you start the Microsoft Remote Desktop Client, it checks for Updates and you can see a green arrow, that indicates an Update Installing the Update
ExchangeOnlineManagement 3.5.1 released

ExchangeOnlineManagement 3.5.1 released

Andres Bohren
Hi All, Yesterday, Microsoft has released the ExchangeOnlineManagement 3.5.0 PowerShell Module. PowerShell Gallery ExchangeOnlineManagement 3.5.1 v3.5.1 : Bug fixes in Get-EXOMailboxPermission and Get-EXOMailbox. The module has been upgraded to run on .NET 8, replacing the previous version based on .NET 6. Enhancements in Add-VivaModuleFeaturePolicy. I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource ExchangeOnlineManagement -Scope CurrentUser Find-PSResource ExchangeOnlineManagement -Prerelease Uninstall old Module and install the new Module
Azure PowerShell Module AZ 12.1.0 released

Azure PowerShell Module AZ 12.1.0 released

Andres Bohren
Hi All, A few Hours ago, a new major Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery. PowerShell Gallery Az 12.1.0 The Release Notes contains a lot of updates I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource AZ -Scope CurrentUser Find-PSResource AZ Uninstall the old Modules and install the current Modules