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]
Vijai Anand Ramalingam(6)
Vignesh Ganesan(3)
Vidyadharran G(3)
Sunny Sharma(2)
Jean Paul(2)
Sateesh Arveti(2)
Ganesh Sattawan(1)
Kaveendra Dhilhan(1)
Vinay Ayinapurapu(1)
Shantha Kumar T(1)
Resources
No resource found
Useful PowerShell cmdlets To Administer Office 365 Groups
May 17, 2018.
Howdy Folks! As promised in previous blog post related to Office groups , I’m back now with some cool PowerShell cmdlets which should ease your work in managing Office 365 groups in your organization . If you’re new to Office 365 groups, I humbly request you to read in detail about Office 365 groups by accessing this link. I’ve tried my best to explain Office 365 groups there.
Set Default Subscription Using Azure Service Management Cmdlets In Azure Powershell
Aug 08, 2016.
In this article, we will learn how to set the default subscription in Azure PowerShell, using Azure Service management cmdlets.
Useful Office 365 Cmdlets To Generate SharePoint Online Reports And Site Administration
Aug 04, 2016.
In this article, you will learn about some useful Office 365 cmdlets for generating SharePoint Online reports and also for SharePoint Online site administration.
Useful Office 365 cmdlets To Generate SharePoint Online Reports
Jul 24, 2016.
In this post, I’ll be showing how to use Office 365 PowerShell cmdlets to generate SharePoint Online reports from your SharePoint Online tenant and also I’ll be discussing certain useful cmdlets that can be used for SharePoint Online site administration.
Azure Powershell Cmdlets - Spinning Up A Website
Jan 21, 2016.
In this article you will learn how simple it is to spin up a website just by using PowerShell Azure Cmdlets.
Windows Azure - Cmdlets Usage
Dec 01, 2011.
For continuing with this article you need to open the PowerShell window and enter the command: Add-PSSnapin WAPPSCmdlets
Windows Azure PowerShell Cmdlets Introduction
Nov 29, 2011.
In this article I would like to introduce PowerShell Cmdlets usage on the Windows Azure platform.
Creating Windows PowerShell Cmdlets Using Visual Studio 2008
Mar 17, 2009.
This article explains creation of user defined Windows PowerShell Cmdlets in Visual Studio 2008.
Creating VNet Using PowerShell Cmdlets
Jun 12, 2017.
In this article, I will explain about creating a Virtual Network using Windows PowerShell cmdlets. Before creating a virtual network, let's take a look at the virtual network. The virtual network is like having our own network in a cloud computing environment and with that, we can control security policies, DNS configurations. The IaaS and PaaS in Azure are deployed into subnets using virtual networks and so we can expand the network to Azure with our own IP address configuration. The virtual network can be created by using the Classic portal or through PowerShell cmdlets.
Create Data Lake Store In Azure Using PowerShell Cmdlets
May 30, 2017.
Create Data Lake Store In Azure Using PowerShell Cmdlets.
Create A Virtual Machine Using PowerShell Cmdlets
May 18, 2017.
Create a virtual machine using PowerShell cmdlets.
Microsoft Azure Automation And Cmdlets
Jan 15, 2016.
In this article you will learn about Microsoft Azure Automation and Cmdlets.
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.
The Term Oh-My-Posh Is Not Recognized as a Name of Cmdlet
Jan 22, 2024.
Oh-my-Posh is a customizable command-line utility that enhances your PowerShell prompt with colorful themes. This guide covers installation, setting up themes, and customizing your PowerShell profile for a better terminal experience.
Introduction to PnP Core Component
May 15, 2016.
This article explains the basics about PnP core component and its different key capabilities and also explains how to add this component to your Visual Studio solution.
Set-SPListContentTypes PowerShell Cmdlet
Apr 19, 2011.
A custom Powershell cmdlet to add, remove and change the order of the content types in SharePoint 2010 list
Set-SPListAudienceTargeting PowerShell Cmdlet
Apr 18, 2011.
A custom powershell cmdlet which is used to enable the Audience Targeting for the SharePoint 2010 list.
Set-SPListSettings PowerShell Cmdlet
Apr 17, 2011.
A custom powershell cmdlet which is used to modify or set the SharePoint 2010 list settings.
Add-SPMetadataNavigationSettings PowerShell Cmdlet
Apr 17, 2011.
The Metadata Navigation and Filtering Feature in Microsoft SharePoint Server 2010 can help users filter and find content.
How to create custom powershell cmdlet using Visual Studio 2010
Apr 17, 2011.
In this article we will be seeing how to create custom powershell cmdlet using Visual Studio 2010.
How to register custom powershell cmdlet
Apr 17, 2011.
I have created a custom powershell cmdlet and here we are going to see how to register the snapin.
Introduction to Windows PowerShell
Mar 13, 2009.
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 include cmdlets for system management, pipeline operators, and custom aliases.