Install Exchange Server 2013 on Windows Server 2012 R2 - exchange-server

I am completely new to servers. And I run into a problem that I need to install Exchange Server 2013 on my server.
When I try to install this server it gives me an error
Error:
The Active Directory schema isn't up-to-date, and this user account isn't a member of the 'Schema Admins' and/or 'Enterprise Admins' groups.
I looked through numerous tutorials and I am pretty sure that I did everything right.
As you can see my account is a member of domain admins and enterprise admins as well.
P.S. I am using Google Compute Engine

As it says, you need to add your account to Schema Admins. Add it the same way you added Enterprise Admins. Schema Admins is not inherited by Enterprise Admins, they're separate roles.

Related

Dynamics 365 Installation Error when it needs to create groups in OU

I have 2 virtual servers with Microsoft windows server 2019, and my DB is SQL server 2019, and my reporting server is 2019 as well. I want to install CRM v9 on-premise with an administrator user, and I gave that user every deligation in OU, and this user is a domain admin. But I faced an error that said: Action Microsoft.CRM.Setup.Server.CreateCrmGroupsAction Failed. The server is unwilling to process the request. I have checked every aspect of my user role and everything in my servers, but I didn't find anything. please help me as soon as possible
After a while and many searches, I found my problem in permissions of my server because my ad was not a master server, and it can't create a group. After changing the ad server, my problem was solved.

MS Dynamics CRM 2013 Installation issue

While trying to install MS CRM on one of the VM, we are getting the error "Unable to browse for active directory objects" while "Select the Organization Unit" step. We discussed this with the client to give relevant permissions for Active Directory but client doesn't want to install CRM tied up with AD. Is there an option to install MS CRM with separate users rather than connecting with AD ?
After detailed RnD and discussion with consultants, following are the options we have:
Option 1:
Make a new domain in the AD
Configure a new root OU
Create a user having domain and AD admin rights
Option 2:
Create a network admin user for both instances (db and app)
Complete installation with an admin person at client who can use the
admin user for CRM installation
The best case would be to get the Domain admin user but it's not that easy to get.
Unfortunately you would not be able to install CRM without using AD because of Microsoft's requirements to installation of CRM.

Team Foundation Server Error - TFS206018 -add solution to source control

Hi I have problem add solution to TFS 2010. First I describe to you scenario.
I installed TFS 2010 on Server 2008 - machine : Zeus.
Then I created Team Project collection with TFS Admin console.
Name of Team Project collection is Pokec.sk.
I am trying add VS solution from another machine : Ares.
On machine Ares I have VS 2010.
First I configure connection to TFS 2010. On connection from VS to TFS I used credential from machine Zeus.
I used this credentials: zeus\administrator. Because I cant use credential from machine Ares.
When I tried add solution to source control I got this error:
http://www.freeimagehosting.net/cnik5
I think that I am trying add solution to TFS under credentials ares\tom and this is not allowed.
I tried edit Group Membership with TFS Admin console. But I dont know how can I add credentials from another location.
I think it is security problem of TFS. Because Ares\tom is not in Group Membership of Pokec.sk.
Machine: Zeus User: Zeus\Administrator SW: TFS 2010
Machine: Ares User:Ares\tom SW: VS 2010
how can I solve this?
You can only add users to TFS that are either users on the current workstation, or users in a domain that you are joined to (or that is in a trust relationship with the domain you are joined to.) You can't simply add users on ARES, instead you have to add a user on ZEUS and then you can authenticate as that user from ARES.
You need to create a new user on ZEUS (for example, ZEUS\tom), and then grant that user access to TFS. From ARES, you will then connect to ZEUS as ZEUS\tom, and you will be prompted for a password each time you connect.
If your goal is to avoid typing a password each time you connect, then you have two choices:
You can configure these credentials in Control Panel -> Credential Manager so that any time you connect to ZEUS, it will provide the credentials for ZEUS\tom.
You can take advantage of Windows "shadow accounts". Simply use the same username and password for the user on ZEUS as exists for a user on ARES. Then the credentials presented by ARES will match the corresponding user on ZEUS and you will be logged in automatically.

What is Service Account in TFS 2010?

I am very new in TFS 2010. I have setup my PC as server. I need to connect the client machine with this server. I have added a Service Account in TFS console. The client machine are connected with this account.
Now, my question is that, is the Service Account is intended to connect the client with server?
Can anyone explain me the purpose of this account?
Also I need to know, how to find(or setup) the TFS admin?
Are you referring to the "TFSSERVICE" service account from the installation guide? That account is used to run various services related to TFS, for example the TFS Task Scheduler. It should have the minimum privileges possible on the machine.
The client should not connect to the server with a service account, they should be using their own account which you grant access to the relevant repositories in TFS. If you connect all clients with the service account, how will you know who checked in each changeset?
You might find the installation guide of use which can be found here. See section entitled "Accounts Required for Installation of Team Foundation Components".
If you are using a domain, you should be able to follow the instructions in this article for how permissions work in TFS. You can allocate permissions to resources from the Team Explorer pane within Visual Studio.
If you're using TFS in a workgroup then it's a little different as you need to set up local accounts for your users. See this article.

How to add a user to a group in SQL Server Management Studio?

I want to add the 'NT AUTHORITY\NETWORK SERVICE'user to the group PrivUserGroup. I can see both of them in the logons folder in SQL Server Management Studio. But i can't find how to add this user to the group.
(I need this to enable the a dynamics crm user to run reports in crm 2011)
The NETWORK SERVICE account is actually a Computer Account in Active Directory, named after the server. Search for the name of the server instead of a user account.
You'll probably need to restart the web server as well.

Resources