Deploy Icon after deployment SCCM

Mark 1 Reputation point
2021-08-17T15:10:12.027+00:00

I have deployed Azure Virtual Desktop to 1400+ machines of which the Icon isn't on the desktop through SCCM.

I have been asked whether we can have the icon now on the desktop and if possible name it to something we like as with the install of AVD it is just "Remote Desktop" which management would prefer it being called something else.

Is this possible? If so how would be best to do this?

Microsoft Configuration Manager Application
Microsoft Configuration Manager Application
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Application: A computer program designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end users.
490 questions
Microsoft Configuration Manager
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Colin Ford 1,026 Reputation points
    2021-08-17T21:09:52.003+00:00

    If your devices are domain joined I would just use Group Policy Preferences, unless you can't for some reason.

    0 comments No comments

  2. Amandayou-MSFT 11,141 Reputation points
    2021-08-18T08:11:42.383+00:00

    Hi @Mark ,

    Yes, it is possible. There are some steps to achieve it.

    Step 1, Please find the path of Azure Virtual Desktop on the side of client, and then create shortcut and rename it as 'Remote Desktop', and copy it to shared path.

    Step 2, And deploy the package using sccm with the following cmd:
    xcopy <shared path( shortcut of Azure Virtual Desktop)> <C:\Users\Public\Desktop>

    For example: xcopy \d\amanday\ C:\Users\Public\Desktop


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.