The managed-account tag has no wiki summary.
3
votes
2answers
2k views
Should my farm account be in the local admins group?
In my Review problems and solutions reports I have the following Security Warning:
Both of the offending services use my "farm" managed account (I named it SP_Farm on my domain, it's the one you ...
2
votes
1answer
183 views
Which accounts should be managed accounts?
Three questions on a theme...
Which accounts should be managed accounts?
Or perhaps to put it another way, which services / things are best to have as managed accounts?
Or perhaps the opposite ...
2
votes
4answers
579 views
Managed Account Password Is Being Unintentionally Changed in Service Configuration
Our team has recently configured a new server with a SharePoint 2010 installation and restored a backup of a site from hosted pool onto the new dedicated server. The timer service in central ...
1
vote
2answers
241 views
Do the Portal Super User and Portal Super Reader accounts configured for accessing the Object Cache need to be Managed Accounts?
The TechNet article Configure object cache user accounts doesn't say anything about it. Does anyone know?
1
vote
2answers
339 views
User Profile Service and Account disabled
I'm facing a problem after I have installed and configured the User Profile Service.
When I create the synch everything work fine but now the system floods active directory with wrong credential (I ...
1
vote
1answer
240 views
AD Managed Service Account as SharePoint Managed Account
I'm slightly confused with regards to managed service accounts in Active Directory & SharePoint.
Here's what I'm doing:
Create a managed service account in AD with "New-ADServiceAccount" & ...
0
votes
2answers
168 views
How to get all managed accounts and create a new one using PowerShell in SharePoint 2013
I need to get all Managed Accounts in SharePoint 2013. If there are nothing, I need to create a new one. How can I do this using PowerShell?
0
votes
1answer
263 views
When I go to create a managed user, I receive a “Requested registry access is not allowed.” error message
I'm trying to add a maanged user account to the SharePoint install on my development machine. My development machine is running Windows 7 and is linked to our domain.
Right now, I only have 2 ...
0
votes
1answer
821 views
Can't find where to change user on Security Token Service Application
So right now I'm trying to delete a managed user account in my SharePoint Server farm as we try and make him non-existent, using the following code:
$s = get-spmanagedaccount "Account_Name"
...