Programming
Linux
Windows Client
Windows Server
Update
-
Oefen Examen P2
Hierbij vind je de bijlages horende bij het oefen examen P2 - Database- Sjabloon Technische...
-
LOGON SCRIPT (
Step by Step How to Configuring Scripts with GPOs in Windows Server 2016 – Just a Random...
-
Crypto Casino's
Gokken is verslavend, In Crypto-land schieten de goksites uit de grond, sommige legaal andere...
-
NFT | Fred and Ollie - Original series
Remastered drawings for the International Market, there is 1 minted picture per drawing in this...
-
NFT - Nature Design | For Bob - Collection
NFT - Nature Design | For Bob. Inspired on Bob Ross paintings with a own twist NFTThumbNameEditionInfoMintedAuctionStart-Sale 01/... Nature...
Legacy
Nieuwe VM;
New-VM -Name -Path -MemorystartupBytes
Nieuwe VHD;
New-VHD -Path -SizeBytes -Dynamic
Verbind een VHD aan een VM;
Add-VMHardDiskDrive -VMName -path "C:\"
Verbind een ISO aan een VM;
Set-VMDvdDrive -VMName -ControllerNumber 1 -Path
Start VM;
Start-VM -Name
Stop VM;
Stop-VM -Name
Controleer de status van de VMs;
Get-VM
BRON: http://www.thegeekstuff.com/2014/02/create-vm-from-powershell/