http://www.microsoft.com/technet/scriptcenter/csc/scripts/servers/virtual/cscsv079.mspx?pf=true
The Reason for creating this script was to release the Virtual ASR floppies, robocopy them to a secure area, and then reattach them to their original virtual machine.
Set objVS = CreateObject("VirtualServer.Application")
Set colVMs = objVS.VirtualMachines
For Each objVM in colVMS
Set colFloppyDrives = objVM.FloppyDrives
For Each objDrive in colFloppyDrives
fdImage = "D:\VirtualServers\VirtualFloppies\" & objvm & ".vfd"
objDrive.AttachImage(fdImage)
Next
Next
1 comment:
I would like you to add my blog into your blogroll, please do it and contact me back. Use the name and url as I have given here.
Name: TechPavan.com
link: http://www.techpavan.com
Post a Comment