Marc R Kellerman

Results 77 comments of Marc R Kellerman
trafficstars

I've installed Powershell 7.0.0-rc.1 on both my client (source) and my server (destination). Every time i execute Invoke-CommandAs, it returns PSVersion 5.1... can't get it to run on 7 in...

I have t had an opportunity or requirement to do any work on this for my work. If someone cares to give it a try and submit a PR, I’d...

Try using a PSSession with user with admin rights on the server, and use -AsGMSA switch.

FYI - Just in case: Invoke-Command -Credential -As -Credential needs to be Administrator, to create the schedule task on the remote PC. -As

@jeremymcgee73 did you end up with some results from your testing?

Closing since inactive. Please test with latest version (3.0)

Sorry guys. I don’t use GMSA accounts, so I’m unable to test :/

Wow, nice work! So is the fix something we can implement in the script? Or in PS source code itself? (I vaguely was able to follow the explanation, I haven't...

I created a tag manually for you for now. Hope this helps. But would be good that this step is automagically done with the pipeline. Will investigate further when I...