I have just been notified that my company is changing Citrix Farms this weekend. I need to change the target path or any shortcut on any desktop to another. Sometimes the shortcut is called Cerner, sometimes BAP, sometimes NetScaler.
Would anyone be able to provide me guidance on how to lookup the target path for every shortcut in every desktop and change the target path?
We went through a similar situation here where I work. A client\server software was replaced by a web system and we needed to replace the application shortcut target on all machines before actually removing the application.
To solve the problem we created a compliance rule through SCCM that ran a Powershell script on the machines doing the target substitution of the shortcuts, pointing the target to the web application link. Here is an adapted script that may help you. You can adapt it within the PSADT Toolkit.
I tested it a few times on my workstation and it worked the way I wanted it to.