<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>DanlOfRI Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>DanlOfRI Tracker</description>
    <pubDate>Fri, 17 Nov 2023 19:31:45 GMT</pubDate>
    <dc:date>2023-11-17T19:31:45Z</dc:date>
    <item>
      <title>VMWareTasks Snapshots only returns single snapshot</title>
      <link>https://communities.vmware.com/t5/VIX-API-Discussions/VMWareTasks-Snapshots-only-returns-single-snapshot/m-p/1427269#M1695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use VMWareTasks API wrapper for VIX to manage a set of virtual machines. One of the processes I want to incorporate is the ability to manage snapshots. To do this I need to get a collection of snapshots for a given virtual machine and check the count that contains a snapshot name. If the count is greater than the MAXSNAPSHOTS count then I delete the oldest snapshot. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that when I get the collection of snapshots it only returns one of dozens of snapshots for this virtual machine. They are arranged like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BaseOS -&amp;gt; Snap1 -&amp;gt; Snap2 -&amp;gt; Snap3 -&amp;gt; Snap4 -&amp;gt; Snap5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; Snap3.1 -&amp;gt; Snap3.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with VMWare Workstation 14 Pro, VIX 1.14, and VMWareTasks 1.17. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a snip of my code (C#):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;private void CleanupSnapshots(VMWareVirtualMachine virtualMachine, VMInfo vmInfo)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;{&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;//The code below returns a VMWareRootSnapshotCollection with only the first snapshot listed&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;var snapshots = virtualMachine.Snapshots;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears that I have to recursively check all child snapshots until no more are found. Is there an easier way to get a collection of all the snapshots? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 19:40:33 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VIX-API-Discussions/VMWareTasks-Snapshots-only-returns-single-snapshot/m-p/1427269#M1695</guid>
      <dc:creator>DanlOfRI</dc:creator>
      <dc:date>2018-07-26T19:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Clone failure - The parent of this virtual disk could not be opened</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/Clone-failure-The-parent-of-this-virtual-disk-could-not-be/m-p/928783#M51065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My solution was as follows:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I restored a cloned Virtual Machine prior to creating the second hard drive. &lt;/LI&gt;&lt;LI&gt;I then expanded the current hard drive to meet my needs. This was the original reason I added the second hard drive in the first place.&lt;/LI&gt;&lt;LI&gt;Now cloning and creating snapshots works correctly.&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 12:41:20 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/Clone-failure-The-parent-of-this-virtual-disk-could-not-be/m-p/928783#M51065</guid>
      <dc:creator>DanlOfRI</dc:creator>
      <dc:date>2017-07-10T12:41:20Z</dc:date>
    </item>
    <item>
      <title>How to log into Windows Guest</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/How-to-log-into-Windows-Guest/m-p/2730609#M164733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have several Virtual Machines running, all running Windows 7 Professional SP1 x86.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on a PowerShell 2.0 script that does the following&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Checks if a target virtual machine is running&lt;/LI&gt;&lt;LI&gt;Shuts down virtual machine if running&lt;/LI&gt;&lt;LI&gt;cleans up old snapshot &lt;/LI&gt;&lt;LI&gt;creates new snapshot&lt;/LI&gt;&lt;LI&gt;Clones the current state of the machine&lt;/LI&gt;&lt;LI&gt;Restart Windows&lt;/LI&gt;&lt;LI&gt;Log into Windows&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have code that successfully checks if the vm is running, stops the virtual machine, clones the machine, and starts the machine. I will be adding the snapshot routine next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I now need to do is to wait for the Windows CTRL+ALT+DEL prompt and go through a process to log into windows. I do not see where the `vmrun start [drive]:\[PathToVMX].vmx` command has a method to allow log into for the OS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How have others here handled this scenario? I am sure that I am not the first to attempt to startup a virtual machine from a command prompt and log into the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 17:17:48 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/How-to-log-into-Windows-Guest/m-p/2730609#M164733</guid>
      <dc:creator>DanlOfRI</dc:creator>
      <dc:date>2017-07-06T17:17:48Z</dc:date>
    </item>
    <item>
      <title>Clone failure - The parent of this virtual disk could not be opened</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/Clone-failure-The-parent-of-this-virtual-disk-could-not-be/m-p/928781#M51063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a virtual machine where I added a second hard drive. I mapped this drive to a folder in the Windows OS. However, since I added the second hard drive, cloning of the machine fails with the error indicated above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can create snapshots correctly. &lt;/P&gt;&lt;P&gt;Cloning is an important part of resiliency for our build workflow, and adding the second drive is also important as I cannot expand the drive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am fairly certain this relates to the second disk I added. Is there anything I can do to fix this short of deleting the drive? &lt;/P&gt;&lt;P&gt;Looking at the VM, I see 'seconddrive.vmdk', which I assume is the parent of the second drive. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(198, 198, 198); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;Contents of SecondDrive.vmdk&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;&lt;P&gt;# Disk DescriptorFile&lt;/P&gt;&lt;P&gt;version=1&lt;/P&gt;&lt;P&gt;encoding="windows-1252"&lt;/P&gt;&lt;P&gt;CID=b2aba194&lt;/P&gt;&lt;P&gt;parentCID=ffffffff&lt;/P&gt;&lt;P&gt;isNativeSnapshot="no"&lt;/P&gt;&lt;P&gt;createType="twoGbMaxExtentSparse"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Extent description&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s001.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s002.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s003.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s004.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s005.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s006.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s007.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s008.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s009.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s010.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s011.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s012.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s013.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s014.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s015.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s016.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s017.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s018.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s019.vmdk"&lt;/P&gt;&lt;P&gt;RW 4192256 SPARSE "SecondDrive-s020.vmdk"&lt;/P&gt;&lt;P&gt;RW 40960 SPARSE "SecondDrive-s021.vmdk"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# The Disk Data Base &lt;/P&gt;&lt;P&gt;#DDB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ddb.adapterType = "lsilogic"&lt;/P&gt;&lt;P&gt;ddb.geometry.cylinders = "5221"&lt;/P&gt;&lt;P&gt;ddb.geometry.heads = "255"&lt;/P&gt;&lt;P&gt;ddb.geometry.sectors = "63"&lt;/P&gt;&lt;P&gt;ddb.longContentID = "3ccf9c09120efb7d998f303db2aba194"&lt;/P&gt;&lt;P&gt;ddb.uuid = "60 00 C2 95 01 eb f8 5b-d2 63 58 21 70 8e 74 8b"&lt;/P&gt;&lt;P&gt;ddb.virtualHWVersion = "10"&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that in the file directory, there are 176 files listed as SecondDrive-s. I suspect that the 'extra' related to previous snapshots, but I am not sure of that. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 12:28:37 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/Clone-failure-The-parent-of-this-virtual-disk-could-not-be/m-p/928781#M51063</guid>
      <dc:creator>DanlOfRI</dc:creator>
      <dc:date>2017-06-21T12:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Workstation 10 Group policy not working in virutal network</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/Workstation-10-Group-policy-not-working-in-virutal-network/m-p/1335067#M76068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The host OS is Windows 7 Professional x64. Yes it is part of a domain but I do not include this OS as part of my test network. As you stated I am trying to keep things isolated with the exception of requiring Internet connection. This is why I had selected NAT in my first attempt at this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, my IP address for the virtual network card is offered up as you indicated 192.168.###.1.&lt;/P&gt;&lt;P&gt;Before I install the DC role, I set the address of the Windows 2008 R2 system the number above, set my subnet to 255.255.255.0 and set my gateway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After configuring with dcpromo I test my Internet connection and create my snapshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad that I am not the only one that finds the documentation a bit confusing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going to start over again and try the manual configuration you suggested. Thank you for the info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 17:33:16 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/Workstation-10-Group-policy-not-working-in-virutal-network/m-p/1335067#M76068</guid>
      <dc:creator>DanlOfRI</dc:creator>
      <dc:date>2015-05-06T17:33:16Z</dc:date>
    </item>
    <item>
      <title>Workstation 10 Group policy not working in virutal network</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/Workstation-10-Group-policy-not-working-in-virutal-network/m-p/1335065#M76066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a virtual network where I can test deploying software that we create using Active Directory and SCCM.&amp;nbsp; &lt;/P&gt;&lt;P&gt;For virtual machines I have the following:&lt;/P&gt;&lt;P&gt;1. Windows 2008 R2 with DC installed&lt;/P&gt;&lt;P&gt;2. Windows 7x64 Enterprise&lt;/P&gt;&lt;P&gt;3. Windows 2012 SP1&lt;/P&gt;&lt;P&gt;4. Windows 7x86 Professional&lt;/P&gt;&lt;P&gt;5. Windows 8.1 x86 Pro&lt;/P&gt;&lt;P&gt;6. Windows 8.1 x64 Pro&lt;/P&gt;&lt;P&gt;Network configuration is set to NAT on all systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to create a forest successfully and add the other machines to the domain. I can physically copy files from and to all other machines.&lt;/P&gt;&lt;P&gt;However, if I create a group policy, the group policy is never activated on the computers on the domain, even a simple registry change.&lt;/P&gt;&lt;P&gt;I have tried using gpupdate on the clients and it seems to go through, but no policy is transferred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to work my way through the documentation for a custom network option, just to see if that helps. See:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.vmware.com/support/ws55/doc/ws_net_configurations_custom.html" title="https://www.vmware.com/support/ws55/doc/ws_net_configurations_custom.html"&gt;Custom Networking Configurations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something that needs to be done differently to setup a virtual network like this? It is possible that something went wrong with creating the forest and configuring the domain but one of our IT team told me that the configuration should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that all of the machines require Internet connection in order for the installation to work. Some files are downloaded dynamically for install.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 13:40:34 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/Workstation-10-Group-policy-not-working-in-virutal-network/m-p/1335065#M76066</guid>
      <dc:creator>DanlOfRI</dc:creator>
      <dc:date>2015-05-06T13:40:34Z</dc:date>
    </item>
    <item>
      <title>Start host process from within guest OS</title>
      <link>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Start-host-process-from-within-guest-OS/m-p/2661754#M14091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using VMWare Workstation 10.&lt;/P&gt;&lt;P&gt;Some of my vm's are dedicated to compiling code using CruiseControl.NET.&lt;/P&gt;&lt;P&gt;What I am attempting to do is add a step that automates testing a completed setup on several clean virtual machines. From what I can see, the guest OS will be required to 'announce' to the host OS that a build has completed and then launch a process to revert the virtual machines, start the virtual machines and then launch a process that does the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Copy the setup.exe from a known location to a directory on the virtual machine&lt;/LI&gt;&lt;LI&gt;Launch the setup.exe with parameters from a command line&lt;/LI&gt;&lt;LI&gt;Wait for setup.exe to finish&lt;/LI&gt;&lt;LI&gt;Launch an automated testing tool to validate basic functionality of the application.&lt;/LI&gt;&lt;LI&gt;Wait for automated testing to complete&lt;/LI&gt;&lt;LI&gt;Shut down the virtual machines&lt;/LI&gt;&lt;LI&gt;Wait for next successful build&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to work on this problem using vmrun.exe within a powershell script. With this script I can successfully revert virtual machines, start and stop virtual machines.&lt;/P&gt;&lt;P&gt;What I am trying to work out is how to pass data from CruiseControl.net in the &lt;EM&gt;&lt;STRONG&gt;guest operating&lt;/STRONG&gt;&lt;/EM&gt; system to the &lt;EM&gt;&lt;STRONG&gt;host operating&lt;/STRONG&gt;&lt;/EM&gt; system. So I am turning to this community to see if anyone here has any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not read of any ideas of communication from the guest to the host while there is a 'host' &amp;lt;yeah, pun is intended&amp;gt; of information of sending info from the host to the guest. Note that the guest OS does not have VMWare Workstation installed, nor is it desirable to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My initial thoughts, even as I write this question, is that all of the guest OS build machines map a drive to the host. At the end of of a successful build the setup is copied to a directory and a sentinel file is updated with information. The host OS will have CruiseControl.net installed and will monitor for file changes for the sentinel file. When changed then it will start the automated testing process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a better way to accomplish this goal?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate any suggestions.&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Dan Lee | Release Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 13:05:33 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Start-host-process-from-within-guest-OS/m-p/2661754#M14091</guid>
      <dc:creator>DanlOfRI</dc:creator>
      <dc:date>2015-04-15T13:05:33Z</dc:date>
    </item>
    <item>
      <title>Creating a thin client network in VMWare Workstation</title>
      <link>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Creating-a-thin-client-network-in-VMWare-Workstation/m-p/401035#M276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have recently been informed that many our customers have a thin client network in place using Microsoft RDP, Terminal Services / Remote Desktop Services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like to do is create a virtual thin client network using Server 2008 | Server 2008 R2 | Server 2012. What I am not certain of is how to emulate the "desktop" environments for the clients and how to configure VMWare to work with this type of network.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;I admit that I have never configured a TS before, so hopefully someone here has done this before and can provide some pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been searching Google for information but so far have come up short. Perhaps my search criteria is wrong.&lt;/P&gt;&lt;P&gt;I have VMWare Workstation 10 and access to MSDN for a number of ISOs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 12:30:39 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Creating-a-thin-client-network-in-VMWare-Workstation/m-p/401035#M276</guid>
      <dc:creator>DanlOfRI</dc:creator>
      <dc:date>2015-04-14T12:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: cant copy/paste from guest to host</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/cant-copy-paste-from-guest-to-host/m-p/364506#M17045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this problem as well. I know the posts are old 'zombie' posts, but the problem still raises its head from time to time and I think I have discovered a common link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I startup my guest OS cleanly I can copy and paste.&lt;/P&gt;&lt;P&gt;If I let my OS go into hibernation mode, then copy and paste will be disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case I first tried stopping and restarting the vmnetbridge service using:&lt;/P&gt;&lt;P&gt;Net Stop vmnetbridge &lt;/P&gt;&lt;P&gt;Net Start vmnetbridge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However in today's case this did not solve the problem. I have had this work in the past.&lt;/P&gt;&lt;P&gt;Today I had to reboot the guest operating system. Once I did that then the problem was solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test platform:&lt;/P&gt;&lt;P&gt;Host: Windows 7x64&lt;/P&gt;&lt;P&gt;Guest: Windows 7x86&lt;/P&gt;&lt;P&gt;Copy / paste is always enabled in vm settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this helps others who come this way. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 17:16:42 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/cant-copy-paste-from-guest-to-host/m-p/364506#M17045</guid>
      <dc:creator>DanlOfRI</dc:creator>
      <dc:date>2015-03-27T17:16:42Z</dc:date>
    </item>
    <item>
      <title>Automate cloning of workstation image</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/Automate-cloning-of-workstation-image/m-p/384155#M18297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our company uses VMWare Workstation 10 and I have several machines configured as software build machines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of my tasks is to create weekly backups, e.g., clones, of the build machines. I would love to automate this process so that the machines are shutdown, previous snapshot is deleted, new snapshot is created, a full clone is created, and once that is completed the system is restarted. &lt;/P&gt;&lt;P&gt;Below is my manual process:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Log into the build machine host&lt;/LI&gt;&lt;LI&gt;Check Build machine to ensure that a build is not currently running. If running, then monitor the build until complete. &lt;/LI&gt;&lt;LI&gt;Stop Build machine.&lt;/LI&gt;&lt;LI&gt;Delete previous 'WeeklyBackup' snapshot&lt;/LI&gt;&lt;LI&gt;Create new 'WeeklyBackup' snapshot&lt;/LI&gt;&lt;LI&gt;Create new full clone of build machine. &lt;/LI&gt;&lt;LI&gt;Start Build machine and log into the operating system&lt;/LI&gt;&lt;LI&gt;Make a copy of cloned machine to network resource for redundancy. &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am fairly good with PowerShell and have tried my hand at creating a script that clones a machine using vmrun.exe. However, I would like to somehow inject a progress indicator to show that something is still happening. Also I would like to automate the entire process so that I can schedule this to run on the weekend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the code that I have so far, but I have to think that there is a better way to manage this? Is there a PowerShell module for VMWare Workstation that can help with this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;param (&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [Parameter(Mandatory=$true)]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; #This is usually the branch / internal name for the build machine. It is used to specify the clone name and destination path for the weekly backup&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [string]$machineName, &lt;/P&gt;
&lt;P&gt;&amp;nbsp; [Parameter(Mandatory=$true)]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; #This is the name of the VMX file&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [string]$sourceFileName,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; #This is the path to the VMX file&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [string]$sourcePath&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;function main&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp; #date stamp is concatenated to machine name to create a unique destination folder name for the clone&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $dateStamp = Get-Date -Format yyyyMMdd&lt;/P&gt;
&lt;P&gt;&amp;nbsp; #For our build host workstation / server, we have an external drive whose path is specified below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $destinationBasePath = "F:\VirtualMachines\BuildMachineBackups\WeeklyBackups"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; #Test the parameters to ensure valid data&lt;/P&gt;
&lt;P&gt;&amp;nbsp; if (!(Test-Path $destinationBasePath -PathType 'Container')) {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Write-Host "Destination path, $destinationBasePath, does not exist. Please verify if external hard drive is available"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; if (!(Test-Path $sourcePath -PathType 'Container')) {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Write-Host "Source path, $sourcePath, does not exist. Please specify a valid source path."&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $fqp_source = (Join-Path $sourcePath $sourceFileName)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $fqp_destinationPath = Join-Path $destinationBasePath (Join-Path $machineName ("$machineName(backup_$dateStamp)\$machineName.vmx"))&lt;/P&gt;
&lt;P&gt;&amp;nbsp; #ensure that target path does not exist ... &lt;/P&gt;
&lt;P&gt;&amp;nbsp; if (Test-Path ($fqp_destinationPath)--PathType 'Container') {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; rd Join-Path $destinationBasePath (Join-Path $machineName ("$machineName(backup_$dateStamp)"))&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;#The core of the code is here, path to VMRUN.EXE, Command line arguments, and PowerShell 'Start-Process'&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $vmwareRun = "C:\Program Files (x86)\VMware\VMware Workstation\vmrun.exe"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $cmdArgs = "-T ws clone `"$fqp_source`" `"$fqp_destinationPath`" full -cloneName=`"$machineName(backup)`""&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Start-Process $vmwareRun -ArgumentList $cmdArgs -RedirectStandardError (Join-Path $destinationBasePath ("$machineName_$dateStampErrors.log")) -RedirectStandardOutput (Join-Path $destinationBasePath ("$machineName_$dateStamp.log"))&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;main&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 14:12:21 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/Automate-cloning-of-workstation-image/m-p/384155#M18297</guid>
      <dc:creator>DanlOfRI</dc:creator>
      <dc:date>2015-02-12T14:12:21Z</dc:date>
    </item>
    <item>
      <title>VMWare virtual machine saving files in two directories</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/VMWare-virtual-machine-saving-files-in-two-directories/m-p/2159501#M128047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem that I am trying to resolve. I have a virtual machine that is saving files in two different directories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the size of the directory is becoming large. I am using the machine as a build machine and I need to reign in the stragglers. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.vmware.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I know what I did wrong when I configured the machine, but I was just unaware that the default configuration was setup in the build machine's user's directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So under the VM options, General settings: The working directory points to the SSD drive, where I expect my files and snapshots to be stored.&lt;/P&gt;&lt;P&gt;However, when I check the Advanced settings, under File locations, the Configuration and log files are pointed to the C:\users\buildmachine\myDocuments\...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to bring all of this chaos back under control and maintain my previous snapshots? I know I can clone the machine - but I would then loose my snapshots with previous release states. Also it makes it difficult to backup this system reliably having two different directories to backup and keep syncronized for backup simultaneously. It presents a greater point of failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a point of reference, today I took a snapshot and did file maintenance on the system and noted that both directories have files updated. I deleted some snapshots but did not notice any size changes to either directory. That is what led me down this road as to what is going on and which is the real directory containing snapshots. I am still investigating this aspect of my problems. But I need to solve this problem as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The files that are updated today in the user directory are:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;VMNAME.vmxf&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;VMNAME.nvram&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;log files&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;vmx file&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;vmsd file&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;GUID.vmem file &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;filename_cl2.vmdk (59 GB in size)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The files that are updates today on the SSD drive are:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;MachineName_Snapshot9.vmsn&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;MachineName_Snapshot7.vmsn&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;several vmdk files that are several GB in size&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is there a way to consolidate the changes in these directories? The size of one directory is 97GB. The size of another is 123GB. Deleting snapshots has not reduced the sizes of these directories. I am not certain why either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 18:47:03 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/VMWare-virtual-machine-saving-files-in-two-directories/m-p/2159501#M128047</guid>
      <dc:creator>DanlOfRI</dc:creator>
      <dc:date>2013-02-25T18:47:03Z</dc:date>
    </item>
  </channel>
</rss>

