- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus VM Essentials
- >
- Automation | virtIO Install after OS installation
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2025 04:24 AM
06-02-2025 04:24 AM
Automation | virtIO Install after OS installation
Hi all,
any way to use automation to launch a powershell script to install virtIO Drivers after Windows OS Install?
it seems we can, but the documentation is lacking some examples, and the interface for automation is a little bit confusing on what options to choose to achieve this.
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 05:16 PM
06-04-2025 05:16 PM
Re: Automation | virtIO Install after OS installation
Hello
From Library > Automation , You may add a new Task , Select the Type as PowerShell , Write the script to install the Driver .
While provisioning instance, In the automation selection , you may select the "Task" you created in above step.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2025 12:24 AM
06-05-2025 12:24 AM
Re: Automation | virtIO Install after OS installation
hello,
thanks for your answer.
I'm trying to run the following script, but it fails when using automation, but if I run it on the machine directly on the powershell it runs and installs the virtio drivers.
There are several options to run the ps script one of them (Source) is confusing, i've choose local, but the script fails everytime. Tried to change execute target also, but still fails.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2025 09:20 AM
06-05-2025 09:20 AM
Re: Automation | virtIO Install after OS installation
Hello
Hope you had clicked on the check-box which allow to run the script with elevated privileges.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2025 02:50 AM
06-06-2025 02:50 AM
Re: Automation | virtIO Install after OS installation
hello,
yes I've tried that option with no success when installing the vm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2025 06:52 AM - last edited on 06-08-2025 11:39 PM by Thaufique_Mod
06-06-2025 06:52 AM - last edited on 06-08-2025 11:39 PM by Thaufique_Mod
Re: Automation | virtIO Install after OS installation
can you specify an example with screenshots please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2025 12:20 PM
06-06-2025 12:20 PM
Re: Automation | virtIO Install after OS installation
i would suggest enabling MSI logging to see if something goes wrong during that process
msiexec /i $VirtIOInstallerPath /qn /passive /l*v "c:\temp\virtio.log"
/mikkel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 11:32 AM
06-16-2025 11:32 AM
Re: Automation | virtIO Install after OS installation
Interesting approach to get the drivers installed,
But I fear that your script will never be executed on the VM, since the VM has (probably) no network connection yet (since for that you need the drivers).
As thus, I think your script can never be sent to the VM.
A better way would be to have this script run as a "first-run" task after the Windows installation is complete.
The best approach of course would be to install the drivers one time manually and create a new Virtual Image from that VM (that has the drivers installed).
More info here: https://hpevm-docs.morpheusdata.com/en/latest/infrastructure/clusters/clusters.html#image-prep-windows
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 12:08 AM
06-20-2025 12:08 AM
Query: Automation | virtIO Install after OS installation
Hello,
Let us know if you were able to resolve the issue.
If you are satisfied with the answers then kindly click the "Accept As Solution" button for the most helpful response so that it is beneficial to all community members.
Please click on "Thumbs Up/Kudo" icon to give a "Kudo".