<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Automatic configuration during Windows provisioning in HPE Morpheus VM Essentials Software</title>
    <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/automatic-configuration-during-windows-provisioning/m-p/7254351#M811</link>
    <description>&lt;P&gt;I've made some progress, so I'd like to share it with you.&lt;/P&gt;&lt;P&gt;I created a Windows image using the following steps:&lt;/P&gt;&lt;P&gt;1.&lt;BR /&gt;VM provisioning&lt;BR /&gt;- Clean install of Windows&lt;BR /&gt;- Install QEMU agent and drivers&lt;BR /&gt;- Eject all CD-ROMs&lt;BR /&gt;- Disable firewall&lt;BR /&gt;- Enable RDP&lt;BR /&gt;- Windows Update (up to the latest version)&lt;BR /&gt;- winrm quickconfig (Command Prompt)&lt;BR /&gt;- Run the following in PowerShell (to avoid sysprep errors)&lt;BR /&gt;Import-Module Appx&lt;BR /&gt;Import-Module Dism&lt;BR /&gt;Get-AppxPackage -AllUsers | Where PublisherId -eq 8wekyb3d8bbwe | Format-List -Property PackageFullName,PackageUserInformation&lt;BR /&gt;- sysprep (generalize option enabled)&lt;/P&gt;&lt;P&gt;2.&lt;BR /&gt;Imported as an image&lt;/P&gt;&lt;P&gt;3.&lt;BR /&gt;I configured the virtual image as described in the manual.&lt;/P&gt;&lt;P&gt;4.&lt;BR /&gt;When I provisioned a VM using the virtual image,&lt;BR /&gt;it started up with the hostname changed.&lt;/P&gt;&lt;P&gt;Next, I'd like to verify the automated domain joining.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Aug 2025 05:23:34 GMT</pubDate>
    <dc:creator>kurotan</dc:creator>
    <dc:date>2025-08-13T05:23:34Z</dc:date>
    <item>
      <title>Automatic configuration during Windows provisioning</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/automatic-configuration-during-windows-provisioning/m-p/7254342#M808</link>
      <description>&lt;P&gt;About Automatic Settings During Windows Provisioning&lt;/P&gt;&lt;P&gt;I created a Windows virtual image using the following URL as a reference:&lt;BR /&gt;&lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docId=sd00006560en_us&amp;amp;docLocale=en_US&amp;amp;page=GUID-FBB8F5A7-8358-4CB7-9C31-10D74E2F3AE7.html" target="_blank"&gt;https://support.hpe.com/hpesc/public/docDisplay?docId=sd00006560en_us&amp;amp;docLocale=en_US&amp;amp;page=GUID-FBB8F5A7-8358-4CB7-9C31-10D74E2F3AE7.html&lt;/A&gt;&lt;BR /&gt;Note that generalization was enabled when running sysprep.&lt;/P&gt;&lt;P&gt;I understand that when provisioning Windows, it's possible to set the hostname and automatically join the domain, but errors are occurring when Windows starts.&lt;BR /&gt;(Unexpected restarts, etc.)&lt;/P&gt;&lt;P&gt;Also, the log shows connection errors /Authentication error with Winrm.&lt;/P&gt;&lt;P&gt;My environment is as follows:&lt;/P&gt;&lt;P&gt;- I set my Windows password in the VME Manager provisioning settings.&lt;/P&gt;&lt;P&gt;- I set my existing AD in the "Infrastructure Network Domain" settings.&lt;/P&gt;&lt;P&gt;- Provisioned VMs are assigned IP addresses via DHCP.&lt;BR /&gt;- The VMs and VME managers being provisioned can connect to the domain's AD server.&lt;BR /&gt;- The VMs and VME managers being provisioned can resolve domain names.&lt;/P&gt;&lt;P&gt;I also performed the following additional configuration before sysprep, but the situation remains unchanged. (PowerShell)&lt;BR /&gt;enable-psremoting&lt;BR /&gt;Set-Item WSMan:\localhost\Client\TrustedHosts -Value *&lt;/P&gt;&lt;P&gt;It seemed to work fine in 8.0.7, so are you experiencing any issues?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 01:23:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/automatic-configuration-during-windows-provisioning/m-p/7254342#M808</guid>
      <dc:creator>kurotan</dc:creator>
      <dc:date>2025-08-13T01:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic configuration during Windows provisioning</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/automatic-configuration-during-windows-provisioning/m-p/7254351#M811</link>
      <description>&lt;P&gt;I've made some progress, so I'd like to share it with you.&lt;/P&gt;&lt;P&gt;I created a Windows image using the following steps:&lt;/P&gt;&lt;P&gt;1.&lt;BR /&gt;VM provisioning&lt;BR /&gt;- Clean install of Windows&lt;BR /&gt;- Install QEMU agent and drivers&lt;BR /&gt;- Eject all CD-ROMs&lt;BR /&gt;- Disable firewall&lt;BR /&gt;- Enable RDP&lt;BR /&gt;- Windows Update (up to the latest version)&lt;BR /&gt;- winrm quickconfig (Command Prompt)&lt;BR /&gt;- Run the following in PowerShell (to avoid sysprep errors)&lt;BR /&gt;Import-Module Appx&lt;BR /&gt;Import-Module Dism&lt;BR /&gt;Get-AppxPackage -AllUsers | Where PublisherId -eq 8wekyb3d8bbwe | Format-List -Property PackageFullName,PackageUserInformation&lt;BR /&gt;- sysprep (generalize option enabled)&lt;/P&gt;&lt;P&gt;2.&lt;BR /&gt;Imported as an image&lt;/P&gt;&lt;P&gt;3.&lt;BR /&gt;I configured the virtual image as described in the manual.&lt;/P&gt;&lt;P&gt;4.&lt;BR /&gt;When I provisioned a VM using the virtual image,&lt;BR /&gt;it started up with the hostname changed.&lt;/P&gt;&lt;P&gt;Next, I'd like to verify the automated domain joining.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 05:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/automatic-configuration-during-windows-provisioning/m-p/7254351#M811</guid>
      <dc:creator>kurotan</dc:creator>
      <dc:date>2025-08-13T05:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic configuration during Windows provisioning</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/automatic-configuration-during-windows-provisioning/m-p/7254355#M814</link>
      <description>&lt;P&gt;This is very helpful. Thank you for sharing.&lt;/P&gt;&lt;P&gt;As for "winrm quickconfig," I didn't run it because the WinRM service was running.&lt;/P&gt;&lt;P&gt;However, when I provisioned the VM, it started with the hostname changed.&lt;/P&gt;&lt;P&gt;I was wondering if not running "winrm quickconfig" would cause any problems. Do you know?&lt;/P&gt;&lt;P&gt;*This is a machine translation, so I apologize if it's difficult to understand.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 06:45:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/automatic-configuration-during-windows-provisioning/m-p/7254355#M814</guid>
      <dc:creator>dya</dc:creator>
      <dc:date>2025-08-13T06:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic configuration during Windows provisioning</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/automatic-configuration-during-windows-provisioning/m-p/7254356#M815</link>
      <description>&lt;P&gt;I didn't run that command at first, but the hostname did change sometimes.&lt;/P&gt;&lt;P&gt;It seems to make changes to the registry to enable remote management, so I think it's a good idea to run it.&lt;BR /&gt;If you need to perform remote management or operation for other products, similar instructions will be found in the manual.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 06:53:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/automatic-configuration-during-windows-provisioning/m-p/7254356#M815</guid>
      <dc:creator>kurotan</dc:creator>
      <dc:date>2025-08-13T06:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic configuration during Windows provisioning</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/automatic-configuration-during-windows-provisioning/m-p/7254359#M817</link>
      <description>&lt;P&gt;I enabled the virtual image's domain auto-joining feature.&lt;BR /&gt;When I look at the domain controller, I can see that the computer has been added, so it appears to have joined the domain.&lt;/P&gt;&lt;P&gt;However!&lt;BR /&gt;The hostname change was not reflected.&lt;BR /&gt;The domain controller has a hostname registered, which is probably an automatically named hostname assigned during deployment.&lt;BR /&gt;As a result, it did not function properly as a domain member.&lt;/P&gt;&lt;P&gt;Is there any way to fix this?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 07:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/automatic-configuration-during-windows-provisioning/m-p/7254359#M817</guid>
      <dc:creator>kurotan</dc:creator>
      <dc:date>2025-08-13T07:20:18Z</dc:date>
    </item>
  </channel>
</rss>

