Can't get shared drive permissionsWindows 10 network drive permissions problemsWin10 shared drives not...

Science Fiction story where a man invents a machine that can help him watch history unfold

What is the opposite of 'gravitas'?

Pronouncing Homer as in modern Greek

Is it okay / does it make sense for another player to join a running game of Munchkin?

Lifted its hind leg on or lifted its hind leg towards?

Hostile work environment after whistle-blowing on coworker and our boss. What do I do?

Word describing multiple paths to the same abstract outcome

Why isn't KTEX's runway designation 10/28 instead of 9/27?

Reply ‘no position’ while the job posting is still there (‘HiWi’ position in Germany)

How can I successfully establish a nationwide combat training program for a large country?

Why is delta-v is the most useful quantity for planning space travel?

Do all polymers contain either carbon or silicon?

How do I rename a LINUX host without needing to reboot for the rename to take effect?

Simple recursive Sudoku solver

Is there a problem with hiding "forgot password" until it's needed?

For airliners, what prevents wing strikes on landing in bad weather?

Lightning Web Component - do I need to track changes for every single input field in a form

How do I repair my stair bannister?

Installing PowerShell on 32-bit Kali OS fails

Stereotypical names

Was the picture area of a CRT a parallelogram (instead of a true rectangle)?

How will losing mobility of one hand affect my career as a programmer?

Should my PhD thesis be submitted under my legal name?

Simulating a probability of 1 of 2^N with less than N random bits



Can't get shared drive permissions


Windows 10 network drive permissions problemsWin10 shared drives not accessible from other computers on the networkRemove network drive from Quick Access panelMounting network drive in Windows 10 bash?New Windows 10 tablet is never prompted for password to access shared folder on Debian host. “Access is denied”how to know the capacity of a shared driveWindows 10 Home PC cannot access shared folder on Windows 7 Home Premium LaptopCan't access shared Windows drive from MacMissing permissions to access shared folder in local networkBackup to a network drive and make only the backup program able to write to that shared folder?













0















Is there a way for me to search for a user's access on all shared or network drives? I know the username, I just need to know how i can write it on script.



Get-ADPrincipalGroupMembership "username" | Select Name


Thas is how i get the user's AD Group memberhip, but need to also check for their Shared Drive access









share







New contributor




Sonny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    Is there a way for me to search for a user's access on all shared or network drives? I know the username, I just need to know how i can write it on script.



    Get-ADPrincipalGroupMembership "username" | Select Name


    Thas is how i get the user's AD Group memberhip, but need to also check for their Shared Drive access









    share







    New contributor




    Sonny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      Is there a way for me to search for a user's access on all shared or network drives? I know the username, I just need to know how i can write it on script.



      Get-ADPrincipalGroupMembership "username" | Select Name


      Thas is how i get the user's AD Group memberhip, but need to also check for their Shared Drive access









      share







      New contributor




      Sonny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      Is there a way for me to search for a user's access on all shared or network drives? I know the username, I just need to know how i can write it on script.



      Get-ADPrincipalGroupMembership "username" | Select Name


      Thas is how i get the user's AD Group memberhip, but need to also check for their Shared Drive access







      windows-10





      share







      New contributor




      Sonny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      Sonny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      Sonny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 3 mins ago









      SonnySonny

      1




      1




      New contributor




      Sonny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Sonny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Sonny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Sonny is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1417587%2fcant-get-shared-drive-permissions%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Sonny is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Sonny is a new contributor. Be nice, and check out our Code of Conduct.













          Sonny is a new contributor. Be nice, and check out our Code of Conduct.












          Sonny is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1417587%2fcant-get-shared-drive-permissions%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...