Hi All,
A few hours ago, a new version of PSMSALNet has been released
-PowerShell Gallery PSMSALNet 0.1.3
I’ve checked the GitHub Pull Request
Added Kusto audience as non custom audience for the Resource Parameter I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery.
Get-InstalledPSResource -Name PSMSALNet -Scope CurrentUser Find-PSResource -Name PSMSALNet Uninstall the Module with PSResourceGet failed.
Hi All,
A day ago, a new Version of the MicrosoftPlaces PowerShell Module has been released.
Note: This PowerShell Module Requires PowerShell 7 and newer
PowerShell Gallery MicrosoftPlaces 2.1.3 Release Notes:
Set-PlaceV3: Add new parameter -IsHeightAdjustable Get-PlaceV3: Add new parameter -IsHeightAdjustable I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledPSResource -Name MicrosoftPlaces -Scope CurrentUser Find-PSResource -Name MicrosoftPlaces Uninstall old Version
Hi All,
One of my Websites is running on Azure Web App. I was recently looking into how to enable IPv6 for the Website. Here is what i found out.
In November 2024 Microsoft has anounced the Public Preview for Inbound IPv6 Traffic on Azure Web Apps.
Announcing inbound IPv6 support in public preview Azure Portal In the Azure Portal under Configuration you can select between:
IPv4 IPv6 IPv4 and IPv6 I’ve selected “IPv4 and IPv6”
Hi All,
A few Hors ago, Microsoft has released the Version 2.32.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.32.0 PowerShell Gallery Microsoft.Graph.Beta 2.32.0 Release Notes
There is no description, only the Changelog
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name Microsoft.Graph -Scope CurrentUser Get-InstalledPSResource -Name Microsoft.Graph.Beta -Scope CurrentUser Find-PSResource -Name Microsoft.Graph Find-PSResource -Name Microsoft.
Hi All,
Today i’ve noticed, that there is a new PowerShell 7 Version available. Currently i have PowerShell 7.5.3 installed.
Release Notes and Download: v7.5.4 Release of PowerShell
Update to .NET SDK 9.0.306 Update Ev2 Shell Extension Image to AzureLinux 3 for PMC Release Fix variable reference for release environment in pipeline Add v7.5.3 Changelog Add LinuxHost Network configuration to PowerShell Packages pipeline Backport Release Pipeline Changes Update branch for release Mark the 3 consistently failing tests as pending to unblock PRs add CodeQL suppresion for NativeCommandProcessor add CodeQL suppressions for UpdatableHelp and NativeCommandProcessor methods Remove UseDotnet task and use the dotnet-install script Automate Store Publishing Ensure that socket timeouts are set only during the token validation Suppress false positive PSScriptAnalyzer warnings in tests and build scripts I’ve downloaded the *.
Hi All,
Did you notice that the EntraID User Accounts are now disabled when you create Shared Mailboxes in Exchange Online?
In April this of Year i saw, that Shared Mailboxes in Exchange Online had disabled Entra Accounts. But it was not consistent in diffrent Tenants and disappeared after a few days.
Now i have retested this, and the Entra ID Accounts of Shared Mailboxes are now disabled. I can’t tell when this change was implemented and i didn’t see any Documentation or Information in the Message Center - but it’s possible i’ve overseen that.
Hi All,
Just a few hours ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 14.5.0 GitHub Release Notes Az I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name AZ -Scope CurrentUser Find-PSResource -Name AZ Uninstall the old Modules
Uninstall-PSResource AZ -Scope CurrentUser -SkipDependencyCheck Uninstall-PSResource AZ.* -Scope CurrentUser -SkipDependencyCheck Now i can install the newest AZ Module and list all the AZ.
Hi All,
A few hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 7.4.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 7.4.0 Read more details in the Release Notes
Releases Get-TeamsArtifacts cmdlet. Adds MainlineAttendantAgentVoiceId parameter to New-CsAutoAttendant cmdlet. Releases [New|Set|Remove|Get]-CsTagsTemplate cmdlets. Releases New-CsTag cmdlet. [BREAKING CHANGE] Renames BotId and PairedApplication parameters in [New|Set|Get]-CsComplianceRecordingForCallQueueTemplate cmdlets to BotApplicationInstanceObjectId and PairedApplicationInstanceObjectId respectively. Releases Get-TeamsRemoteLogCollectionConfiguration and [Get|Set|New|Remove]-TeamsRemoteLogCollectionDevice cmdlets. I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
A few Hors ago, Microsoft has released the Version 2.31.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.31.0 PowerShell Gallery Microsoft.Graph.Beta 2.31.0 Release Notes
Seems like the onPremesisSync Properies where missing
Include users.onPremesisSync Include groups.onPremesisSync I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name Microsoft.Graph -Scope CurrentUser Get-InstalledPSResource -Name Microsoft.Graph.Beta -Scope CurrentUser Find-PSResource -Name Microsoft.
Hi All,
Just a few hours ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26510.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 -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Find-PSResource -Name Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module
Uninstall-PSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.