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.24.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”.
New M365 Service Plan: Graph Connectors Search with Index

New M365 Service Plan: Graph Connectors Search with Index

Andres Bohren
Hi All, Last December i have created an Azure Automation Runbook that checks weekly if there are changes in the Microsoft 365 Service Plans of my Tenant. As you can see it works fine and informed me on Friday that a new Serviceplan “GRAPH_CONNECTORS_SEARCH_INDEX” has been added to all Licenses. Keep Track of new ServicePlans in M365 Licenses In the Microsoft 365 Admin Portal it looks like this What are Graph Connectors?
Exchange Online IPv6 Enablement for Accepted Domain

Exchange Online IPv6 Enablement for Accepted Domain

Andres Bohren
Hi All, A few Days ago, Microsoft has released an Information about the IPv6 enablement for Accepted Domains in Exchange Online. Starting 16 October, Microsoft will deploy IPv6 IP Addresses for MX Records that point to Exchange Online. You can control this behaviour with the following Commands: Get-IPv6StatusForAcceptedDomain -Domain "domain.tld" Enable-IPv6ForAcceptedDomain -Domain "domain.tld" Disable-IPv6ForAcceptedDomain -Domain "domain.tld" Let’s check it out on my M365 Tenant Connect-ExchangeOnline -ShowBanner:$false Get-IPv6StatusForAcceptedDomain -Domain "icewolf.ch" I’ve received an Error on a Domain i used for Exchange Online DANE Inbound Preview
Azure Function App PowerShell 7.2 retiring 8 November 2024

Azure Function App PowerShell 7.2 retiring 8 November 2024

Andres Bohren
Hi All, Recently i received a Mail from Microsoft that i have to Update the Azure Function App to PowerShell 7.4 because PowerShell 7.2 retiring 8 November 2024. Details can be found here: Upgrading your Azure Function Apps to run on PowerShell 7.4 Azure Portal In the Azure Portal you can see under Configuration of the Azure Function App. Runtime Version is probably already “~4” Under “General settings” you can see the used PowerShell Version.