
PowerShell Commands Library | PDQ
We're passionate about PowerShell. We believe it's quickly becoming a necessity for carrying out day-to-day systems administrative tasks. To help our users write scripts to automate their daily work, …
10 PowerShell commands every sysadmin should know | PDQ
Aug 26, 2025 · Learning PowerShell can be challenging when you’re first getting started. To help, here are the top 10 PowerShell commands you should learn.
Get-Command - PowerShell Command | PDQ
Starting in Windows PowerShell 3.0, by default, Get-Command gets all installed commands, including, but not limited to, the commands in the current session. In Windows PowerShell 2.0, it gets only …
How to install Remote Server Administration Tools (RSAT) on Windows …
Aug 25, 2025 · If you’re more of a scripter, you can rely on the Windows Terminal command line and Windows PowerShell cmdlets in the RSAT toolbox. Note that you can run RSAT tools only on the …
Get-Help - PowerShell Command | PDQ
The Get-Help cmdlet displays information about Windows PowerShell concepts and commands, including cmdlets, functions, CIM commands, workflows, providers, aliases and scripts.
How to manage .appx packages using PowerShell - PDQ
Nov 21, 2024 · APPX packages are more difficult to manage than traditional installers. Discover the secret to managing .appx packages with a few PowerShell commands.
The best PowerShell commands to use in Office 365 - PDQ
Aug 15, 2024 · Looking for an impressive gallery of go-to PowerShell cmdlets? Prepare to be amazed. The nerdiest nerds here at PDQ rounded up the best PowerShell cmdlets around. Check out our …
How to update PowerShell | PDQ
Nov 23, 2025 · When it comes to updating PowerShell, you’ve got lots of options. In this article, learn how to update PowerShell and discover which method is right for you.
Start-Transcript - PowerShell Command | PDQ
The Start-Transcript cmdlet creates a record of all or part of a Windows PowerShell session to a text file. The transcript includes all command that the user types and all output that appears on the console.
New-SelfSignedCertificate - PowerShell Command | PDQ
Learn how to use the Microsoft PowerShell command New-SelfSignedCertificate. PDQ breaks down uses of New-SelfSignedCertificate with parameters and helpful examples.