Reply to Message

View discussion in a popup

Replying to:
RvdNieuwendijk
Leadership
Leadership

Hi Jason,

the next PowerCLI command will show you the names of the templates that don't have a hard disk:

Get-Template | Where-Object {-not ($_ | Get-HardDisk)}

Blog: https://rvdnieuwendijk.com/ | Twitter: @rvdnieuwendijk | Author of: https://www.packtpub.com/virtualization-and-cloud/learning-powercli-second-edition
Reply
0 Kudos