Navigation

    ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups

    Run RSAT tools. Non domain joined PC?

    IT Discussion
    6
    8
    1423
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • siringo
      siringo last edited by siringo

      Anyone know of a way in which I can run the Windows RSAT tools from my non domain joined W10 PC?

      I go from client to client and I'm hoping to be able to run the Windows admin tools from my PC.

      Or anyone know of an alternate program that may work?

      JaredBusch 1 Reply Last reply Reply Quote 0
      • JaredBusch
        JaredBusch @siringo last edited by

        @siringo said in Run RSAT tools. Non domain joined PC?:

        Anyone know of a way in which I can run the Windows RSAT tools from my non domain joined W10 PC?

        I go from client to client and I'm hoping to be able to run the Windows admin tools from my PC.

        Or anyone know of an alternate program that may work?

        That is totally not how any of that works.

        About the only thing that I can think of is to simply right click and run as.

        But you also will run into the problem that RSAT tools are different on ever system

        siringo 1 Reply Last reply Reply Quote 0
        • siringo
          siringo @JaredBusch last edited by

          @JaredBusch said in Run RSAT tools. Non domain joined PC?:

          @siringo said in Run RSAT tools. Non domain joined PC?:

          Anyone know of a way in which I can run the Windows RSAT tools from my non domain joined W10 PC?

          I go from client to client and I'm hoping to be able to run the Windows admin tools from my PC.

          Or anyone know of an alternate program that may work?

          That is totally not how any of that works.

          About the only thing that I can think of is to simply right click and run as.

          But you also will run into the problem that RSAT tools are different on ever system

          Nah, that'll only run the app as whoever on the local PC, it doesn't parse auth credentials to the external entity.

          This works "runas /netonly /user:domain\username "mmc dsa.msc /server=REMOTEDC" but you have to run it from a cmd/powershell box & wait for the password prompt. It's also fiddly if you want to work in different apps that reside within different domains.

          Obsolesce 1 Reply Last reply Reply Quote 0
          • F
            Francesco Provino last edited by

            No, it won't work, I've tried several methods but they are neither functional nor supported. I know it's a shit, but I usually RDP in a domain-joined jumpbox and do all of my work from there.

            1 Reply Last reply Reply Quote 1
            • Obsolesce
              Obsolesce @siringo last edited by

              @siringo said in Run RSAT tools. Non domain joined PC?:

              @JaredBusch said in Run RSAT tools. Non domain joined PC?:

              @siringo said in Run RSAT tools. Non domain joined PC?:

              Anyone know of a way in which I can run the Windows RSAT tools from my non domain joined W10 PC?

              I go from client to client and I'm hoping to be able to run the Windows admin tools from my PC.

              Or anyone know of an alternate program that may work?

              That is totally not how any of that works.

              About the only thing that I can think of is to simply right click and run as.

              But you also will run into the problem that RSAT tools are different on ever system

              Nah, that'll only run the app as whoever on the local PC, it doesn't parse auth credentials to the external entity.

              This works "runas /netonly /user:domain\username "mmc dsa.msc /server=REMOTEDC" but you have to run it from a cmd/powershell box & wait for the password prompt. It's also fiddly if you want to work in different apps that reside within different domains.

              That's the beauty of security. Some outsider can't just come in to someone's network with their own hardware and successfully connect from all the RSAT tools.

              That said, we know there are better ways. (SSH) Design flaw? No... just bad design and would quite a task to redo it... but seems like they are working toward it now with .NET core, PowerShell core, etc... so hopefully sometime.

              IRJ 1 Reply Last reply Reply Quote 2
              • IRJ
                IRJ @Obsolesce last edited by

                @Obsolesce said in Run RSAT tools. Non domain joined PC?:

                @siringo said in Run RSAT tools. Non domain joined PC?:

                @JaredBusch said in Run RSAT tools. Non domain joined PC?:

                @siringo said in Run RSAT tools. Non domain joined PC?:

                Anyone know of a way in which I can run the Windows RSAT tools from my non domain joined W10 PC?

                I go from client to client and I'm hoping to be able to run the Windows admin tools from my PC.

                Or anyone know of an alternate program that may work?

                That is totally not how any of that works.

                About the only thing that I can think of is to simply right click and run as.

                But you also will run into the problem that RSAT tools are different on ever system

                Nah, that'll only run the app as whoever on the local PC, it doesn't parse auth credentials to the external entity.

                This works "runas /netonly /user:domain\username "mmc dsa.msc /server=REMOTEDC" but you have to run it from a cmd/powershell box & wait for the password prompt. It's also fiddly if you want to work in different apps that reside within different domains.

                That's the beauty of security. Some outsider can't just come in to someone's network with their own hardware and successfully connect from all the RSAT tools.

                Isnt that what PAW is for?

                siringo 1 Reply Last reply Reply Quote 0
                • siringo
                  siringo @IRJ last edited by

                  @IRJ said in Run RSAT tools. Non domain joined PC?:

                  @Obsolesce said in Run RSAT tools. Non domain joined PC?:

                  @siringo said in Run RSAT tools. Non domain joined PC?:

                  @JaredBusch said in Run RSAT tools. Non domain joined PC?:

                  @siringo said in Run RSAT tools. Non domain joined PC?:

                  Anyone know of a way in which I can run the Windows RSAT tools from my non domain joined W10 PC?

                  I go from client to client and I'm hoping to be able to run the Windows admin tools from my PC.

                  Or anyone know of an alternate program that may work?

                  That is totally not how any of that works.

                  About the only thing that I can think of is to simply right click and run as.

                  But you also will run into the problem that RSAT tools are different on ever system

                  Nah, that'll only run the app as whoever on the local PC, it doesn't parse auth credentials to the external entity.

                  This works "runas /netonly /user:domain\username "mmc dsa.msc /server=REMOTEDC" but you have to run it from a cmd/powershell box & wait for the password prompt. It's also fiddly if you want to work in different apps that reside within different domains.

                  That's the beauty of security. Some outsider can't just come in to someone's network with their own hardware and successfully connect from all the RSAT tools.

                  Isnt that what PAW is for?

                  What is PAW?

                  dbeato 1 Reply Last reply Reply Quote 1
                  • dbeato
                    dbeato @siringo last edited by

                    @siringo said in Run RSAT tools. Non domain joined PC?:

                    @IRJ said in Run RSAT tools. Non domain joined PC?:

                    @Obsolesce said in Run RSAT tools. Non domain joined PC?:

                    @siringo said in Run RSAT tools. Non domain joined PC?:

                    @JaredBusch said in Run RSAT tools. Non domain joined PC?:

                    @siringo said in Run RSAT tools. Non domain joined PC?:

                    Anyone know of a way in which I can run the Windows RSAT tools from my non domain joined W10 PC?

                    I go from client to client and I'm hoping to be able to run the Windows admin tools from my PC.

                    Or anyone know of an alternate program that may work?

                    That is totally not how any of that works.

                    About the only thing that I can think of is to simply right click and run as.

                    But you also will run into the problem that RSAT tools are different on ever system

                    Nah, that'll only run the app as whoever on the local PC, it doesn't parse auth credentials to the external entity.

                    This works "runas /netonly /user:domain\username "mmc dsa.msc /server=REMOTEDC" but you have to run it from a cmd/powershell box & wait for the password prompt. It's also fiddly if you want to work in different apps that reside within different domains.

                    That's the beauty of security. Some outsider can't just come in to someone's network with their own hardware and successfully connect from all the RSAT tools.

                    Isnt that what PAW is for?

                    What is PAW?

                    Privileged Access Workstations

                    https://docs.microsoft.com/en-us/windows-server/identity/securing-privileged-access/privileged-access-workstations

                    1 Reply Last reply Reply Quote 1
                    • First post
                      Last post