Questions tagged [managed-service-accounts]
36 questions
0
votes
0 answers
How to run application under secondary GMSA in Docker container?
The Microsoft documentation about creating GMSA's for Docker containers reads:
Containers can also be configured with additional gMSAs, in case you want to run a service or application in the container as a different identity from the container…
0
votes
1 answer
Allow interactive login for group managed service account (gMSA)
I'm trying to troubleshoot an issue with a gMSA and the error is displayed interactively. psexec is blocked by sophos, which is quite a hasle to whitelist (would be the sure way to get an interactive session).
I tried putting the gMSA in all obvious…

user189695
- 139
- 1
- 6
0
votes
1 answer
How to use gMSA account with Task Scheduler and Powershell to manage DHCP filters
I am struggling to keep DHCP filters in sync between multiple DHCP servers, each of them is running on a domain controller. I wrote a simple script to get filters from master DHCP server and push them to other DHCP servers:
$aDhcpServers =…

wilk
- 1
- 1
0
votes
1 answer
Group Managed Service Account - Permanent Password?
Is there a way to manually manage gMSA (Group Managed Service Account) passwords?
Usually gMSA passwords are managed by Active Directory, but sometimes I need to manually manage the password (to use for example in external systems for ldap binding,…

GKman
- 495
- 3
- 9
- 16
0
votes
0 answers
IIS Worker doesn't run or crashes immediately
We have an IIS app hosted on Windows 2016 Server which runs fine, when running as Local User or Network Service. One of the customers is setting up the application to run on a Service Account (probably Group Managed Service account).
When running…

Ranganathan
- 49
- 1
- 5
0
votes
1 answer
Can I run mongodb under a Managed Service Account
I'm trying to run MongoDB under a Windows Managed Service Account. This works fine for memcached on the same server, but when I run the MongoDB account I get this:
Windows could not start the MongoDB ervice on Local Computer.
Error 1053: The…

Macke
- 53
- 5