PowerToys v0.85.1 released

PowerToys v0.85.1 released

Andres Bohren
Hi All, I noticed that Microsoft has released a new Version of PowerToys. In the Main Window click on “Install now” The Release notes can be found here Release v0.85.1 Fixed an issue causing Workspaces to launch the wrong project through a shortcut. Fixed a crash when opening the New+ templates folder through the Settings application. Installation in Progress What’s new Updated PowerToys Regards Andres Bohren Windows Logo
Azure PowerShell Module AZ 12.4.0 released

Azure PowerShell Module AZ 12.4.0 released

Andres Bohren
Hi All, A day ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery. PowerShell Gallery Az 12.4.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.
Git for Windows 2.47.0

Git for Windows 2.47.0

Andres Bohren
Hi All, Today i noticed that there is an update for Git Highlights from Git 2.47 Release Notes 2.47.0 Let’s have a look at the installed version git -v to update use the command below (cmd must be started “As Administrator”) git update-git-for-windows This will download and start the update installer Let’s check the git version after the update git -v You can also download it here: https://git-scm.com/ Regards Andres Bohren
OneDrive Sync Client Supports Folder color in Windows Explorer

OneDrive Sync Client Supports Folder color in Windows Explorer

Andres Bohren
Hi All, The colored Folders in Windows Explorer are Supported since OneDrive Sync Client Version 24.132.* I’ve set a color to a Folder in OneDrive The color of the Folder changes also in Windows Explorer The other way around also works > OneDrive > Folder color Set the color Color has changed in Windows Explorer After a few Seconds the Folder with the Color has been synced to OneDrive Regards
Azure Automation Account: Error while unlinking the workspace

Azure Automation Account: Error while unlinking the workspace

Andres Bohren
Hi All, I was stumbling over a Azure Automation Account with a Linked workspace. I did get errors when trying to unlink the Workspace or delete the Azure Automation Account. Unlink Workspace in the Azure Portal Error Message: An error occurred while unlinking the workspace. WorkspaceId: /subscriptions/42ecead4-eae9-4456-997c-1580c58b54ba/resourcegroups/loganalytics/providers/microsoft.operationalinsights/workspaces/aadloganalytics-icewolf. Error details: The link cannot be updated or deleted because it is linked to Update Management and/or ChangeTracking Solutions. Operation Id: '5a45c6618d8988953c1f15911857cbb6'. Error code: Linked Service is used by a solution.
MicrosoftTeams PowerShell Module 6.6.0 released

MicrosoftTeams PowerShell Module 6.6.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 6.6.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 6.6.0 Read more details in the Release Notes Releases [Get|Set|Remove|Grant|New]-CsTeamsAIPolicy cmdlets. Releases [Get|Set]-CsTeamsEducationAssignmentsAppPolicy cmdlets. Adds EnablePayAsYouGoSpendingLimits and PayAsYouGoSpendingUserLimit parameters to [New|Set]-CsTeamsCallingPolicy cmdlets. Remove CreateBy attribute, update CreateAt and DownloadLinkExpiry Datetime format to UTC in Get-CsExportAcquiredPhoneNumberStatus cmdlet response. I am using the new PSResourceGet here instead of the PowerShellGet commands.
PowerToys v0.85.0 released

PowerToys v0.85.0 released

Andres Bohren
Hi All, I noticed that Microsoft has released a new Version of PowerToys. In the Main Window click on “Install now” The Release notes can be found here Release v0.85.0 Installation in Progress What’s new Updated PowerToys Learn more about New+ Regards Andres Bohren Windows Logo
Microsoft.Graph PowerShell Modules 2.24.0 released

Microsoft.Graph PowerShell Modules 2.24.0 released

Andres Bohren
Hi All, A few Hors ago, Microsoft has released the Version 2.23.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.24.0 PowerShell Gallery Microsoft.Graph.Beta 2.24.0 Release Notes [v2] Weekly OpenApI Docs Refresh [v2] Examples Update Corrected example 5 title by @msewaweru Adds AutoRest directives to remove over generated cmdlets Fixes subsequent failures after first successful Invoke-MgGraphRequest run when using national cloud environments Updated example to remove mentions of Global admin by @msewaweru I am using the new PSResourceGet here instead of the PowerShellGet commands.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.25311.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.25311.12000 released

Andres Bohren
Hi All, A day ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.25311.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
Disable self-service purchase for Microsoft 365 Copilot

Disable self-service purchase for Microsoft 365 Copilot

Andres Bohren
Hi All, Two days ago, Microsoft has annouced the self-service purchase of M365 Copilot Licenses in October. But you can disable this Product for self-service purchase MS Learn Use AllowSelfServicePurchase for the MSCommerce PowerShell module You will need the MSCommerce PowerShell Module 2.3 Let’s list the self-service Products Connect-MSCommerce Get-MSCommerceProductPolicies -PolicyID AllowSelfServicePurchase Let’s disable the “Microsoft 365 Copilot” for self-service Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -Productid "CFQ7TTC0MM8R" -Enabled $false Get-MSCommerceProductPolicies -PolicyID AllowSelfServicePurchase M365 Admin Portal On the Microsoft Learn site below it’s explained how to use this as “Billing Administrator”.