This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
windows [2020/01/29 10:58] – [Windows TCP/IP Stack resetten] mschubi | windows [2023/08/31 20:32] (current) – [Windows Evaluation VHD zu VMDK und Volllizenzierung] mschubi | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Windows ====== | ====== Windows ====== | ||
+ | ====== DNS Rule für separate Domain ====== | ||
+ | |||
+ | <code powershell> | ||
+ | Add-DnsClientNrptRule -Namespace " | ||
+ | </ | ||
+ | |||
+ | ====== Windows Evaluation VHD zu VMDK und Volllizenzierung ====== | ||
+ | Für den schnellen Test kann man bei Microsoft Evaluierungsversionen herunterladen. | ||
+ | Wie man die VHD zu VMDK wandeln kann und wie man diese Eval Version auf eine Vollversion bringen kann, möchte ich hier kurz am Beispiel W2k19 zusammenfassen. | ||
+ | |||
+ | * Download der VHD unter https:// | ||
+ | * Download von qemu-img unter https:// | ||
+ | * entpacken von qemu-img*.zip | ||
+ | * konvertieren der VHD in VMDK mit < | ||
+ | * kopieren der VMDK in die vSphere Umgebung und erstellen einer VM daraus | ||
+ | |||
+ | Umwandeln von BIOS zu UEFI Boot (https:// | ||
+ | * check ob MBR oder GPT (bei allen MS Images bisher MBR gewesen <code powershell> | ||
+ | |||
+ | Number FriendlyName | ||
+ | ------ ------------ | ||
+ | 0 VMware Virtual disk Online | ||
+ | </ | ||
+ | * (Sichern der BitLocker Recovery-Keys) | ||
+ | * validieren der Systempartition <code powershell> | ||
+ | MBR2GPT: Attempting to validate disk 0 | ||
+ | MBR2GPT: Retrieving layout of disk | ||
+ | MBR2GPT: Validating layout, disk sector size is: 512 bytes | ||
+ | MBR2GPT: Validation completed successfully</ | ||
+ | * Konvertierung der Partition <code powershell> | ||
+ | |||
+ | MBR2GPT will now attempt to convert the default book disk. | ||
+ | If conversion is successful the disk can only be booted in GPT mode. | ||
+ | These changes cannot be undone! | ||
+ | |||
+ | MBR2GPT: Attempting to convert disk 0 | ||
+ | MBR2GPT: Retrieving layout of disk | ||
+ | MBR2GPT: Validating layout, disk sector size is: 512 bytes | ||
+ | MBR2GPT: Trying to shrink the system partition | ||
+ | MBR2GPT: Creating the EFI system partition | ||
+ | MBR2GPT: Installing the new boot files | ||
+ | MBR2GPT: Performing the layout conversion | ||
+ | MBR2GPT: Migrating default boot entry | ||
+ | MBR2GPT: Adding recovery boot entry | ||
+ | MBR2GPT: Fixing drive letter mapping | ||
+ | MBR2GPT: Conversion completed successfully | ||
+ | MBR2GPT: Before the new system can boot properly you need to switch the firmware to boot to UEFI mode!</ | ||
+ | * VM beenden und BootOption auf UEFI setzen | ||
+ | * VM neu starten <code powershell> | ||
+ | |||
+ | Number FriendlyName | ||
+ | ------ ------------ | ||
+ | 0 VMware Virtual disk Online | ||
+ | * ggf. vor dem nächsten Neustart " | ||
+ | |||
====== Ping eines Bereiches ====== | ====== Ping eines Bereiches ====== | ||