posts
Copy Column View Formatting to different environment using PnP PowerShell
Copy Column and View Formatting using PnP PowerShell There is a great sample script how to backup all column, view and content type formatting by Dan Toft. If you need to copy column and view formatting across different environments, such as from Dev to Test, UAT, and Prod, especially when dealing with multiple lists/libraries, the script may help you.
PnP PowerShell Script param ( [Parameter(Mandatory=$false)] [string]$SourceSiteUrl = "https://contoso.sharepoint.com/teams/d-app-test", [Parameter(Mandatory=$false)] [string]$DestinationSiteUrl = "https://contoso.
posts
How to Hide the 'See All' Button in the Highlighted Content Web Part using PnP PowerShell
How to Hide the “See All” Button in the Highlighted Content Web Part using PnP PowerShell Recently, I encountered an issue with the “Show Title and Commands” toggle in the out-of-the-box Highlighted Content web part. It stopped working on both my development and customer tenant. I’ve raised the issue on the Microsoft Forum and also opened a case with Microsoft to investigate the backend.
While awaiting a resolution from Microsoft, I decided to find a workaround.
posts
MS Build AI Day: Build and maintain your company Copilot with Azure ML and GPT-4 By Seth Juarez
Build and maintain your company Copilot with Azure ML and GPT-4 By Seth Juarez I attended the session Build and maintain your company Copilot with Azure ML and GPT-4 at MS Build AI Day by Seth Juarez on the 19th Oct 2023. Seth began the session with a “Group Therapy” followed by a delve deep into the intricacies of language models, shedding light on Azure Machine Learning. He referred to Henk’s presentation and Keynote to reinforce some Generative AI concepts.