Hi All,
I am a big Fan of Azure Automation.
But recently i was stumbling about the PowerShell Support Lifecycle
In the GUI you can only add PowerShell 5.1, 7.1 and 7.2 PowerShell Modules.
I’ve written a Blog Article about updating the Modules with Managed Identity
Update Microsoft.Graph Modules on Azure Automation with Managed Identity V2 Runtime Environment Currently in Preview is the Runtime Environment
Runtime environment (preview) in Azure Automation Key benefits
Hi All,
I few days ago, Microsoft has released a Preview Version of the MicrosoftPlaces PowerShell Module.
MicrosoftPlaces 1.2.0-alpha
Release Notes:
1.2.0 Add-WifiDevices: Fix current directory issue and refine output messages. 1.1.0 Add-WifiDevices: Introduces a new cmdlet to upload Wi-Fi devices in bulk to the Device Inventory. You need to use the -Prerelease Parameter to list Preview Versions of a PowerShell Module
Get-InstalledPSResource -Name MicrosoftPlaces -Scope CurrentUser Find-PSResource -Name MicrosoftPlaces -Prerelease Uninstall the current Module and install the Preview Version of the Module
Hi All,
A few days ago, Microsoft has released the ExchangeOnlineManagement 3.7.1-Preview1 PowerShell Module.
PowerShell Gallery ExchangeOnlineManagement 3.7.1-Preview1 v3.7.1-Preview1:
Introduced a new property named ExoExchangeSecurityDescriptor in Get-ExoMailbox response, that is similar to ExchangeSecurityDescriptor property in Get-Mailbox response. v3.7.0-Preview1 :
Integrated WAM (Web Account Manager) in Authentication flows to enhance security. Starting with EXO V3.7, use the LoadCmdletHelp parameter alongside Connect-ExchangeOnline to access the Get-Help cmdlet, as it will not be loaded by default.
Hi All,
I’ve stumbled by coincidence across the Entra Connect Sync Update 2.4.27. It’s for Download Only, so no Automatic Update.
I am running currently Entra Connect Sync 2.4.21.0
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
Hi All,
Yesterday, Microsoft has released the ExchangeOnlineManagement 3.7.0 PowerShell Module.
PowerShell Gallery ExchangeOnlineManagement 3.7.0 v3.7.0 :
Integrated WAM (Web Account Manager) in Authentication flows to enhance security. Starting with EXO V3.7, use the LoadCmdletHelp parameter alongside Connect-ExchangeOnline to access the Get-Help cmdlet, as it will not loaded by default. Fixed connection issues with app only authentication in Security & Compliance PowerShell. I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
A day ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.25513.12000 PowerShell Module.
PowerShell Gallery Microsoft.Online.SharePoint.PowerShell I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Find-PSResource Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module
Uninstall-PSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Install-PSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser List the Commands of the Module
Hi All,
Recently i’ve blogged about Azure DNS finally supports DNSSEC (Preview).
Today i want to show you how to enable DNSSEC on a Zone hosted in Azure by using the AZ PowerShell
Connect to Azure and list the Azure DNS Zones
Connect-AzAccount -Tenant icewolfch.onmicrosoft.com Get-AzDnsZone -ResourceGroupName rg_prod | ft name, ZoneType, ResourceGroupName, SigningKeys List a specific Zone (it is DNSSEC Enabled)
Get-AzDnsDnssecConfig -ResourceGroupName rg_prod -ZoneName icewolf.ch List a specific Zone (it is not DNSSEC Enabled)
Hi All,
A few Hors ago, Microsoft has released the Version 2.25.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.25.0 PowerShell Gallery Microsoft.Graph.Beta 2.25.0 Release Notes
Adds Beta Cmdlets for paths under the directory.publicKeyInfrastructureRoot tag [v2] Examples Update Updates wrong Connect-MgBetaGraph to Connect-MgGraph Handles + character in supported equality and function operators in filter expressions Update CONTRIBUTING.md - fixing link by @mmascolino I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
A few hours ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 13.0.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
Uninstall-PSResource AZ -Scope CurrentUser -SkipDependencyCheck -ErrorAction SilentlyContinue Get-InstalledPSResource AZ.
Hi All,
Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 6.7.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 6.7.0
Read more details in the Release Notes
Adds LobbyChats, NoiseSuppressionForDialInParticipants parameters to [New|Set]-CsTeamsMeetingPolicy. Adds AIInterpreter, VoiceSimulationInInterpretation parameters to [New|Set]-CsTeamsCallingPolicy. Adds RecordingForTownhall, RecordingForWebinar, TranscriptionForTownhall, TranscriptionForWebinar parameters to [New|Set]-CsTeamsEventsPolicy. Adds FileTypeCheck, UrlReputationCheck parameters to [New|Set]-CsTeamsMessagingConfiguration. Adds AllowedTrialTenantDomains parameter to [New|Set]-CsTenantFederationSettings. Adds UserNameExtension parameter to [New|Set]-CsAutoAttendant cmdlets. I am using the new PSResourceGet here instead of the PowerShellGet commands.