For the complete documentation index, see llms.txt. This page is also available as Markdown.

powershell

aliases

% = foreach = ForEach
? = where = Where-Object  # ?{ $_ -NotMatch "regex" } 

Basic

Set-ExecutionPolicy RemoteSigned
Enable-PSRemoting -Force

Import-Module ServerManager
Add-WindowsFeature RDS-Virtualization

disk

zip folders

list top processes sort by memory

sum memory of all processes

list and grep process members

query process by WMI

Last updated