TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About PowerShell
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Allam Purushotham (8)
Keyur Pandya (7)
Vinay Ayinapurapu (7)
Saksham Gupta (7)
Nikhil Patil (6)
Vijai Anand Ramalingam (4)
Nakkeeran Natarajan (3)
Prasham Sabadra (3)
Dharmeshwaran S (3)
Jalpa Dhola (2)
Daniel Gomez (2)
Nandan Hegde (2)
Abhishek Dhoriya (2)
Ram Prasad M (2)
Arun Ramaswamy (2)
Ashish Shukla (2)
Khoday Akilesh (2)
Santosh Sarnobat (2)
Meet Shah (1)
Vijay Sisodia (1)
Deepika Edakkoth (1)
Vikas Hooda (1)
Jean Paul (1)
Shweta Lodha (1)
Sateesh Arveti (1)
Devesh Omar (1)
Ramesh Palaniappan (1)
Imran Shaikh (1)
Prashant Bansal (1)
Arutselvan Muthukannu (1)
Ramakrishna Basagalla (1)
Sibeesh Venu (1)
Jefferson S. Motta (1)
Rahul Suryawanshi (1)
Suraj Vishwakarma (1)
Satyajit Paul (1)
Roshni Gandhi (1)
Dipen Shah (1)
Muzaffar Ur Rahman (1)
Ck Nitin (1)
Arun Potti (1)
Dijid Maddumakumara (1)
Mohamed Shifan (1)
Raj Bhatt (1)
Cr Bhargavi (1)
Pradeep Vaishya (1)
Manoj Mittal (1)
Ishoo Anyal (1)
Vijayaragavan S (1)
Gowtham K (1)
Mohamed Azarudeen Z (1)
CSharp TV (1)
Related resources for PowerShell
No resource found
Fetch Document Versions in SharePoint using PowerShell
11/8/2024 4:24:10 AM.
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
Create Azure App Service via PowerShell 7
11/5/2024 10:05:05 AM.
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
Automate SharePoint Site Creation with Azure Functions and AD Auth
10/28/2024 8:53:35 AM.
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 A
Restore Deleted Flows with PowerShell
10/26/2024 6:07:39 AM.
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
PowerShell 7 - Create New PowerShell Instances
10/21/2024 6:00:33 AM.
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 i
Calling Web API to Web API without User Interaction by using Azure Managed Identity
10/14/2024 5:59:13 AM.
This article will walk you through connecting two web APIs without any login or user interaction. It is referred to as "Server-to-Server" or "Service-to-Service" communication. You
PowerShell Memory Leak and Prevention
9/16/2024 11:21:14 AM.
This guide covers techniques for managing memory usage, troubleshooting leaks, and optimizing your scripts for better resource efficiency. Gain insights into effective memory leak prevention strategie
Authenticate your Azure OpenAI Based App - Key or Key-less
9/12/2024 10:39:21 AM.
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 securit
Deleting Unused Items in Sitecore Media Library via PowerShell Script
9/5/2024 4:28:19 AM.
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
9/4/2024 6:06:27 AM.
To automate PBIX to PBIP conversion, install the PowerShell module PBIXtoPBIP_PBITConversion using Install-Module -Name PBIXtoPBIP_PBITConversion. Use PBIXtoPBIP_PBITConversion -PBIXFilePath "<
How to get all the user properties using powershell in SharePoint 2010
8/22/2024 7:23:23 AM.
Learn how to retrieve all user properties in SharePoint 2010 using PowerShell. This guide covers how to get user details with scripts that access the SharePoint site, fetch user profiles, and handle c
Understanding and Fixing the Connect-PnPOnline PowerShell Error
8/22/2024 4:28:52 AM.
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
8/21/2024 7:00:22 AM.
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
List Item Operations Using CSOM with PowerShell For SharePoint Online
8/21/2024 6:11:23 AM.
In this article, you will learn how we can retrieve, create, delete or update list items using CSOM with PowerShell on any SharePoint online platform site.
SharePoint: Adding WebPart on Pages Using PowerShell Script
8/20/2024 11:13:39 AM.
The PowerShell script automates adding a new web part to multiple SharePoint pages. It involves creating a web part definition file, setting AllowUnsafeUpdates, and using WebPartManager to import and
Create, Retrieve, Update Or Delete Sites On SharePoint Using PnP PowerShell
8/20/2024 10:55:51 AM.
Learn how to create, retrieve, update, and delete SharePoint sites using PnP PowerShell. This guide covers essential commands like New-SPOWeb, Get-SPOWeb, Set-SPOWeb, and Remove-SPOWeb, providing step
Import Or Export SharePoint Taxonomy Groups, Term Sets & Terms Using PnP PowerShell
8/20/2024 10:54:46 AM.
This article explores how to efficiently import and export taxonomy groups, term sets, and terms within SharePoint using PnP PowerShell. It covers methods involving text files, XML, and arrays, levera
How to Set or Update Webpart Property Using Powershell Script in SharePoint
8/20/2024 7:51:05 AM.
In our project, we needed to update a web part property across multiple pages in a production environment. Manual changes were impractical, so we created a PowerShell script to automate the process. T
Automating SharePoint Site Provisioning with PnP Scripts: Overcoming Authentication Challenges (App based authentication)
8/12/2024 10:59:53 AM.
Encounter an error (401 Unauthorized) with New-PnPTenantSite in SharePoint Online? This issue typically indicates an authentication failure, often due to invalid credentials or insufficient permission
Introduction to Windows PowerShell
8/12/2024 4:31:50 AM.
Windows PowerShell is a command-line shell for Windows, designed for system administrators and built on the .NET Framework. It uses cmdlets to perform tasks and process .NET objects. Key features incl
Running PowerShell Inside Docker Container
8/6/2024 4:27:44 AM.
This approach leverages the flexibility of Docker and the powerful scripting capabilities of PowerShell, facilitating cross-platform development, streamlined deployments, and efficient DevOps workflow
Host-Named Site Collections in SharePoint
8/2/2024 8:08:23 AM.
This article explains host-named site collections in SharePoint, detailing their advantages, limitations, and the process for creation. Host-named site collections provide unique DNS names, facilitati
Applying SharePoint Online Site Classification using PowerShell
7/22/2024 2:21:57 AM.
Applying SharePoint Online Site Classification using PowerShell" guides administrators in leveraging PowerShell to efficiently manage site classifications within SharePoint Online.
Create Custom Claims Provider In SharePoint 2013 Using C# Server-Side Object Model
7/18/2024 3:17:48 PM.
Learn to create a Custom Claims Provider in SharePoint 2013 using C# Server-Side Object Model. Customize user permissions with augmented claims and integrate them into the People Picker control for st
Automated SQL Service Monitoring using PowerShell
7/8/2024 8:43:42 AM.
Mastering PowerShell: Your Ultimate Guide to Automated SQL Service Monitoring" is your comprehensive resource for leveraging PowerShell to streamline and enhance SQL service monitoring.
New-PnPTenantSite: The remote server returned an error: (401) Unauthorized.
6/29/2024 8:52:20 PM.
Disabling custom app authentication resolved the "401 Unauthorized" error, allowing the PnP scripts to run as scheduled. By following these steps, you can set up SharePoint Add-ins, grant ne
Resolving IDCRL Error in PowerShell
6/27/2024 5:38:12 AM.
Resolve "Identity client runtime library (IDCRL) did not get a response from the login server" in PowerShell by checking credentials, disabling Multi-Factor Authentication (MFA) if enabled,
Automate SharePoint Site Creation with PowerShell and PnP
6/26/2024 10:51:08 AM.
Automate SharePoint site creation effortlessly using PowerShell and PnP (Patterns and Practices). Learn efficient scripting techniques to streamline the provisioning process, enhancing productivity an
RBAC vs Vault Access Policy in Azure Key Vault
6/25/2024 6:02:23 AM.
Azure Key Vault manages secrets, keys, and certificates for cloud applications. It offers two access control methods: Role-Based Access Control (RBAC) for broad, role-based management across Azure res
SharePoint / Office 365 - Changing The URL Of The List
6/24/2024 9:01:29 AM.
In a SharePoint online project, a list named "TestList" was created for testing, resulting in an improper URL. Instead of creating a new list and re-importing Excel data, the URL can be dire
SharePoint 2016/2013 - How To Install SharePoint Client Components SDK
6/24/2024 9:00:42 AM.
Learn how to set up client machines for CSOM-based PowerShell development using SharePoint Client Components. Download the appropriate MSI file based on your OS version, install it, and access SharePo
Generate List of SharePoint Pages and Owners Using Power Shell
6/24/2024 6:01:05 AM.
Managing large SharePoint sites can be simplified using a PowerShell script with PnP PowerShell. This script automates the retrieval of page details and owners, exporting the data to a CSV file, savin
Copying Footers Between SharePoint Sites Using PnP PowerShell
6/24/2024 4:00:07 AM.
I've been extensively using SharePoint and the PnP PowerShell module, which simplifies tasks with easy command sets and detailed documentation. Notably, copying a footer between SharePoint sites i
How To Deploy And Install The SPFx App Using PNP PowerShell
6/20/2024 10:12:29 AM.
We'll cover the essential commands and procedures to streamline your SharePoint development workflow, ensuring a smooth and efficient deployment process for your SPFx solutions in SharePoint Onlin
Accessing Azure Key Vaults Using Certification
6/20/2024 10:11:26 AM.
Learn to secure Azure Key Vaults using self-signed certificates and Azure AD Apps. This approach avoids storing sensitive information in config files, enhancing security. Follow steps to create, regis
Creating An Azure VM From The VHDX/VHD File
6/19/2024 9:46:05 AM.
Learn how to migrate an on-premises Virtual Machine to Azure using VHD files. Convert VHDX to VHD, upload to Azure Blob storage, create a Managed Image, and deploy an Azure VM using PowerShell command
How To Configure And Use SharePoint Online Organization Assets Library
6/14/2024 10:39:00 AM.
SharePoint Organization Assets Libraries are central repositories for sharing the organization’s branding and visuals with all users in the tenant. People can see the Organization Assets in the file p
Automating Tag Updates for Azure Function Apps with PowerShell
6/12/2024 5:27:02 AM.
Learn how to automate tag updates for Azure Function Apps using PowerShell. This guide covers essential scripts and techniques to efficiently manage and update tags across your Azure resources.
Assign System Managed Identity to Azure Function Apps with PowerShell
6/3/2024 7:52:08 AM.
Learn how to streamline identity management by assigning system managed identities to Azure Function Apps using PowerShell. This guide covers the benefits of managed identities, step-by-step instructi
Creating Dynamic Narration in Scripts with System.Speech and .NET 8
5/28/2024 7:24:00 AM.
Creating Dynamic Narration in Scripts with System.Speech and .NET 8" enables automated speech synthesis in scripts using .NET's System.Speech library. Harnessing dynamic content generation, i
App Registration with Microsoft Entra ID Configure SharePoint Permissions
5/19/2024 6:56:50 AM.
Register your app in Azure AD for SharePoint access using PowerShell. Configure permissions, obtain Client ID and Secret for OAuth authentication, granting necessary access to SharePoint resources, fa
Merge Multiple CSV Files With Same Header Using Windows PowerShell
5/14/2024 11:01:33 AM.
Merging multiple CSV files with the same header using Windows PowerShell involves importing each CSV file, combining their contents while preserving the header, and exporting the consolidated data int
Convert Doc to Pdf using NodeJS
5/8/2024 4:02:52 AM.
In this article, I demonstrate how to convert Word files to PDF using PowerShell, a feature supported on all Windows operating systems.
Exporting and Importing Site Collection Term Stores In SharePoint
5/2/2024 9:37:26 AM.
Looking to streamline your SharePoint management? Learn how to efficiently export and import Site Collection Term Store Groups! ?? From exporting your Term Store Groups for backup or migration purpose
How To Create A Classic Site In SharePoint Online
4/18/2024 8:45:32 AM.
Learn to create SharePoint classic sites in Microsoft 365 using both out-of-the-box methods and PowerShell. Explore the admin center and PowerShell cmdlets for seamless classic site creation alongsid
Create a TermSet And Taxonomy Field Using PnP Powershell
4/12/2024 6:31:37 AM.
Let's see how to create a TermSet, add Terms to the TermSet in SharePoint, and create Taxonomy fields in the SharePoint List or as Site Columns using PnP PowerShell
File Share Snapshot automation - Creation
4/10/2024 8:19:32 AM.
Automating the creation of snapshots for file shares is essential for efficient data management in cloud environments. This PowerShell script connects to Azure, identifies storage accounts, and locate
Azure NFS Snapshot Automation - Deletion
4/9/2024 7:32:19 AM.
Discover how to automate Azure NFS snapshot deletion efficiently. Learn scripting techniques and orchestration methods to manage cloud data with precision, ensuring streamlined operations and optimize
How to Enable and Disable Plugin in D365 using Power Shell Script
3/31/2024 3:49:45 AM.
Learn to control Dynamics 365 (D365) plugins effortlessly with PowerShell scripting. This guide demonstrates enabling and disabling plugins seamlessly. Harness Invoke-RestMethod to manage SDK Message
Activate & Deactivate Account Record in Dynamic 365 with PowerShell
3/28/2024 10:51:22 AM.
InteractiveMode prompts user for login in Dynamics CRM, storing connection in $conn. BypassPluginExecution set to true avoids plugin execution.Set-CrmRecordState modifies record state in CRM using spe
Optimizing Dynamics 365: Thread Jobs for Multiple Record Updates
3/27/2024 8:56:42 AM.
In this article, we will learn how to utilize Thread Jobs for Updating Multiple Records in Dynamics 365 using PowerShell Script. Retrieving all Contact Records and Updating First and Last Names using
Disable Quick Create Views Using PowerShell
3/26/2024 8:45:06 AM.
In this article we will discuss step by step process to disable quick create view for multiple entities using powershell script.
Update a Contact record in Dynamics 365 (D365) using PowerShell
3/21/2024 8:37:45 AM.
Update a Contact record in Dynamics 365 (D365) using PowerShell involves modifying existing contact information within the D365 environment programmatically. This process utilizes PowerShell scripting
Creating Contact Record in Dynamics 365 with PowerShell Attributes
3/20/2024 10:21:52 AM.
Learn to efficiently create Contact records in Dynamics 365 using PowerShell, covering all attribute types. Utilize Microsoft.Xrm.Data.PowerShell module for seamless CRMOnline connection and managing
Creating Contact Record in D365 with PowerShell Script & Image Attribute
3/15/2024 8:31:22 AM.
Learn to automate Dynamics 365 contact record creation via PowerShell. This script includes adding image attributes, streamlining CRM data management. Utilize Microsoft's Xrm.Data.PowerShell modul
How to Pass Credentials as Parameters in PowerShell
3/15/2024 3:52:04 AM.
In this article we will learn how to pass credentials as parameters in PowerShell. Learn how to pass credentials as parameters in PowerShell using PS objects. Follow step-by-step instructions to updat
Changing the Site URL in SharePoint Online
3/13/2024 9:07:23 AM.
In this edition, we'll guide you through the steps to accomplish Changing site Url effortlessly. Don't miss out on the SharePoint revolution!
Introduction To Term Store Management in SharePoint Online
3/12/2024 9:36:55 AM.
In this article we will discuss – Introduction To Term Store Management in SharePoint Online And How to create Term Store using PowerShell.
Understanding Site Design and Site Scipt in SharePoint
3/6/2024 4:45:12 AM.
In this edition, we understand SharePoint site Design and Site Script. Don't miss out on the SharePoint revolution! ????
List, Remove And Restore Deleted Site Using Microsoft 365 CLI
3/4/2024 10:40:28 AM.
In this article, we will discover how to efficiently manage deleted sites in Microsoft 365 using CLI. Learn to list, remove, and restore deleted sites seamlessly with command-line operations.
Bulk Add Terms, Term Sets, and Groups with PowerShell in SharePoint
2/29/2024 9:44:40 AM.
This blog post provides step-by-step instructions on process of executing PowerShell scripts to import term store metadata elements into SharePoint, automating the creation and management of taxonomy
Enable Audit History Using Powershell in D365
2/28/2024 5:51:27 AM.
In this article we will discuss in detail about audit tracking for entities and fields and how it can be enabled in more efficient manner.
Converting Classic SharePoint Team Sites to Modern Communication Sites
2/27/2024 9:33:38 AM.
Converting Classic SharePoint Team Sites to Modern Communication Sites to better collaboration and productivity. Enhanced feature, customized web part and extension.
Enable Change Tracking Using Powershell in D365
2/21/2024 3:52:34 AM.
In this article we will discuss in detail about change tracking for entities and how it can be enabled in more efficient manner.
D365 Data Retrieval: FetchXml, Paging Cookies, and PowerShell
2/20/2024 6:08:48 AM.
Prepare your PowerShell environment for Dynamics 365 with crucial commands: Install Microsoft.Xrm.Data.PowerShell module for interacting with Dynamics 365 data. Set execution policy to RemoteSigned fo
Perform CRUD Operations using Azure DevOps Rest API
2/19/2024 9:39:24 AM.
In this article we will discuss Azure DevOps REST API and perform CRUD operations on work items using PowerShell, including create, read, update, and delete.
How to Update Enhanced Rich Text Field using PowerShell CSOM
2/18/2024 5:11:43 AM.
The document explains updating the SharePoint multi-line text which is of enhanced rich text with html content.
Backup Sitecore Media Library items with a PowerShell script
2/8/2024 8:32:55 AM.
Sitecore PowerShell script to backup Media Library items in a zip file. This Sitecore PowerShell script automates the backup of Media Library items into a zip file on the server. The script efficientl
Activate Business Rules Using Powershell in D365
2/7/2024 9:29:20 AM.
In this article, we will discuss how Powershell can be used to Activate Business Rules. and Automating the reactivation of inactive business rules in Dynamics CRM is crucial for maintaining optimal sy
Create New Records in Account Entity using PowerShell Script in D365
2/6/2024 10:24:55 AM.
Install the PowerShell module, set the execution policy to RemoteSigned, configure TLS 1.2, connect to Dynamics 365 CRM using the provided credentials, and create new records in the Account entity.
Identifying the Count of Activities within a Pipeline in Synapse
2/6/2024 10:16:02 AM.
Need to count activities in Synapse pipelines? With Powershell and Azure SDK modules, effortlessly fetch pipeline details. Use commands like Get-AzSynapseActivities to list all pipelines or specify a
How to Load .NET Assemblies in Powershell
2/6/2024 8:35:11 AM.
In this article, we will see how to load the .Net assemblies in the PowerShell and how to access the methods. The class library has been created to encapsulate functionality, forming the foundation of
Theory Of Azure Virtual Network With Four Hands-On Labs
2/5/2024 12:05:50 PM.
In this article we will go through the concept of azure virtual network, what is azure virtual network and terms in virtual network which use to create virtual network.
Get Items Action Fetching Few Records from SharePoint Online
2/5/2024 10:12:12 AM.
Using 'Get Items' in Power Automate for SharePoint Online, issues arise, fetching only a subset due to default limitations. A Boolean column, 'SurveyCompleted,' compounds the problem b
Perform CRUD Operations in Dynamics CRM Using PowerShell
2/5/2024 7:24:15 AM.
In this article, we will discuss how to perform CRUD operations in Dynamics CRM using Powershell. In this article, we will explore the potential of PowerShell in Dynamics CRM for seamless CRUD operati
The Term Oh-My-Posh Is Not Recognized as a Name of Cmdlet
1/22/2024 6:59:46 AM.
This article explains how to set up oh-my-posh on Windows PCs. From the references, the steps can be found to implement for Linux and MAC OS as well.
Change Ownership of Cloud Flows
1/19/2024 7:32:39 AM.
This article describes ways to Change ownership of a cloud flow manually, using powershell script and Azure Pipelines. We will discuss ways to change ownership or assignment of cloud flow so that all
CRUD Operations in Dynamics 365 through PowerShell
1/12/2024 6:43:42 AM.
Performing CRUD (Create, Read, Update, Delete) operations in Dynamics 365 through PowerShell involves leveraging either the Dynamics 365 SDK or the Power Platform Admin PowerShell module
How To Download The Dynamics 365 CE Package Deployer Tool using Powershell?
12/18/2023 8:58:38 AM.
Step by step details to download the dynamics 365 ce package deployer tool using power shell
SharePoint User Membership Identification Script for Access Management
11/27/2023 7:30:00 AM.
his script aims to identify SharePoint sites where specific users hold membership, enabling efficient access management and site administration.
Connect to Microsoft Teams & Create a Team with PowerShell
10/25/2023 10:36:05 AM.
In this article, let see how to install PowerShell Module to connect to Microsoft Teams and create a team using PowerShell
How to Resolve PowerShell Script Execution Policy Error for Angular CLI ?
10/19/2023 11:56:30 AM.
How to Resolve PowerShell Script Execution Policy Error for Angular CLI suggests a guide for overcoming issues related to PowerShell script execution policies when working with the Angular CLI, a popu
Setting Up PowerShell ISE In VS Code
10/17/2023 6:02:09 AM.
Setting up PowerShell ISE (Integrated Scripting Environment) in Visual Studio Code (VS Code) provides a streamlined environment for PowerShell scripting and automation tasks. This integration enhances
PowerShell File Search Automation
9/23/2023 3:45:24 PM.
This PowerShell script automates file detail retrieval within a specified folder. It filters files by extension, displaying their name, size, and type, simplifying tasks like listing text files.
CRUD operations using Powershell and SQL Server
9/22/2023 3:40:43 AM.
PowerShell is very useful for automating various day to day tasks
Learn to Publish the Journey Using PowerShell
9/14/2023 8:22:10 AM.
Publish the Marketing Journey using PowerShell Script. This code snippet demonstrates how to create a connection, log in, and execute a request in C# for a CRM (Customer Relationship Management) envir
Empower Resource Security with Azure RBAC
8/30/2023 8:54:42 AM.
The title provided is concise and should be easily searchable on Google. However, the final search ranking depends on various factors, including the specific keywords used, competition, and other SEO
Generating Certificate and Private Key Files
8/24/2023 6:23:10 AM.
Create local certificates with ease using Visual Studio 2017 Developer Command Prompt. Generate certificate and private key files, then install them locally for enhanced security. Simplify your authen
PowerShell - Import A Specific Module From The Installed SharePoint PnP Powershell Modules
8/7/2023 8:33:26 AM.
When working with different versions of SharePoint, we have the respective PnP modules installed. This article explains how to easily load the appropriate Module automatically.
Adding Users to Active Directory using PowerShell Scripts
7/24/2023 9:56:11 AM.
Managing user accounts in Active Directory becomes seamless with PowerShell, a robust command-line tool. Learn how to add, modify, and delete users, streamlining administrative tasks for enhanced effi
Installing PnP PowerShell 2.x On Windows 10
7/17/2023 7:01:23 AM.
This article explains how to install PowerShell 7 and there by installing latest PnP PowerShell 2.x on windows 10 OS.
Disabling Access Requests and Controlling Site Sharing with PowerShell
7/16/2023 5:40:13 AM.
In SharePoint Online, managing access requests and controlling site sharing settings is crucial for maintaining security and governance. In this article we will see how to disable access requests and
Execute PnP Powershell using Azure DevOps Pipeline
7/14/2023 12:02:39 PM.
This article demonstrates how to automate and execute PnP PowerShell using Azure DevOps Pipeline. It covers steps such as creating a repository, configuring the YAML pipeline, creating and uploading
Automating Email Notifications using PnP PowerShell
7/11/2023 11:46:37 AM.
Sending emails programmatically is a powerful way to automate notifications in various scenarios. In this blog post, we will explore how to leverage PnP PowerShell module to send emails seamlessly. Sp
Save data To Azure CosmosDb using power shell scripts
6/30/2023 8:10:11 AM.
This article demonstrate how we can save data from a file to cosmosDb via powershell scripts. This is useful when we want to setup application from scratch for clients or want to duplicate our records
Execute PowerShell Script in Desktop flow using Microsoft Power Automate
6/4/2023 7:22:37 AM.
Reading this article, you can learn how to Execute the PowerShell scripts using Run PowerShell script actions with Desktop flow in Microsoft Power Automate.
Using powershell create, modify and delete search scope display group in SharePoint 2010
5/31/2023 8:33:12 AM.
We will be seeing how to create, modify and delete scope display group using powershell script in SharePoint 2010.
Syncing the Users between the groups in Azure AD using PowerShell
5/17/2023 5:32:48 AM.
From this article, you will learn how to sync the users between two user groups in Azure AD.
⚡Effortless Scalability: Discover the Power of Azure Functions
5/4/2023 12:19:29 PM.
An Introduction to Serverless Computing
Transform and Automate IT Processes: Unleashing the Power of Azure Automation
4/20/2023 6:09:55 AM.
In this session, You will learn about the different types of runbooks and how to implement error handling in runbooks.