How to install VMware PowerCLI in PowerShell
How to install VMware PowerCLI in PowerShell with new version of VMware PowerCli we can pull the Powershell modules directy from PowerShell gallery instead of the legacy .msi instalation. Run …
my personal blog
How to install VMware PowerCLI in PowerShell with new version of VMware PowerCli we can pull the Powershell modules directy from PowerShell gallery instead of the legacy .msi instalation. Run …
Set Windows Server 2012 R2 RDS Licensing Mode using PowerShell the easiest way to configure licensing mode for Remote Desktop Services on Windows Server 2012 R2 = use PowerShell. Import-Module RemoteDesktopServices import module …
PowerShell Direct – pro mě asi jedna z nejlepších věcí, která se objevila ve Windows Server 2016. Připojuji se přímo pomocí vmbus do hyper-v VM – bez network connectivity (vše …
NANO Server !!! To nás čeká ve Windows Server 2016 Co je to NANO server ? – to se dozvíš zde Na serveru s rolí Hyper-V 2016 si mountnu instalační …
Pokud se potřebujete připojit k WiFi s novým strojem a zapomněli jste klíč, WEP nebo WPA klíče si můžete prohlédnout pomocí postupu níže: 1. Spusťte PowerShell jako Administrátor 2.Chcete-li zobrazit všechny …
Enable RDP rule in Windows Registry : reg add „HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server“ /v fDenyTSConnections /t REG_DWORD /d 0 /f Disable RDP rule in Windows Registry : reg add „HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server“ /v …