Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 2.04 KB

README.md

File metadata and controls

45 lines (27 loc) · 2.04 KB

IVANDEMES.com


Convert-LNK2DEMXML

Description

Create VMware Dynamic Environment Manager (XML) configuration files based on existing shortcuts (LNK).

Getting started

Open PowerShell and run the following script.

.\Convert-LNK2DEMXML.ps1

-- or --

Right-click the script in Windows Explorer and click Run with PowerShell.

Right-click the script in Windows Explorer and click "Run with PowerShell".

Read the important notice and click OK to acknowledge the message or press Cancel to exit the script.

Read the important notice and click "OK" to acknowledge the message or press "Cancel" to exit the script.

Select the source folder that contains the shortcuts (LNK files) you want to convert.

Select the source folder that contains the shortcuts (LNK files) you want to convert.

Select the target folder where you want to save the DEM XML files.

Select the target folder where you want to save the DEM XML files.

Copy the XML files to your DEM configuration share (one by one, or all in one).

Copy the XML files to your DEM configuration share (one by one, or all in once).

The location you want to copy the DEM XML files to is typically something like \\server\demconfigshare$\general\FlexRepository\Shortcut.

⚠️ I recommend to test the shortcuts in a test or acceptance environment first, before putting in them in production.


Version 0.4 Changes

  • Important notice about VMware support is added
  • Comment from shortcuts (if present) is automatically converted to DEM XML
  • Additional SOURCE and TARGET path checking