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:
parent
88ec1e13ef
commit
87e260e3cd
1 changed files with 13 additions and 0 deletions
13
pages.hi/windows/pswindowsupdate.md
Normal file
13
pages.hi/windows/pswindowsupdate.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# PSWindowsUpdate
|
||||
|
||||
> Windows Update प्रबंधित करने के लिए एक PowerShell बाहरी मॉड्यूल।
|
||||
> यह उपकरण कई कमांड प्रदान करता है जिन्हें केवल PowerShell के माध्यम से चलाया जा सकता है।
|
||||
> अधिक जानकारी: <https://github.com/mgajda83/PSWindowsUpdate>।
|
||||
|
||||
- मॉड्यूल को `Install-Module` का उपयोग करके स्थापित करें:
|
||||
|
||||
`Install-Module PSWindowsUpdate`
|
||||
|
||||
- मॉड्यूल के अंतर्गत सभी उपलब्ध कमांडों की सूची बनाएं:
|
||||
|
||||
`Get-Command -Module PSWindowsUpdate`
|
Loading…
Add table
Reference in a new issue