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

Setting up Windows 11 kiosk mode with 4 different methods

By Will Kelly, Reda Chouffani 26 Apr 2023

Windows 11 kiosk mode offers improvements over previous versions for desktop admins. IT should learn these four methods and choose the best deployment for their organization. Read More

PowerShell Move-Item examples for file, folder management

By Anthony Howell 09 Mar 2023

You can take the pain out of regular administrative tasks, such as migrating and organizing data from your users, with these advanced automation scripts. Read More

How to use GitHub Copilot for PowerShell coding projects

By Anthony Howell 13 Jun 2023

The integration of this code completion tool with VS Code can benefit administrators who want to automate jobs. But there are some limitations with this fledgling technology. Read More

Build a PowerShell performance monitoring script step by step

By Brien Posey, Adam Bertram 09 Mar 2023

A PowerShell performance monitoring script defines and keeps track of system metrics. Learn to set up and query performance counters and use the results to build an HTML report. Read More

How to fix Active Directory account lockouts with PowerShell

By Brien Posey 12 Dec 2022

With more apps and credentials to juggle, users can get blocked from their accounts after too many login attempts. Learn to use PowerShell to find and fix these issues. Read More

For VMware, DSC provides ESXi host and resource management

By Dan Franciscus 10 Dec 2019

You can now use DSC to manage VMware vSphere and ESXi hosts. Install or upgrade the module with a cmdlet, and then manage resources such as High Availability clusters, DRS and vSS. Read More

How to enable Active Directory fine-grained password policies

By Damon Garn 12 Apr 2023

Specifying multiple password policies customized to specific account types adds another layer to an organization's security posture. Using PSOs instead of Group Policy can help. Read More

Windows Compatibility module expands PowerShell Core reach

By Richard Siddaway 29 Apr 2019

The PowerShell team closed the cmdlet coverage gap with a compatibility module release for PowerShell Core, but its use requires some caution. Read More

How to find and customize your PowerShell profile

By Anthony Howell 13 Feb 2024

PowerShell is integral for many admins, and any way to streamline how they use the scripting tool is key. A PowerShell profile is one way to tailor a more streamlined approach. Read More

How to create and run Windows PowerShell scripts

By Reda Chouffani, Adam Bertram 17 Mar 2023

Once administrators get comfortable with PowerShell basics, it's time to start scripting. This PowerShell scripting tutorial for beginners helps you efficiently complete tasks. Read More