-
Hello, What can I do if I want to get the same profile when I remote into systems using PowerShell? I want to be able to list the modules and snappins available, change the console color, etc. I have tried using some info I googled for about configuring a profile on a remote system, but that fails, I...
-
Don, Thanks yet again for the great answer, it seems like alot of people had workarounds where they were doing something to get a specific profile on a remote system. Now I know the real answer :) Is it possible to at least get a different console color, font, or so forth to make it easy to identify...
-
Hi Don, Just would like to say a big thanks for the book. I'm trying to run a silent install of the .Net4 full profile over the network. Can I do this from creating a new pssession with another computer and then running it from my station? This is what I have to run it siliently; $arglist = "...
-
I tried to do that, but when I run the get-pssnapin - registered the exchange tools don't come back as registered. Then I've read it's not "supported" to add the snapin for the exchange tools in another shell aside from the exchange shell, so you should use a remote connection,...
-
Thanks, so the tools are installed on the system I need to run this script from, and I got this to work, so is this not recommended either? c:\program files\Microsoft\Exchange\V14\bin\RemoteExchange.ps1 ; connect-ExchangeServer - Auto Is that OK or do I need to do the Remote session noted in your reply...
-
Thanks, so what is the best method of using Remote PS to get to this untrusted domain from my client? I know I need to specify the -credential, but also agree that adding in "*" to trusted hosts isn't the best idea either.