Questions tagged [service-accounts]

83 questions
0
votes
1 answer

Deploying Deep Learning VM - default service account couldn't be detected

I am trying to deploy a deep learning VM (via the marketplace) However I get an error - that there is no valid default service account available. I have tried the following options disabling & re-enabling the Compute Engine API. Enabling Dataproc…
0
votes
1 answer

Logon as a service for virtual accounts

I have a Windows Internal Database installation running with its default settings. I have the required "Logon as a service" permissions configured as follows: Administrators ALL SERVICES LOCAL SERVICE NETWORK SERVICE NT SERVICE After the first…
lapingultah
  • 49
  • 1
  • 2
  • 8
0
votes
2 answers

Unable to export service account key in Terraform #GCP

I have downloaded the GCP service account key to my local system. In Terraform, I have set the GOOGLE_APPLICATION_CREDENTIALS as a path to this file in the startup-script part of my bastion instance. Below is a snippet: variable…
0
votes
0 answers

What sort of authentication is a windows machine local group with a domain user added to it?

I went and looked at a service that was run by a domain user. The process for the service read from a file on the machine's hard drive, and in the ACLs for that service there was an ACE for the local domain administrator group. And inside the domain…
leeand00
  • 4,807
  • 13
  • 64
  • 106
0
votes
2 answers

Service account does not have storage.buckets.create access

I have created a Service Account for Terraform. Apart of our process is to create some storage buckets and maintain them through Terraform. However, when we run terraform apply we get the following error: google_storage_bucket.state_bucket:…
0
votes
0 answers

Configure Windows Service user account based on Domain Controller check

We have a patching service which is a windows service that patches the non domain controller and domain controllers. Currently we were using same service account(account_abc) which has a Domain Administrator privilege to patch all the servers We…
0
votes
1 answer

How to monitor service account activities in google cloud platform

I created more than 5 service account in GCP to use Pub/Sub services. Now, I want to delete 4 of the 5 accounts. But I don't know which 4 accounts are not using, which one is active. I don't want to check all the Json config file any more, there are…
Chris
  • 1
  • 1
0
votes
1 answer

How can I deny a local (non-domain) user the ability to log on without using group policy?

I have a workstation, running Windows 8.1, that is joined to a domain. I want to create a local (non-domain) user without the ability to log on interactively. I'd like to avoid Group Policy because the work I'm doing is just for testing - there is a…
Micah R Ledbetter
  • 503
  • 1
  • 5
  • 17
0
votes
1 answer

How to create an account, that can not login?

Our Unix systems rely on corporate AD for authentication and authorization. We need to create a few "role" accounts, which shall not be able to login themselves, but to which other accounts (belonging to real persons) will be switching (with ksu or…
Mikhail T.
  • 2,272
  • 1
  • 22
  • 49
0
votes
1 answer

Cannot schedule task to run as user on Server 2012 R2

I'm trying to create a scheduled task on Server 2012 R2 to run as a domain service account. I select "Run whether the user is logged on or not", and select the domain service account, click on OK, enter the credentials, and then I get this error…
0
votes
1 answer

How can I use New-ADServiceAccount with a name of more than 19 characters?

This works: New-ADServiceAccount 1234567890123456789 This doesn't: New-ADServiceAccount 12345678901234567890 New-ADServiceAccount : The name provided is not a properly formed account name I'm trying to replace IIS Application Pool Identities…
Stijn
  • 218
  • 3
  • 20
0
votes
1 answer

TFS2012 - Reporting Services Permissions?

I'm currently working through an upgrade of TFS2010 to TFS2012. In our old configuration, TFS, Sharepoint, and Reporting Services were on the same server, with the rest of the DBs on a separate SQL server. During the upgrade, we put Reporting…
Jared
  • 71
  • 1
  • 1
  • 3
0
votes
1 answer

Tips on organizing Active Directory for a global company with different departments

I have started to read and implement some of the basic domain architecture implementation, one of the question I have is what is the latest trend in organizing the active directory OU's, Groups and Users. I want to work on a test environment so that…
0
votes
1 answer

How do I setup a "service account" for apache on XP pro?

This question has been spawned from this: VPC running WinXP SP3 with WAMP: 403 error on network drive The real question: Basically i need to know how to setup a "service account" that apache can use to access my virtual network drives on a…
0
votes
1 answer

Group Managed Service Account not updating password on server

I've just set up a new gMSA on our domain, everything works fine except now that the password has expired, it will not update on the server. I am getting a logon failure for my services. This isn't a replication issue since it has been about 5 days…
Adam
  • 1
  • 1