update
This commit is contained in:
18
windows/windows-updates.md
Normal file
18
windows/windows-updates.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Windows Updates
|
||||
|
||||
|
||||
---
|
||||
## PowerShell
|
||||
### Install Windows Update
|
||||
```powershell
|
||||
Install-Module -Name PSWindowsUpdate
|
||||
```
|
||||
### List all Commands
|
||||
```powershell
|
||||
Get-Command -module PSWindowsUpdate
|
||||
```
|
||||
|
||||
```powershell
|
||||
Get-WUInstall
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user