Hi All,
A few days ago, Microsoft has released the MicrosoftTeams PowerShell Module 7.5.1-preview to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 7.5.1-preview Read more details in the Release Notes
Releases Get-CsAiAgents cmdlet. Releases New-CsPhoneNumberBulkUpdateTagsOrder cmdlet. Releases [Get|Set|Remove]-CsPhoneNumberTenantConfiguration cmdlets. Releases [New|Get|Set|Remove]-CsAutoRecordingTemplate cmdlets. Adds AutoRecordingTemplateId parameter to [New|Set]-CsCallQueue cmdlets. Adds ResourceAccount parameter to [New|Set]-InboundBlockedNumberPattern cmdlets. I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
Hi All,
A few days ago, Microsoft has released the ExchangeOnlineManagement 3.9.2-Preview1 PowerShell Module.
PowerShell Gallery ExchangeOnlineManagement 3.9.2-Preview1 v3.9.2-Preview1:
Added cmdlets: Add-WorkforceInsightsDelegationAccess, Get-WorkforceInsightsDelegationAccess, Remove-WorkforceInsightsDelegationAccess for Workforce Insights delegation. Deprecated UseRpsSession parameter from Connect-ExchangeOnline and Connect-IPPSSession. 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
Uninstall-PSResource ExchangeOnlineManagement -Scope CurrentUser I’ve updated the M365PSProfile PowerShell Module and the Uninstall-M365Module Function with the Parameter -FileMode.
Hi All,
A day ago, Microsoft has released the Version 2.34.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.34.0 PowerShell Gallery Microsoft.Graph.Beta 2.34.0 No Release Notes have been published but you can review the Commit History
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,
Yesterday, the PowerShell v7.6.0 preview 6 has been released
MS Learn What’s New in PowerShell 7.6 GitHub Release Notes v7.6.0-preview.6 Release of PowerShell Installation I’ve downloaded the x64 *.msi File and started the Installation
Paralell Installation The Preview of Powershell 7.6.0 is installed in the “7-preview” Folder
Start the PowerShell with cmd
cd C:\Program Files\PowerShell\7-preview start pwsh PowerShel 7.6.0-preview.6 has successfully started and even loading the PowerShell 7 Profile
Hi All,
Two days ago, Microsoft has released the Preview5 of the Microsoft.PowerShell.PSResourceGet PowerShell Module.
Powershell Gallery Microsoft.PowerShell.PSResourceGet 1.2.0-preview5 You can check the Release Notes
PowerShell 5 Check the Module Path
$Env:PSModulePath.Split(";") I’ve simply deleted the Microsoft.PowerShell.PSResourceGet Folder in Windows Explorer - because there is no “Scope” Parameter in the Uninstall-Module command
Installing the PSResourceGet with Install-Module
Install-Module -Name Microsoft.PowerShell.PSResourceGet -Scope CurrentUser -AllowPrerelease Get-InstalledPSResource -Name Microsoft.PowerShell.PSResourceGet -Scope CurrentUser Uninstalling a Module under PowerShell 5 still fails - like in Preview4
Hi All,
A few Hors ago, Microsoft has released the Version 2.33.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.33.0 PowerShell Gallery Microsoft.Graph.Beta 2.33.0 No Release Notes have been published but you can review the Commit History
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,
Yesterday, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 15.1.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 In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
Hi All,
A few Months ago i saw, that the recommendation for New-ApplicationAccessPolicy has changed.
App Access Policies are replaced by Role Based Access Control for Applications. To learn more, see Role Based Access Control for Exchange Applications. Don’t create new App Access Policies as these policies will eventually require migration to Role Based Access Control for Applications.
In Github you can see that the Change has been Published in August
Hi All,
Recently i did get a lot of Mails from Microsoft, to update the exension bundle for my Azure Functions.
The following Microsoft Learn Website shows the supported Versions of the Extension Bundle
Azure Functions extension bundles Sadly the Upgrade extension bundles does not give any advice how to do that excactly nor a Script or commands that would update it 🙁
Using the Azure Portal, i can see that there is a Notification on the Azure Function for the Extension Bundle
Hi All,
A day ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26712.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.