powershell: fix linter error (#19963)

This commit is contained in:
Managor
2025-12-12 23:39:31 +02:00
committed by GitHub
parent 28181aed60
commit 82914b1aba
5 changed files with 15 additions and 10 deletions
+7 -6
View File
@@ -1,26 +1,27 @@
# powershell
> Shell de línea de comandos y lenguaje de scripting diseñado especialmente para la administración del sistema.
> Este comando se refiere a la versión 5.1 de PowerShell y anteriores (también conocida como Windows PowerShell heredada). Para usar la versión más nueva y multiplataforma de PowerShell (también conocida como PowerShell Core), usa `pwsh` en lugar de `powershell`.
> Este comando se refiere a la versión 5.1 de PowerShell y anteriores (también conocida como Windows PowerShell heredada).
> Para usar la versión más nueva y multiplataforma de PowerShell (también conocida como PowerShell Core), usa `pwsh` en lugar de `powershell`.
> Más información: <https://learn.microsoft.com/windows-server/administration/windows-commands/powershell>.
- Iniciar una sesión interactiva de shell:
- Inicia una sesión interactiva de shell:
`powershell`
- Iniciar una sesión interactiva de shell sin cargar configuraciones de inicio:
- Inicia una sesión interactiva de shell sin cargar configuraciones de inicio:
`powershell -NoProfile`
- Ejecutar comandos específicos:
- Ejecuta comandos específicos:
`powershell -Command "{{echo 'powershell se está ejecutando'}}"`
- Ejecutar un script específico:
- Ejecuta un script específico:
`powershell -File {{ruta/al/script.ps1}}`
- Iniciar una sesión con una versión específica de PowerShell:
- Inicia una sesión con una versión específica de PowerShell:
`powershell -Version {{versión}}`
+2 -1
View File
@@ -1,7 +1,8 @@
# powershell
> Sebuah syel/shell dan bahasa pemrograman berbasis naskah/script yang dirancang untuk administrasi sistem komputer.
> Perintah ini merujuk kepada PowerShell versi 5.1 ke bawah (juga dikenal sebagai PowerShell bawaan Windows). Gunakan perintah `pwsh` daripada `powershell` untuk menggunakan PowerShell versi terkini (6.0 ke atas) yang tersedia lintas sistem operasi.
> Perintah ini merujuk kepada PowerShell versi 5.1 ke bawah (juga dikenal sebagai PowerShell bawaan Windows).
> Gunakan perintah `pwsh` daripada `powershell` untuk menggunakan PowerShell versi terkini (6.0 ke atas) yang tersedia lintas sistem operasi.
> Informasi lebih lanjut: <https://learn.microsoft.com/windows-server/administration/windows-commands/powershell>.
- Jalankan sesi PowerShell interaktif baru:
+2 -1
View File
@@ -1,7 +1,8 @@
# powershell
> 시스템 관리를 위해 특별히 설계된 명령줄 쉘 및 스크립팅 언어입니다.
> 이 명령어는 PowerShell 버전 5.1 이하 (레거시 Windows PowerShell이라고도 함)를 참조합니다. 더 새로운, 크로스 플랫폼 버전의 PowerShell (PowerShell Core라고도 함)을 사용하려면 `pwsh` 대신 `powershell`을 사용하세요.
> 이 명령어는 PowerShell 버전 5.1 이하 (레거시 Windows PowerShell이라고도 함)를 참조합니다.
> 더 새로운, 크로스 플랫폼 버전의 PowerShell (PowerShell Core라고도 함)을 사용하려면 `pwsh` 대신 `powershell`을 사용하세요.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/powershell>.
- 대화형 쉘 세션 시작:
+2 -1
View File
@@ -1,7 +1,8 @@
# powershell
> Command-line shell en scripttaal, ontworpen voor systeembeheer.
> Deze opdracht verwijst naar PowerShell versie 5.1 en lager (ook bekend als legacy Windows PowerShell). Voor de nieuwere, platformonafhankelijke versie van PowerShell (ook bekend als PowerShell Core), gebruik `pwsh` in plaats van `powershell`.
> Deze opdracht verwijst naar PowerShell versie 5.1 en lager (ook bekend als legacy Windows PowerShell).
> Voor de nieuwere, platformonafhankelijke versie van PowerShell (ook bekend als PowerShell Core), gebruik `pwsh` in plaats van `powershell`.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/powershell>.
- Start een interactieve shellsessie:
+2 -1
View File
@@ -1,7 +1,8 @@
# powershell
> Command-line shell and scripting language designed especially for system administration.
> This command refers to PowerShell version 5.1 and below (also known as the legacy Windows PowerShell). To use the newer, cross-platform version of PowerShell (also known as PowerShell Core), use `pwsh` instead of `powershell`.
> This command refers to PowerShell version 5.1 and below (also known as the legacy Windows PowerShell).
> To use the newer, cross-platform version of PowerShell (also known as PowerShell Core), use `pwsh` instead of `powershell`.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/powershell>.
- Start an interactive shell session: