Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save santiagosony/ba308fdbeb32b65bc0c1c1fa363f4f3a to your computer and use it in GitHub Desktop.

Select an option

Save santiagosony/ba308fdbeb32b65bc0c1c1fa363f4f3a to your computer and use it in GitHub Desktop.
Windows Cheatsheet
cmd
------------------------
netstat -a
Atajos
------------------------
Win logo + X
PowerShell
-------------------------
Probar puerto: Test-NetConnection
<comando con output tabla> | Out-GridView
Instalar AD: Install-WindowsFeature -Name AD-Domain-Services -IncludeManagementTools
Instalar Hyper-V: Enable-WindowsOptionalFeature -Online -FeatureName "Microsoft-Hyper-V-Management-PowerShell" -All
Convert VHDX - VHD: Convert-VHD -Path c:\test\child1vhdx.vhdx -DestinationPath c:\test\child1vhd.vhd -VHDType Differencing -ParentPath c:\test\parentvhd.vhd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment