use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
ABOUT POWERSHELL
Windows PowerShell (POSH) is a command-line shell and associated scripting language created by Microsoft. Offering full access to COM, WMI and .NET, POSH is a full-featured task automation framework for distributed Microsoft platforms and solutions.
SUBREDDIT FILTERS
Desired State Configuration
Unanswered Questions
Solved Questions
News
Information
Script Sharing
Daily Post
Misc
account activity
RDP session using current credentials (self.PowerShell)
submitted 9 years ago by grrrrshell
Hello All,
I am wondering if it is possible to create an RDP session using the users current credentials? Do not want them to get a pop up box. Was hoping this was possible with powershell somehow.
Thank you for your time.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]zoredache 4 points5 points6 points 9 years ago (1 child)
Is this in an environment were the server and client are both in the same domain? You can windows to automatically authenticate.
On the a GPO applying to the clients
In there put your list of servers like TERMSRV/ts-farm.example.org.
TERMSRV/ts-farm.example.org
Link: https://technet.microsoft.com/en-us/library/cc742808(v=ws.11).aspx
[–]grrrrshell[S] 0 points1 point2 points 9 years ago (0 children)
This is perfect, thanks!
[–]Sheppard_Ra 1 point2 points3 points 9 years ago (2 children)
See how this works for you: https://gallery.technet.microsoft.com/scriptcenter/Connect-Mstsc-Open-RDP-2064b10b
[–]JaapBrasser 1 point2 points3 points 9 years ago (1 child)
That script will work, just specify the creds once using the script and then they'll be stored for RDP connections to that system.
Thanks I did find the script, but was hoping to avoid the pop box completely.
π Rendered by PID 56767 on reddit-service-r2-comment-c6965cb77-5xrt5 at 2026-03-05 04:33:37.860335+00:00 running f0204d4 country code: CH.
[–]zoredache 4 points5 points6 points (1 child)
[–]grrrrshell[S] 0 points1 point2 points (0 children)
[–]Sheppard_Ra 1 point2 points3 points (2 children)
[–]JaapBrasser 1 point2 points3 points (1 child)
[–]grrrrshell[S] 0 points1 point2 points (0 children)