Vue lecture

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
✇My Virtual Vision

Updated: VM Reporting Script for Nutanix AHV with Powershell

Here I found myself wondering around the twitter sphere where I found this little gem posted by Aaron Parker: “Out-HtmlView – HTML alternative to Out-GridView #PowerShell https://buff.ly/2UBPq6x “. This made me modify the current VM Reporting script for AHV and now the script will output to this HTML view when the PSWriteHTML module is installed and
✇My Virtual Vision

How to add a nic via powershell to an AHV-hosted VM

After getting a question on how to add a network interface card to an existing VM I reverted back to powershell again, this could be useful for PVS scenarios where you want to seperate out network traffic stream (streaming vs generic network traffic) which is an outdated practice but for the sake of the powershell
✇My Virtual Vision

VM Reporting Script for Nutanix AHV with Powershell

As I was on a roll with powershell scripts anyway I looked at the Reporting vGPU enabled VMs on AHV.I wrote earlier this month and wanted to reuse that script for the VM Inventory script I had written back in 2017 and with the new capabilities of Nutanix AHV it made sense to add the
✇My Virtual Vision

Reporting vGPU enabled VMs on AHV

After writing the script to create VM on AHV with a vGPU profile I was wondering what else I could do with the code I had written. When I was looking at some of my older blogposts I realized I had a VM inventory script and wanted to update that to include the GPU profiles.
❌