Hello all,
I'm trying to open a remote pssession to a management server that runs as administrator.
When I logon to the server with my account account and start the powershell prompt, then it immediatly starts with elevated rights.
UAC has been turned off and elevate without prompt is enabled via GPO.
I've seen a lot of posts around this by not entering the PSSession, but running the commands through invoke-command.
This doesn't work for me.. When I try to import the SCCM module for example, I get an access denied.
I've also tried creating the session, entering it and then starting a new process: powershell.exe with the switch -verb runas.
This doesn't do the trick neither.
Does anyone have an idea how I can get this working?
Thanks
Filip