1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

PSWindowsUpdate: add Hindi translation (#14893)

This commit is contained in:
Karthik Vallamsetla 2024-11-18 08:08:47 -08:00 committed by GitHub
parent 88ec1e13ef
commit 87e260e3cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,13 @@
# PSWindowsUpdate
> Windows Update प्रबंधित करने के लिए एक PowerShell बाहरी मॉड्यूल।
> यह उपकरण कई कमांड प्रदान करता है जिन्हें केवल PowerShell के माध्यम से चलाया जा सकता है।
> अधिक जानकारी: <https://github.com/mgajda83/PSWindowsUpdate>
- मॉड्यूल को `Install-Module` का उपयोग करके स्थापित करें:
`Install-Module PSWindowsUpdate`
- मॉड्यूल के अंतर्गत सभी उपलब्ध कमांडों की सूची बनाएं:
`Get-Command -Module PSWindowsUpdate`