Hi All,
Yesterday Microsoft has released the ExchangeOnlineManagement 3.7.2 PowerShell Module.
PowerShell Gallery ExchangeOnlineManagement 3.7.2 v3.7.2:
Added a new parameter -DisableWAM to the Connect-ExchangeOnline cmdlet, which disables the Web Account Manager (WAM). I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery. You need to use the -Prerelease Parameter to show Preview Versions of a Module
Get-InstalledPSResource ExchangeOnlineManagement -Scope CurrentUser Find-PSResource ExchangeOnlineManagement -Prerelease Uninstall old Module
Hi All,
I don’t know if you have noticed, that there is a URL Change for the M365 Roadmap API.
Microsoft 365 Roadmap Like me, some of you might use the RSS Feed of Roadmapwatch
Roadmapwatch For those of you that like to use the M365 Roadmap API - it’s very simple. It’s a simple REST Webservice that does not require Authentication.
#New Roadmap URL $RoadmapURL = "https://www.microsoft.com/releasecommunications/api/v1/m365" $Result = Invoke-RestMethod -Method Get -Uri $RoadmapURL $Result[0] There are some Tags you or Products might want to Filter.
Hi All,
While upgrading my PowerShell Module from the PowerShell Gallery, i’ve got a Warning in PowerShell7 that the Path for the Scripts is missing in my Path Variable. In PowerShell 5.1 it worked already fine.
PowerShellGallery Get-Mailprotection Uninstall-PSResource -Name Get-Mailprotection -Scope CurrentUser Install-PSResource -Name Get-Mailprotection -Scope CurrentUser The Path Variable can be found in the System Properties > “Environment Variables”
As you can see there are “User Variables” and “System Variables”
Hi All,
Yesterday, Microsoft has released the MicrosoftTeams PowerShell Module 6.9.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 6.9.0
Read more details in the Release Notes
Adds FileContent parameter to New-CsOnlineDirectRoutingTelephoneNumberUploadOrder cmdlet. Adds FileContent parameter to New-CsOnlineTelephoneNumberReleaseOrder cmdlet. Adds EnqueueReason output attribute to Get-CsMeetingMigrationStatus cmdlet. Fixes the AllowedTrialTenantDomains data type, for the Set-CsTenantFederationConfiguration cmdlet. Now it will match the public documentation examples. Fixes issues with the ForceAccept parameter in the Set-CsOnlineEnhancedEmergencyServiceDisclaimer cmdlet.
Hi All,
Just a few Hours ago, Microsoft has released a new Version of PSResourceGet.
PowerShell Gallery Microsoft.PowerShell.PSResourceGet 1.1.1 Release Notes
Bug Fix
Bugfix to retrieve all metadata properties when finding a PSResource from a ContainerRegistry repository Update README.md Use authentication challenge for unauthenticated ContainerRegistry repository Bugfix for Install-PSResource with varying digit version against ContainerRegistry repository Bugfix for updating ContainerRegistry dependency parsing logic to account for AzPreview package Add wildcard support for MAR repository for FindAll and FindByName Bugfix for nuspec dependency version range calculation for RequiredModules 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.3.0 GitHub Release Notes Az I think the release notes have been updated
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
Hi All,
A day ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.25814.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 In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
Hi All,
A few Hors ago, Microsoft has released the Version 2.26.1 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.26.1 PowerShell Gallery Microsoft.Graph.Beta 2.26.1 Release Notes
Roll back to .NET 6 Refresh Open Api file for Devices.CorporateManagement Module to generate missing cmdlets Ensures property values that have / are not modified to have them removed I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Hi All,
Yesterday Microsoft has released a new Version of the WhiteboardAdmin PowerShell Module to the PowerShell Gallery.
PowerShell Gallery WhiteboardAdmin 1.12.3 The Release Notes does not give a lot of insights
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource WhiteboardAdmin -Scope CurrentUser Find-PSResource WhiteboardAdmin Uninstalling the Modules with Uninstall-PSResource failed again.
Uninstall-PSResource WhiteboardAdmin -Scope CurrentUser So i am using the PowerShell Module M365PSProfile and use the -FileMode Parameter
Hi All,
A few Hors ago, Microsoft has released the Version 2.26.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.26.0 PowerShell Gallery Microsoft.Graph.Beta 2.26.0 Release Notes
Bumps versions for Azure.Identity, Azure.Identity.Broker and Microsoft.Graph.Core feat: add direct dependency on System.Text.Json Allow serialization of null valued properties [v2] Examples Update Re-enables generation of Get cmdlets for attack simulation Drop unsupported net 6 and net 7 Updated examples for New-MgInvitaiton and New-MgBetaInvitation Removes invalid path.