Hi All,
Today i’ve noticed, that there is a new PowerShell 7 Version available. Currently i have PowerShell 7.4.3 installed
You can Download it from here: v7.4.4 Release of PowerShell
Release notes:
Engine Updates and Fixes
Resolve paths correctly when importing files or files referenced in the module manifest (Internal 31780) Build and Packaging Improvements
Bump .NET to 8.0.303 I’ve downloaded the *.msi File and here are the Screenshots from the Installation
Hi All,
Somehow i did miss, that there was an Update for Entra Connect Sync (Azure Active Directory Connect) from early April. It’s for download only, so no Automatic Update.
Microsoft Entra Connect: Version release history Download Microsoft Entra Connect It’s still a bit a mess with the Product Names. The Product Name is “Microsoft Entra Connect Sync” but the Title ist “Microsoft Entra Connect” and you download “AzureADConnect.msi”.
Installation I’ve downloaded the MSI and here are the Installation Screenshots - yay we get a an updated Logo 😍
Hi All,
I did notice yesterday, that finnaly the Cloud Shell in Azure and M365 does not require a Storage Account anymore.
Azure Got to Azure Portal and hit that PowerShell Icon on top near the Search Bar. The Cloud Shell starts and offers you to connect to Bash or PowerShell. I will use PowerShell here.
You can select “No storage account required” but still are required to select an Azure Subscription.
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
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.
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
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.
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
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
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