Difference between revisions of "RDP Documentation"

From edegan.com
Jump to navigation Jump to search
imported>Kranthi
imported>Kranthi
Line 25: Line 25:
 
*To set up the domain controller we need to add a new role to the server- 'AD DS role' Go to Server Dashboard-> Add roles and features. A window will pop up asking to add roles and features. In the installation type tab select role based installation. Select the server in the next tab. In the next tab there will be a list of roles that one can add. For this installation we need Active Directory Domain Services(AD DS). After selecting AD DS it will pop-up to add other AD DS related tools. Click on Add Features. In the features we do not need additional features than those that are selected default. Click Next->next->Install. (machine may restart)
 
*To set up the domain controller we need to add a new role to the server- 'AD DS role' Go to Server Dashboard-> Add roles and features. A window will pop up asking to add roles and features. In the installation type tab select role based installation. Select the server in the next tab. In the next tab there will be a list of roles that one can add. For this installation we need Active Directory Domain Services(AD DS). After selecting AD DS it will pop-up to add other AD DS related tools. Click on Add Features. In the features we do not need additional features than those that are selected default. Click Next->next->Install. (machine may restart)
 
*Once the installation of AD DS role is done, there will be a notification on the server dashboard to promote this machine to a domain controller. Click on that option. A window will pop to set up the Domain controller. In the deployment configuration tab select create a new forest as this a completely new domain. Give it a name, in our case it is 'ad.mcnaircenter.org' . In the next tab set up a password for the DSRM. I gave the same password as the machine. there will a DNS warning click on next. It will suggest a NETBIOS name AD0 in our case click next . If all the prerequisites are checked click on Install.
 
*Once the installation of AD DS role is done, there will be a notification on the server dashboard to promote this machine to a domain controller. Click on that option. A window will pop to set up the Domain controller. In the deployment configuration tab select create a new forest as this a completely new domain. Give it a name, in our case it is 'ad.mcnaircenter.org' . In the next tab set up a password for the DSRM. I gave the same password as the machine. there will a DNS warning click on next. It will suggest a NETBIOS name AD0 in our case click next . If all the prerequisites are checked click on Install.
 +
 +
'''Setting up Remote desktop Services'''
 +
*Once the domain controller is set, we are good to set up RDS. Go to Server dashboard->Add roles and features. In the installation type tab select Remote Desktop services installation. In the deployment type select Quick start. This option is selected because we are setting it up only on one server. This will install all the required roles and features necessary for the RDS. restart the machine now and we are good to go.

Revision as of 19:51, 7 March 2016

make documentation for and do the tasks below:

  • set domain to ad.mcnaircenter.org
  • set computer name to "Father"
  • add user accounts for Ed and all Comp Sci
  • check storage pool configuration
  • create share for bulk
  • test/configure RDP access

things to do later:

  • create backup policy


Setting up Disk mirroring(RAID 1).

  • First set up a new storage pool for all the available physical disk. This gives a logical view of all the physical disks as one single storage.

To do that go Server Manager->File and Storage Services->Volumes->Storage Pools. On the top right click on Tasks->create new storage pool. Select all the available storage to create a new storage volume.

  • Now we have to create a virtual disk on top of this storage pool. We are going to create a virtual disk with mirroring option which is essentially Raid 1. Go to Server Manager->File and Storage Services->Volumes->Storage Pools and select 'create a new virtual disk' option on the bottom left box. A set up window will pop up to create a virtual disk, name the virtual disk and select the option 'mirroring' in the Storage layout tab. Select 'fixed Size' option in the provisioning tab and then in the next tab select maximum size. click on create button. A new virtual disk will be created with the mirroring option. the size of the disk is half of the original physical storage because of the mirroring option that we selected.
  • After this a new Volume Wizard will pop up. This will create a volume and assign a drive letter. Select a letter for the drive, allocate tall the available space and click on create button. This will create a volume with the assigned letter.


Setting up Domain controller

  • To set up the domain controller we need to add a new role to the server- 'AD DS role' Go to Server Dashboard-> Add roles and features. A window will pop up asking to add roles and features. In the installation type tab select role based installation. Select the server in the next tab. In the next tab there will be a list of roles that one can add. For this installation we need Active Directory Domain Services(AD DS). After selecting AD DS it will pop-up to add other AD DS related tools. Click on Add Features. In the features we do not need additional features than those that are selected default. Click Next->next->Install. (machine may restart)
  • Once the installation of AD DS role is done, there will be a notification on the server dashboard to promote this machine to a domain controller. Click on that option. A window will pop to set up the Domain controller. In the deployment configuration tab select create a new forest as this a completely new domain. Give it a name, in our case it is 'ad.mcnaircenter.org' . In the next tab set up a password for the DSRM. I gave the same password as the machine. there will a DNS warning click on next. It will suggest a NETBIOS name AD0 in our case click next . If all the prerequisites are checked click on Install.

Setting up Remote desktop Services

  • Once the domain controller is set, we are good to set up RDS. Go to Server dashboard->Add roles and features. In the installation type tab select Remote Desktop services installation. In the deployment type select Quick start. This option is selected because we are setting it up only on one server. This will install all the required roles and features necessary for the RDS. restart the machine now and we are good to go.