Alex Crome
Alex Crome
Digging into this some more, it looks like the WMI requires two separate permissions: 1. Grant the user account permission to connect through WMI / DCOM 2. Grant the user...
You should be able to change execution policy for your user without admin rights. (The default is to set machine level, for which you do need admin rights) ```ps Set-ExecutionPolicy...
Try invoking the script inside the Invoke-Command block directly on each machine, rather than using powershell remoting to do it.
Oh sorry, you'll definitely need admin rights to do those.
So I think something may have changed recently. I've just upgraded to the latest build, and now I'm no longer getting CPU stats + a wall of errors (which are...
I've go this working in my local environment now and fixed a bug that was causing CPU metrics to not display - can you try #252 ? AT the very...
That would address my scenario. I have however been looking at this myself and came up with a way of using the attribute itself which I've submitted in PR #33.
Another option is to use the on behalf of flow to take the token from the Microsoft identity provider, and exchange it for one that can be used with Kubernetes....
@jamieklassen Unless you have a reason for creating two, I'd try and get away with a single registration . The purpose of an app registration is to represent an app....
In the VS Code JSON editor, this same schema only shows a single `spec` property  So to does Rider  The wider context in which I encountered this I'm...