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

Boost productivity with these PowerShell GUI examples

By Brien Posey 24 Jan 2024

PowerShell scripts can be tedious to write and difficult to use. These easy-to-follow commands can help teams build GUIs for their PowerShell scripts to save time and effort. Read More

How to set up PowerShell remoting over SSH

By Anthony Howell 21 Aug 2023

Microsoft recommends using WinRM to manage Windows machines remotely, but OpenSSH offers other advantages, particularly in organizations that also use Linux systems. Read More

4 PowerShell modules every IT pro should know

By Dan Franciscus 27 Mar 2023

Find out how to use four of the most popular PowerShell community modules in the PowerShell Gallery to help better manage your data center and automate certain tasks. Read More

Learn by doing with these PowerShell regex examples

By Anthony Howell 23 Jun 2023

When you must find specific text in a large file, such as a system log, regular expressions can come to the rescue. Learn how to add this skill to your administrative arsenal. Read More

PowerShell 7 features admins should examine

By Adam Bertram 27 Jan 2020

The next version of the administrative tool introduces several features, including a new cmdlet to assist with troubleshooting errors. Read More

25 basic PowerShell commands for Windows administrators

By Brien Posey, Jonathan Hassell 21 Feb 2023

Getting started with PowerShell or just need a quick refresher? This tip lists the most common PowerShell commands, with details on when to use them. Read More

Improve automation skills with the AD Administrative Center

By Damon Garn 17 May 2023

You might know that you can use PowerShell to handle repetitive Active Directory tasks. But were you aware the Active Directory Administrative Center can help write the code? Read More

How to test the PowerShell pending reboot module

By Dan Franciscus, Stephen J. Bigelow 24 Feb 2023

Learn how to check if your machines have pending reboots with a simple PowerShell module to ensure changes to files do not cause stability issues. Read More

How to restart the Intune Management Extension agent service

By Brien Posey 14 Aug 2023

When IT has issues with Intune deploying commands to endpoints, IT teams should consider restarting the Intune Management Extension to address lingering issues. Read More

Find and filter Windows event logs using PowerShell Get-EventLog

By Brien Posey 10 Mar 2020

Use the Get-EventLog cmdlet in PowerShell to pinpoint problems among thousands of entries in Windows logs, on both local and remote systems. Read More