Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-30 00:21:56 +00:00
parent 65da745d60
commit 175e6fa7c5
59 changed files with 277 additions and 59 deletions

View File

@@ -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:

View File

@@ -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>.

View File

@@ -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>.

View File

@@ -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>.

View File

@@ -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:

View File

@@ -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>.

View File

@@ -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>.

View File

@@ -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>.

View File

@@ -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>.

View File

@@ -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:

View File

@@ -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>.

View File

@@ -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>.

View File

@@ -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>.