Skip to content

Instantly share code, notes, and snippets.

@blokhin
Last active December 1, 2023 16:24
Show Gist options
  • Save blokhin/c72d0e9ab3ee208495e07d76cb3b56f6 to your computer and use it in GitHub Desktop.
Save blokhin/c72d0e9ab3ee208495e07d76cb3b56f6 to your computer and use it in GitHub Desktop.
ls -force
# battery status
$charge = Get-CimInstance -ClassName Win32_Battery | Select-Object -ExpandProperty EstimatedChargeRemaining
shutdown -r
# ping port
Test-NetConnection -ComputerName 10.99.245.6 -Port 443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment