353 Results for:CMDLET

  • Sort by: 

Definitioncmdlet

A cmdlet -- pronounced 'command-let' -- is a small, lightweight command that is used in the Windows ...Read More

Understanding Windows PowerShell function parameters

By Brien Posey, Adam Bertram 22 Feb 2023

Parameters in Windows PowerShell can help admins better customize their functions, leading to improved input testing and more extensible commands. Read More

Execute PowerCLI commands to manage VMware infrastructure

By Stuart Burns 05 Jan 2018

PowerCLI cmdlets like Get-VM can be built out to obtain information about VMs in a VMware infrastructure, including those with attached CD-ROMs and those with snapshots. Read More

How to upload and download files with PowerShell FTP script

By Brien Posey, Adam Bertram 06 Mar 2023

By using the .NET WebClient class and PowerShell, Windows admins can upload and download files to FTP. Review the general process and corresponding examples to get started. Read More

How do admins check the Exchange IRM setup?

By Stephen J. Bigelow 03 May 2018

Testing Exchange information rights management functionality can be tedious, but Microsoft offers a dedicated cmdlet for Exchange 2016 administrators that streamlines the process. Read More

Use these PowerShell add-ons to supercharge your experience

By Mike Kanakos 12 Apr 2022

These PowerShell new features and modules introduce several customization and functionality features to the popular automation tool to ease coding tasks for administrators. Read More

Discover advanced regular expressions in PowerShell

By Anthony Howell 10 Oct 2023

Learn how to develop more sophisticated regular expression techniques by understanding how to work with lookarounds with different operators. Read More

Improve IT efficiency with a PowerShell self-service portal

By Mike Kanakos 21 Mar 2023

You can jump over the technical barriers that impede automation efforts in your organization by exploring how to deploy a web-based portal that hosts your scripts. Read More

Construct a chain of commands with the PowerShell pipeline

By Adam Bertram 28 Jul 2017

The pipeline in PowerShell connects multiple cmdlets to assemble complex commands to give administrators advanced management control over their systems. Read More

Set-ExchangeServer cmdlet can ease domain controller workloads

05 Jan 2010

Exchange Server can distribute workloads evenly among domain controllers, but external factors can cause them to become overworked . Executing Exchange Management Shell's Set-ExchangeServer command can help lessen ... Read More

How to perform Azure AD bulk operations with PowerShell

By Mike Kanakos 20 Dec 2021

Microsoft offers multiple ways to manage users and groups in Azure Active Directory. PowerShell is one option, but it requires knowing which module to use to handle coverage gaps. Read More