C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Keyur Pandya(8)
Pankajkumar Patel(5)
Jalpa Dhola(5)
George (5)
Sandhiya Priya(3)
Kaveendra Dhilhan(3)
Mahesh Chand(3)
Gowtham Rajamanickam(3)
Daniel Gomez(3)
Swesh S(3)
Niharika Gupta(2)
Malinda Prasad(2)
Tuhin Paul(2)
Nikhil Patil(2)
Viknaraj Manogararajah(2)
Vinay Ayinapurapu(2)
Shiv Sharma(2)
Deepika Edakkoth(2)
Abhishek Dhoriya(2)
Gowtham K(1)
Kesavan V(1)
Henil Patel(1)
Nidhi Sharma(1)
Krish Kanakiya(1)
Rijwan Ansari(1)
Sardar Mudassar Ali Khan (1)
Marcin Szolke Scholke(1)
Praveen Kumar(1)
Yogeshkumar Hadiya(1)
Najath Risni(1)
Ismail Sayyad(1)
Abiola David(1)
Aarav Patel(1)
Sarthak Varshney(1)
Farrukh Rehman(1)
Aravind Kumar 4026(1)
Rajesh Gami(1)
Satya Karki(1)
Sreenath Kappoor(1)
prashanth garlapally(1)
Dinesh Gabhane(1)
Kanchana Jayathilake(1)
Sanjay Kumar Pathak(1)
Kripanshu Kumar(1)
Himanshu Patel(1)
Ashish Bhatnagar(1)
Harsh Gupta(1)
Sudhir Vaghela(1)
Emanuel Martins(1)
Vijai Anand Ramalingam(1)
Shafaet Hossain(1)
Raveena Attri(1)
Praveen Sreeram(1)
Vijay Kumari(1)
Meet Shah(1)
Vijay Sisodia(1)
Arun Potti(1)
Shweta Lodha(1)
Nandan Hegde(1)
Devesh Omar(1)
Resources
No resource found
Adding Two Numbers Represented by Linked Lists
Jun 06, 2026.
Learn how to add two numbers represented by linked lists using an efficient O(n + m) approach. Understand the concept, reversing linked lists, carry handling, and Java solution with detailed explanation.
Adding Optional Claims Using Token Configuration in Microsoft Entra ID
May 30, 2026.
Simplify token customization in Azure AD! Learn how to use Optional Claims to easily add user attributes like first and last name to tokens without complex policies. Streamline your app development!
SharePoint Detailed Permission Report using PnP PowerShell
May 26, 2026.
Generate a detailed SharePoint permission report (sites, libraries, folders, files) using PnP PowerShell. Identify access, unique permissions, and group members.
How to Dynamically Add Choices in SharePoint Choice Column using Power Automate
Apr 30, 2026.
Learn how to dynamically update SharePoint choice columns with Power Automate! This tutorial uses _api/contextinfo to automate choice options, saving time and ensuring accuracy.
How to Use Microsoft.Extensions.AI to Add AI to ASP.NET Core
Apr 09, 2026.
Integrate AI into ASP.NET Core apps easily with Microsoft.Extensions.AI (MEAI). Build chatbots, smart search, and content generation features quickly and efficiently.
How to Add Built-in Rate Limiting in ASP.NET Core 10 API
Apr 09, 2026.
Protect your ASP.NET Core 10 API from abuse! Learn to implement built-in rate limiting with fixed/sliding windows, token buckets, and concurrency limiters for enhanced security.
Managing Per-User MFA with Microsoft Entra PowerShell Beta Module
Mar 25, 2026.
Manage per-user MFA in Microsoft Entra ID (Azure AD) using PowerShell. Bypass admin center limitations, enable bulk MFA, and automate user management without premium licenses.
How to Add Theme Switcher in Web Apps (Light, Dark & Custom Colors)
Mar 24, 2026.
Explore column themes for web design! Customize backgrounds with white, black, pink, blue, or yellow. Enhance user experience and accessibility. Learn how!
Creating a SharePoint Group and Adding User Using Power Automate
Mar 19, 2026.
Automate SharePoint group creation and user assignment using Power Automate and SharePoint REST APIs. Learn to dynamically manage permissions efficiently. Create groups and add users automatically.
Create Azure VMs with PowerShell—even when the portal says, "This VM requires a subscription without any spending limit"
Mar 18, 2026.
Create Azure VMs with PowerShell—even when the portal says “This VM requires a subscription without any spending limit
Automating IIS Maintenance A Step-by-Step Guide to 5-Hour Restarts
Mar 05, 2026.
Automate IIS maintenance with PowerShell and Task Scheduler! This guide details how to create a script and schedule it to restart IIS every 5 hours, ensuring server stability.
How to Add a Watermark to an Image in C#
Feb 26, 2026.
Learn how to protect your images in C# by adding watermarks using the built-in System.Drawing namespace. This guide explains how to control transparency, dynamically position watermarks, and secure your visual content without relying on third-party libraries.
How to Add a User in Microsoft 365 Admin Center
Jan 30, 2026.
Learn how to add users in Microsoft 365 Admin Center with our step-by-step tutorial. Covers sign-in, licenses, roles, and secure credential sharing for new users.
How to Send and Receive Messages from Azure Queue Storage using .NET Client Library?
Jan 29, 2026.
Learn how to send and receive messages from Azure Queue Storage using the .NET client library. This tutorial covers resource creation, role assignment, and .NET code.
How to Send and Receive Messages from Azure Service Bus using .NET Client Library?
Jan 22, 2026.
Learn how to send and receive messages from Azure Service Bus using the .NET client library. Create resources, assign roles, and build a .NET console application.
How to Send and Retrieve Events from Azure Event Hubs using .NET Client Library?
Jan 20, 2026.
Learn how to send and retrieve events from Azure Event Hubs using the .NET client library. Create resources, assign roles, and build a .NET console app.
How to retrieve configuration settings from Azure App Configuration using .NET Client Library?
Jan 08, 2026.
Learn how to retrieve configuration settings from Azure App Configuration in .NET using the .NET client library. Includes setup, role assignment, and cleanup steps.
PnP Template Provisioning for SharePoint
Jan 06, 2026.
Automate SharePoint site creation with PnP Provisioning! Use XML or .pnp templates to deploy lists, branding, pages, and more. Simplify and standardize your deployments.
Fixing OpenAPI Transform for Scalar to Add a Global JWT Auth Header in .NET 10
Dec 27, 2025.
Fix .NET 10 OpenAPI transform for Scalar UI to add a global JWT auth header. Resolve breaking changes from .NET 9, ensuring seamless JWT authentication.
How to find your CPU’s score
Dec 26, 2025.
Finding your CPU score is a great way to see how your computer handles heavy tasks like gaming, video editing, or multitasking. Depending on what you want to measure, there are three main ways to get those numbers.
How to Create a Shared Mailbox in Microsoft 365 Admin Center and Add Members
Dec 23, 2025.
Learn how to create & manage shared mailboxes in Microsoft 365 Admin Center. Streamline team communication, assign permissions, and troubleshoot common issues. Optimize collaboration!
Adding Microsoft Fabric Items to Favourites and Removing Them (Unfavourites)
Dec 21, 2025.
Learn how to use the Favourites feature in Microsoft Fabric to quickly access frequently used data assets like Lakehouses, reports, and workspaces. Boost productivity!
How to add role-based authentication in Next.js using middleware?
Dec 08, 2025.
Learn how to implement simple and secure role-based authentication in Next.js using middleware. This guide includes clear steps, real examples, and best practices.
Docker Model Runner Adds vLLM for Fast AI Inference
Dec 01, 2025.
Docker Model Runner now supports vLLM, enabling faster AI inference! Prototype locally with llama.cpp, then scale to production with vLLM using the same workflow.
🧱 Lesson 4 - Adding SQL Server Support (Multi-Database Setup)
Nov 24, 2025.
Learn to integrate SQL Server into your .NET Clean Architecture project alongside MySQL. Configure runtime database switching with EF Core & Docker. Multi-database support!
Fixing Special-Character Folder Names and Applying Default Metadata in SharePoint Online Using CSOM
Nov 19, 2025.
Fix SharePoint Online folder metadata issues caused by special characters in folder names. This guide provides a PowerShell CSOM script to apply default metadata correctly.
Building an Image Annotation Tool — draw shapes, add comments, export JSON
Nov 17, 2025.
Build a complete image annotation tool with Angular! Draw shapes, add comments, export JSON. Includes code, diagrams, and a practical, front-end focused approach.
How to Create Azure Cosmos DB Resources by using the Azure Portal?
Nov 15, 2025.
Learn how to create and manage Azure Cosmos DB resources using the Azure portal. This guide covers account creation, database/container setup, data addition, and cleanup.
Export M365 In-Place Archive to PST Using PowerShell and Purview Portal
Nov 07, 2025.
Streamline Microsoft 365 In-Place Archive mailbox exports to PST with this PowerShell script. Automate Compliance Search creation and data retrieval via Purview. Save time and effort!
Visual Studio Adds Powerful Planning Feature In Agent Mode
Nov 07, 2025.
Visual Studio's new 'Planning' feature brings structured AI assistance via Copilot. Plan complex tasks, track progress, and boost efficiency in your .NET projects. Preview now!
Add Code to Your GitHub Repository
Oct 31, 2025.
Learn how to add code to your GitHub repository using Git Bash and the GitHub web interface. This guide covers cloning, branching, committing, and pull requests for seamless collaboration.
Add, Remove, and Search elements in a List
Oct 29, 2025.
Learn to add, remove, and search elements in a List using C# with this real-time example. Master List operations and data persistence in web applications.
Automating SharePoint List Migration
Oct 23, 2025.
Streamline your SharePoint migration with this PowerShell script! Automate the transfer of list data from on-premises to SharePoint Online, while intelligently preventing duplicates. This script checks for existing items based on key fields, ensuring data integrity and a clean, organized cloud environment. Perfect for efficient and error-free SharePoint modernization, saving time and resources. Includes duplicate detection and automated cleanup for seamless cloud adoption.
Azure Cloud: Restore Domain controlled VM in Azure Portal
Oct 11, 2025.
Explore various methods to clone Azure Virtual Machines within a trusted domain. This guide provides a comprehensive overview of different techniques, including Azure portal cloning, PowerShell scripting, and Azure CLI commands. Learn the pros and cons of each approach, ensuring efficient VM replication while maintaining security and compliance within your Azure cloud environment. Optimize your workflow and streamline VM deployment with these proven strategies for trusted domains.
How to Add Dark Mode Toggle in a React Website
Oct 08, 2025.
Implement dark mode in your React website with this comprehensive guide! Learn how to use CSS variables, React state, and localStorage to create a seamless user experience. Discover techniques for persisting user preferences, respecting system settings, and ensuring accessibility. Plus, explore Tailwind CSS and Next.js integration for advanced setups. Elevate your website's usability today!
How to Add Two 3×3 Matrices in Python
Oct 05, 2025.
Learn how to add two 3x3 matrices in Python using native lists, focusing on clarity, efficiency, and real-world applications. This guide provides a step-by-step implementation with complete code, test cases, and performance analysis. Discover its relevance in MRI image processing, where matrix addition corrects image distortions, ensuring diagnostic accuracy.
Fixing Exchange Management Shell Connecting to the Wrong Server
Oct 02, 2025.
Frustrated that your Exchange Management Shell (EMS) connects to the wrong server? This article explains why EMS redirects and how to fix it. Learn about the crucial role of SSL certificates in securing PowerShell remoting and ensuring proper redirection. Discover the simple steps to bind a valid SSL certificate to the Exchange Back End site in IIS, resolving authentication errors and guaranteeing secure, predictable Exchange administration. Stop unwanted server redirection now!
How to Add Elements in Odd and Even Places in the Array: A Stock Market Strategy
Sep 30, 2025.
Learn how to leverage array manipulation in Python to build a profitable stock market strategy based on odd and even indices. Discover 5 methods, from basic loops to NumPy vectorization, and implement a "Buy Low, Sell High, Rebalance" algorithm. Optimize your portfolio's ROI with deterministic trading rhythms used by hedge funds. Includes complete code, test cases, and performance tips for real-world applications.
Audit SharePoint Security Groups — Script & Guide
Sep 29, 2025.
Audit SharePoint Online security with this comprehensive guide and PnP.PowerShell script. Discover Azure AD security groups (including Microsoft 365 Groups) with assigned permissions across your tenant's SharePoint sites. Learn how to securely automate the process, export results to CSV, and avoid common pitfalls. Improve your SharePoint security posture by identifying and managing group permissions effectively.
Add .NET Aspire to an existing .NET app
Sep 15, 2025.
This article demonstrates adding Aspire to manage microservices, containers, and dependencies. Centralize orchestration, simplify dependency management, and improve observability by creating an AppHost project. Discover how Aspire solves manual startup, scattered logs, and configuration complexities, providing a unified development experience with environment variable injection and service discovery.
Exporting Power Automate Flow Details with PowerShell
Sep 09, 2025.
Gain comprehensive visibility into your Power Automate flows with this PowerShell script! Automate the extraction of flow details, including status, run history, ownership, and connector usage. Simplify auditing, governance, and troubleshooting by exporting data to a CSV report. Identify failing flows, track modifications, and ensure compliance across your Power Platform environment.
Add Users to M365 Groups with Microsoft Graph in SPFx
Sep 06, 2025.
Learn how to seamlessly add users to Microsoft 365 Groups within your SharePoint Framework (SPFx) solutions using the Microsoft Graph API. This guide provides a step-by-step approach, including code examples and best practices for managing group memberships, handling errors, and securing your code. Automate onboarding, manage course groups, and build powerful admin dashboards, all within SharePoint. Discover how to leverage MSGraphClientFactory for efficient group management.
How to Add or Change the Owner of a Synchronized Microsoft 365 Group
Aug 24, 2025.
Learn how to add or change the owner of a synchronized Microsoft 365 group by modifying the 'Managed By' attribute in Active Directory and syncing with Entra Connect.
Automate SharePoint Online Restricted Search with PowerShell
Aug 20, 2025.
Automate SharePoint Online site management with PowerShell. Apply tenant and site-level search restrictions securely using app-only authentication and CSV input, ensuring compliance, governance, and efficient bulk operations.
Streamlining SharePoint Site and Group Data Extraction Using PnP PowerShell
Aug 19, 2025.
This blog post explains how to use PnP PowerShell to automate the extraction of SharePoint site and group data, including site groups, subsites, and pages. It provides a step-by-step guide on how to connect to a SharePoint site, gather data recursively from subsites, and export the results to a CSV file for analysis. Ideal for SharePoint administrators looking to streamline auditing and management tasks.
Discovering SharePoint Pages and Subsites Using PowerShell
Aug 19, 2025.
This blog provides a PowerShell script to efficiently list all pages and subsites in a SharePoint environment. It explains how to navigate web applications, site collections, and subsites while leveraging PowerShell for automation, memory management, and customization. Ideal for SharePoint administrators looking to streamline content audits and management tasks.
OneDrive Sharing Report - PowerShell
Aug 19, 2025.
Learn how to create an Azure AD application, assign permissions, and use PowerShell with Microsoft Graph API to generate detailed OneDrive sharing reports, enhancing security and compliance in your organization.
Fix Exchange Hybrid Error: Socket Code 10061 Fix Guide
Aug 06, 2025.
Fixing Exchange Hybrid Deployment Error: Socket code 10061 occurs when a connection to port 25 is refused. Learn how to troubleshoot firewalls, connectors, IPs, and HCW issues to restore mail flow.
Create SharePoint Lists and Columns in SPFx Using PnPjs
Aug 04, 2025.
Learn how to use PnPjs (spfi) in SPFx to dynamically create various SharePoint list columns like text, number, date, choice, and lookup fields using addFieldAsXml for seamless customization and automation.
SharePoint Online: Update Web Part Properties using PnP PowerShell
Aug 04, 2025.
In this article, we will see how you can update the web part property of a custom web part on your SharePoint Online page using PnP PowerShell script. Sometimes due to heavy customization on a SharePoint page.
🧾 Creating Custom Middleware in ASP.NET Core – The Complete Guide with Real Examples
Jul 29, 2025.
ASP.NET Core is known for its modular pipeline, where middleware components play a critical role in handling HTTP requests and responses. Middleware can perform a variety of tasks such as request logging, authentication, routing, response modification, error handling, and more.
Integrating Artificial Intelligence into the .NET Framework
Jul 04, 2025.
Step-by-step article to adding AI to .NET apps with ML.NET, Azure Cognitive Services, and ONNX Runtime. Code samples, use cases, and SEO tips included.
Best Strategy for Launching a DEX Listing After a CEX Launch
Jul 02, 2025.
Planning to launch your crypto token on a decentralized exchange after listing on a CEX? Discover the best strategies for price alignment, adding liquidity, preventing bot attacks, and maintaining market stability when expanding your token to DEX platforms.
How to Launch a New Crypto Token on a DEX: Step-by-Step Guide
Jul 01, 2025.
Planning to launch your crypto token on a decentralized exchange like Uniswap or PancakeSwap? Learn the best DEX launch strategies, from adding liquidity safely and avoiding bots to locking liquidity and protecting your token from rug pulls and price volatility.
Client‑Side Student Record Management Using JavaScript (Add, Modify, Delete, Show – Student Records)
Jun 29, 2025.
Managing student data is a common task in educational web applications.
Adding a Custom Domain Using Amazon Route 53
Jun 17, 2025.
Learn how to connect your custom domain to AWS using Amazon Route 53. This step-by-step guide covers domain setup, DNS records, and configuring hosted zones for seamless web routing.
SharePoint Spaces Is Being Deprecated – What You Need to Know
Jun 12, 2025.
A practical, hands-on guide to navigating the deprecation of SharePoint Spaces in 2025. Learn how to identify existing Spaces content, transition to Microsoft Mesh, or repurpose assets using PowerShell and SharePoint tools. Ideal for IT admins, developers, and Microsoft 365 power users.
How to Use Copilot Studio’s “Add Tool” Feature with SharePoint – Add Attachment
Jun 12, 2025.
Learn how to use Copilot Studio’s “Add Tool” feature to upload attachments to SharePoint list items—no code or flows required. Build smarter bots faster with built-in Microsoft 365 connectors.
Guide to Add Custom Modules in ABP.IO App
Jun 06, 2025.
Learn how to add custom modules to your ABP.IO app with this simple, developer-friendly guide. Covers backend setup and Angular integration step by step.
Understanding the Set-CalendarProcessing Cmdlet in Exchange Online
May 27, 2025.
Learn how to use the Set-CalendarProcessing cmdlet in Exchange Online to manage calendar settings, auto-accept meetings, configure booking options and streamline scheduling with PowerShell.
Add SharePoint Knowledge to a Custom Copilot using Copilot Studio
May 23, 2025.
Enhance your custom Copilot with SharePoint knowledge using Copilot Studio. Seamlessly connect and integrate SharePoint data to empower your AI assistant with organizational content, improving responses and productivity within your business environment.
Add a Multistep Form in Power Pages – Step-by-Step Guide
May 23, 2025.
Learn how to add a multistep form in Power Pages with this step-by-step guide. Improve user experience by breaking forms into easy steps, increasing engagement and completion rates.
How Can GenAI Drive Real Business Value in Engineering?
May 14, 2025.
Discover how Generative AI (GenAI) is transforming software engineering by boosting developer productivity, accelerating product delivery, reducing costs, and improving code quality. This guide explains practical use cases, real examples, and measurable business benefits of adopting GenAI in engineering teams.
Learn Class Components - React
Apr 15, 2025.
this article is basic about class component and its functionality based
Passing Connection as Input Parameter in PowerShell Functions
Apr 14, 2025.
Easily reuse a single SharePoint Online admin connection in PowerShell functions to fetch QA site info efficiently, reducing redundant logins and enhancing performance in M365 automation tasks.
Adding Objects to a Local Database in MAUI .NET 9 [GamesCatalog] - Part 10
Apr 02, 2025.
Learn how to store game reviews in a local SQLite database using MAUI .NET 9. This guide covers setting up repositories, handling images, adding games, and implementing dependency injection for seamless functionality.
Remove IIS Log Files (2-2) --- Add "Log on as a batch job" Right to a user
Feb 27, 2025.
This article is a server management.
Remove IIS Log Files (4-3) --- AWS security group on the ec2 needs to Allows ports for PowerShell Remoting
Feb 27, 2025.
This article will discuss AWS security group on the ec2 needs to Allows ports for PowerShell Remoting
Remove IIS Log Files (4-2) --- Make Server Allows ports for PowerShell Remoting
Feb 27, 2025.
This article will discuss to Make Server Allows ports for PowerShell Remoting
Automate SharePoint List Retrieval with AWS Lambda and PnP PowerShell
Feb 26, 2025.
This article walks you through setting up AWS Lambda, configuring PowerShell scripts, and securely accessing SharePoint data. Streamline your workflows with a serverless approach for seamless SharePoint integration.
How to Add Swagger in .NET 9 and .NET 10?
Feb 06, 2025.
Swagger is an essential tool for documenting and testing APIs. In .NET 9. In .NET 9, Swagger integration requires manual setup by adding the Swashbuckle.AspNetCore NuGet package and configuring it in Program.cs and launchSettings.json to document and test APIs.
Delete Microsoft Team Instantly
Jan 30, 2025.
This article will help you permanently uninstall or deactivate MS Teams on Windows, Mac, or mobile devices, ensuring a smooth and instant removal process. Follow our tips for hassle-free deletion.
Configuring Route Table in AWS
Jan 18, 2025.
Learn how to configure AWS VPC route tables to manage network traffic between subnets and gateways. This guide covers adding routes, selecting gateways, and verifying configurations to connect AWS and Azure environments.
How to Add Tags to an S3 Bucket in AWS
Jan 09, 2025.
This simple article walks you through the steps to log into AWS Console, choose an S3 bucket, add tags, and efficiently track and categorize your resources. Start using tags today to improve your cloud storage experience.
Azure API Permissions Managed Identity with PowerShell
Jan 06, 2025.
This article covers the necessary steps to grant specific API access, configure Azure Active Directory roles, and automate permission assignments for secure and efficient identity management within Azure services.
Add Data Bars UI in SharePoint List Column Formatting in SharePoint List
Jan 01, 2025.
This article walks you through the process of customizing your SharePoint list columns for better data visualization and enhancing the current view with conditional formatting to display dynamic, visually appealing data bars.
How to Add and Manage connections in Power Automate
Jan 01, 2025.
Learn how to add, manage, and secure connections in Power Automate. Integrate 500+ services like SharePoint, Excel, and Office 365 for seamless workflows, time-saving automation, and centralized management.
Remove IIS Log Files (3) --- Deploy VBScript Automation by Pipeline
Dec 17, 2024.
This article is to discuss the deploying VBScript automation by pipeline
Addition of Two Matrices in Java with Code
Nov 20, 2024.
Learn how to add two matrices in Java with a simple and clear code example. This article explains matrix addition, implementation steps, and sample output for better understanding.
Understanding Write-Debug, Write-Verbose, and Write-Host
Nov 10, 2024.
In PowerShell, Write-Debug, Write-Verbose, and Write-Host serve different purposes for output. Write-Debug is used for debugging, displaying messages when the $DebugPreference is set. Write-Verbose provides detailed information when $VerbosePreference is set.
Fetch Document Versions in SharePoint using PowerShell
Nov 08, 2024.
This PowerShell script connects to a SharePoint site to retrieve document versions from a specified library. It gathers metadata, including version numbers, last modified dates, and user details, then exports this information to a CSV file.
Create Azure App Service via PowerShell 7
Nov 05, 2024.
In this guide, learn how to create an Azure App Service using PowerShell 7. We'll cover the essential steps, including setting up your environment, configuring your app service plan, and deploying your web applications.
Sitecore Pipeline to add rel="noopener noreferrer" to a General Link
Nov 02, 2024.
This guide explores how to utilize the Sitecore pipeline to efficiently add the rel="noopener noreferrer" attribute to general links. This attribute enhances security by preventing potential exploitation through opened links and improving performance.
Automate SharePoint Site Creation with Azure Functions and AD Auth
Oct 28, 2024.
This guide demonstrates how to automate SharePoint site creation using Azure Function Apps with custom Azure Active Directory (AD) authentication. It covers prerequisites, creating an Azure Function App, configuring authentication, setting up permissions, and testing the function.
Add Multiple Users to SharePoint Group together in one API call
Oct 26, 2024.
This article outlines how to streamline adding multiple users to a SharePoint Group using Power Automate. By leveraging a single HTTP request, users can efficiently batch add members to a group.
Restore Deleted Flows with PowerShell
Oct 26, 2024.
Learn how to restore deleted Power Automate flows using PowerShell in this comprehensive guide. This process enables users to recover important automated workflows, minimizing downtime and preserving valuable automation.
SharePoint Online - Add/Update Taxonomy Field Using Graph API
Oct 25, 2024.
This guide covers step-by-step instructions for integrating taxonomy fields, managing metadata, and customizing fields in SharePoint lists and document libraries. Enhance your SharePoint solutions with precise metadata control.
PowerShell 7 - Create New PowerShell Instances
Oct 21, 2024.
Learn how to open fresh PowerShell sessions, automate workflows, and take advantage of cross-platform scripting. This guide covers step-by-step instructions for setting up and running new PowerShell instances.
TypeScript command 'tsc' not running in Terminal and PowerShell
Oct 06, 2024.
This series of articles will discuss a specific feature for PowerShell programming.
Hidden Gems - Adding the Custom Data to Generative Answers
Oct 03, 2024.
Learn how to input a string variable as custom data for the Generative Answers component in Copilot Studio. Overcome challenges like binding errors and formatting issues by converting large text into a table format using PowerFx. Process data efficiently and generate responses tailored to user queries.
Add and Use Copilot Answer Control in Microsoft Power Apps Preview
Sep 23, 2024.
In this guide, you'll learn how to add and use the Copilot answer control (Preview) in Microsoft Power Apps. We walk you through the steps to integrate this AI-driven feature, enhancing user interactions with automated responses.
Add rel="nofollow noopener noreferrer" to External Links in Sitecore
Sep 20, 2024.
This guide explains how to enhance your Sitecore website's SEO and security by adding the attributes rel="nofollow", rel="noopener", and rel="noreferrer" to external links.
Authenticate your Azure OpenAI Based App - Key or Key-less
Sep 12, 2024.
Key-based authentication for Azure OpenAI is simple but unsuitable for production due to security risks like key exposure and lack of granular control. Using Managed Identities offers enhanced security, automatic token management, and role-based access. Transitioning to keyless authentication ensures safer practices.
Copilot Extensibility- Adding the Action plugin to the Topics
Sep 09, 2024.
This content explores Copilot extensibility by detailing how to add the Action plugin to the Topics. It covers plugin integration, extending Copilot's functionality, and enabling custom actions within Topics.
Copilot Extensibility - How to Add a Weather Plugin?
Sep 09, 2024.
Microsoft 365 Copilot Extensibility allows businesses to customize AI capabilities by integrating third-party apps and creating custom plugins. With tools like Power Automate and Natural Language Understanding, users can tailor Copilot to meet specific needs, enhancing functionality through seamless integration.
Deleting Unused Items in Sitecore Media Library via PowerShell Script
Sep 05, 2024.
In this blog we will find a Sitecore PowerShell script to be able to eliminate multimedia elements that are not being used.
Automated Way for PBIX to PBIP File Conversion
Sep 04, 2024.
To automate PBIX to PBIP conversion, install the PowerShell module PBIXtoPBIP_PBITConversion using Install-Module -Name PBIXtoPBIP_PBITConversion. Use PBIXtoPBIP_PBITConversion -PBIXFilePath "<<PBIXFilePath>>" -ConversionFileType "<<ConversionFileType>>" to perform the conversion.
Understanding and Fixing the Connect-PnPOnline PowerShell Error
Aug 22, 2024.
It covers common issues, troubleshooting steps, and practical tips to fix problems and ensure successful connections with SharePoint Online. Ideal for those new to PnP PowerShell.
Mastering Site.Selected API Permissions in SharePoint Online
Aug 21, 2024.
This guide explains how to configure Sites.Selected API permissions in SharePoint Online. It covers registering an app in Azure AD, adding the Sites.Selected permission, and granting admin consent. It also includes using PnP PowerShell for configuration and troubleshooting common issues like 403 Forbidden errors.
Running PowerShell Inside Docker Container
Aug 06, 2024.
This approach leverages the flexibility of Docker and the powerful scripting capabilities of PowerShell, facilitating cross-platform development, streamlined deployments, and efficient DevOps workflows.