Windows automation: Difference between revisions

From Coolscript
Jump to navigation Jump to search
(Created page with "*Get-wuinstall -listonly *Get-wuinstall")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=Win Updates=
*Get-wuinstall -listonly
*Get-wuinstall -listonly
*Get-wuinstall
*Get-wuinstall
=Proxy=
*C:\>netsh winhttp show proxy
*C:\>proxycfg
=System Uptime=
Get-CimInstance -ClassName Win32_OperatingSystem | Select LastBootUpTime

Latest revision as of 12:21, 2 March 2022

Win Updates

  • Get-wuinstall -listonly
  • Get-wuinstall


Proxy

  • C:\>netsh winhttp show proxy
  • C:\>proxycfg

System Uptime

Get-CimInstance -ClassName Win32_OperatingSystem | Select LastBootUpTime