How to share the folder from admin to another users which have access to azure VW Microsoft

Maciej Ciepłowski 20 Reputation points
2023-06-21T10:22:00.0266667+00:00

Hi,

I want to add access to a folder form admin account to the whole users wich they have account in serwer. The folder are in desktop in admin. I've tried Computer Menagment -> Shared Folder -> Shares and add the folder directory to users account, but the folder not appear in users desktops. Can you help me?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
{count} votes

2 answers

Sort by: Most helpful
  1. Maciej Ciepłowski 20 Reputation points
    2023-06-26T10:09:38.47+00:00

    I add a TestUser to the security to the folder as You do. And still the folder not appear in the TestUser desktop. I want to share this folder and make that will appear in the TestUser Desktop with all the content like apps or files.User's image


  2. Anonymous
    2023-06-26T17:14:27.24+00:00

    @Maciej Ciepłowski

    I wasn't aware you were also trying to make the item available on the desktop. You will need to utilize Group Policy Objects (GPO) to create a shortcut to the shared folder on the TestUser's desktop. Here are some samples that might be helpful. [1] [2] Below I am pasting some step by step that you can try.

    1. Create a Group Policy Object
      • Open the Group Policy Management tool. (You can find this by searching in the start menu or within the Windows Server Manager.)
      • In the left-hand pane, right-click on the Group Policy Objects folder and choose "New".
      • Name the new GPO something descriptive, such as "Shortcut to Huzar Folder".
    2. Edit the Group Policy Object
      • Right-click on the new GPO you created and choose "Edit". This will open the Group Policy Management Editor.
      • Navigate to User Configuration > Preferences > Windows Settings > Shortcuts.
      • Right-click in the right-hand pane and choose "New" > "Shortcut".
      1. Configure the Shortcut Settings
      • Action: Choose "Update". (This will create a new shortcut if one does not exist or update an existing one.)
      • Name: Choose a name for the shortcut, such as "Huzar Folder".
      • Target type: Choose "File System Object".
      • Location: Choose "Desktop".
      • Target Path: Input the path to the shared folder, like "[server name]\Huzar".
      • Icon file path: You can choose an icon file path if you want the shortcut to have a specific icon.
      1. Click on "OK" to save your settings.
      2. Apply the Group Policy Object
      You will need to apply the GPO to the correct Organizational Unit (OU) that contains the TestUser.
    • Go back to Group Policy Management.
    • Navigate to the appropriate OU, right-click it, and choose "Link an Existing GPO".
    • Choose the GPO you just created.

    Now, the next time Group Policy refreshes (which by default is every 90 minutes with a randomized delay of up to 30 minutes), the TestUser will see the shortcut on their desktop. You can force the update immediately by running the "gpupdate /force" command from the command prompt, but remember this needs to be run on the client machine where you want the changes to apply.


    If you still have questions, please let us know in the "comments" and we would be happy to help you. Comment is the fastest way of notifying the experts.

    If the answer has been helpful, we appreciate hearing from you and would love to help others who may have the same question. Accepting answers helps increase visibility of this question for other members of the Microsoft Q&A community.

    Thank you for helping to improve Microsoft Q&A!

    User's image


Your answer

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