mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 09:49:28 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# if
|
||||
|
||||
> Performs conditional processing in batch scripts.
|
||||
> Perform conditional processing in batch scripts.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/if>.
|
||||
|
||||
- Execute the specified commands if the condition is true:
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Invoke-WebRequest
|
||||
|
||||
> Performs a HTTP/HTTPS request to the Web.
|
||||
> Perform a HTTP/HTTPS request to the Web.
|
||||
> Note: This command can only be used through PowerShell.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Measure-Object
|
||||
|
||||
> Calculates the numeric properties of objects, and the characters, words, and lines in string objects, such as files of text.
|
||||
> Calculate the numeric properties of objects, and the characters, words, and lines in string objects, such as files of text.
|
||||
> Note: This command can only be used through PowerShell.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/measure-object>.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Out-String
|
||||
|
||||
> Outputs input objects as a string.
|
||||
> Output input objects as a string.
|
||||
> Note: This command can only be used through PowerShell.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/out-string>.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# popd
|
||||
|
||||
> Changes the current directory to the directory stored by the `pushd` command.
|
||||
> Change the current directory to the directory stored by the `pushd` command.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/popd>.
|
||||
|
||||
- Switch to directory at the top of the stack:
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Set-Acl
|
||||
|
||||
> Changes the security descriptor of a specified item, such as a file or a registry key.
|
||||
> Change the security descriptor of a specified item, such as a file or a registry key.
|
||||
> Note: This command can only be used through PowerShell.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.security/set-acl>.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Set-Date
|
||||
|
||||
> Changes the system time on the computer to a time that you specify.
|
||||
> Change the system time on the computer to a time that you specify.
|
||||
> Note: This command can only be used through PowerShell.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/set-date>.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Set-Service
|
||||
|
||||
> Starts, stops, and suspends a service, and changes its properties.
|
||||
> Start, stop, and suspend a service, and changes its properties.
|
||||
> Note: This command can only be used through PowerShell.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-service>.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Set-Volume
|
||||
|
||||
> Sets or changes the file system label of an existing volume.
|
||||
> Set or change the file system label of an existing volume.
|
||||
> Note: This command can only be used through PowerShell.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/storage/set-volume>.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# sfc
|
||||
|
||||
> Scans the integrity of Windows system files.
|
||||
> Scan the integrity of Windows system files.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/sfc>.
|
||||
|
||||
- Display information about the usage of the command:
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Show-Markdown
|
||||
|
||||
> Shows a Markdown file or string in the console in a friendly way using VT100 escape sequences or in a browser using HTML.
|
||||
> Show a Markdown file or string in the console in a friendly way using VT100 escape sequences or in a browser using HTML.
|
||||
> Note: This command can only be used through PowerShell.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/show-markdown>.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Start-Service
|
||||
|
||||
> Starts stopped services.
|
||||
> Start stopped services.
|
||||
> Note: This command can only be used through PowerShell.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/start-service>.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Stop-Service
|
||||
|
||||
> Stops running services.
|
||||
> Stop running services.
|
||||
> Note: This command can only be used through PowerShell.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/stop-service>.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user