Reply to Message

View discussion in a popup

Replying to:
vijayrana968
Virtuoso
Virtuoso

you are using this in back orderSmiley Happy . Values are already stored in $Mylist, you have to call these values by [0], [1], [2]... so on. This will work in this way :

Use Get-VM command before.

Get-VM | $Mylist[0]

Get-VM | $Mylist[1] 

Example :

pastedImage_1.png

Reply
0 Kudos