SlideShare a Scribd company logo
1 of 20
Download to read offline
1 | P a g e R a t a n M o h a p a t r a
Server-410 taught by Jawad Safari
Assignment-1
Aug 30 2015
Submitted by Ratan Mohapatra
Scope of the Assignment: GPO
Platform: Windows server 2012 R2 Data Center, Windows 8.1 Enterprise created as Child
VMs on parent installations
2 | P a g e R a t a n M o h a p a t r a
3 | P a g e R a t a n M o h a p a t r a
Step-1: install Active Directory on Server
1. Note the name of AD DS: Get-WindowsFeatures
2. Install AD Domain service: Install-WindowsFeature AD-Domain-Service
I embedded the above command to my script. You can combine the steps 1 and 2 to Get-
WindowsFeature AD-Domain-Services | Install-WindowsFeature
Done:
Checked on the GUI:
3. Pre-requisite Check- a new feature of AD DS 2012 domain configuration. It will alert with suggested
repair options, inform abut new security changes that will be implemented on the server. This is a part of
the DC installation. Test-ADDSForestInstallation
I used ratan.edu as the domain and a password Pa$$w0rd
4 | P a g e R a t a n M o h a p a t r a
Active Directory Installation:
1. Add Role
2. Promote As Domain Controller (dcpromo, although the old program is now deprecated). It is
shown by the flag on the server manager for GUI based DC promotion
3. Create an AD DS Forest Root Domain
I liked this compilation on the Technet.Microsoft.com. Start with the Select Server from the top-left. I
did the installation both by GUI and then by power shell by reverting the VM.
Go to step 2
5 | P a g e R a t a n M o h a p a t r a
Installing & Configuring AD-DS using Power Shell
BG Research:
You can get all the options available in the Server manager by exporting the aliases and cmdlets:
Get-Command –module ServerManager | ft –wrap –autosize (auto also works)
Roles are added by the Install-WindowsFeature cmdlet, where the role -name is the argument, e.g.,
AD-Domain-Services, to the cmdlet. You can add additional arguments such as –
IncludeManagementTools to install the management tools
Install-WindowsFeature -name AD-Domain-Services -IncludeManagementTools
You can see the available roles/features of a particular type by wild card search
Get-windowsFeatures –computerName abc | where displayName –like “*active dir*” | ft –wrap –
autosize
My Installation script:
Install-WindowsFeature AD-Domain-Services -IncludeAllSubFeature -IncludeManagementTools |
Select-Object -ExpandProperty featureResult | ft displayName,Success,restartNeeded -AutoSize
6 | P a g e R a t a n M o h a p a t r a
Using My PowerShell Script to Install A D Domain Services and configure it
Installing AD DS Role:
Install-WindowsFeature AD-Domain-Services -IncludeAllSubFeature -IncludeManagementTools | `
Select-Object -ExpandProperty featureResult | ft displayName,Success,restartNeeded –AutoSize
7 | P a g e R a t a n M o h a p a t r a
Configure AD DS to create a Forest and Domain (ratan.edu, NBios: ratan)
8 | P a g e R a t a n M o h a p a t r a
After Restart:
summary: DNS ZOnes:
9 | P a g e R a t a n M o h a p a t r a
Configure DNS Reverse: create new
10 | P a g e R a t a n M o h a p a t r a
Add the Windows 8 computer to the domain
Check Connectivity:
Auto Restart computer
11 | P a g e R a t a n M o h a p a t r a
Created 2 users on DC1
12 | P a g e R a t a n M o h a p a t r a
Create a New GP Object using GPMC:
1. Control panel blocked on clients (User ConfAdmin TemplatesControlPanel
User gets error when tries to access Control Panel:
13 | P a g e R a t a n M o h a p a t r a
2. Map Shared Folders on network: User Configuration  Preferences  Windows Settings  Drive Map
14 | P a g e R a t a n M o h a p a t r a
Shared folders show on user accounts:
3. Blocl Production Department to access removable storage media
15 | P a g e R a t a n M o h a p a t r a
16 | P a g e R a t a n M o h a p a t r a
4. Link Layer Topology (Computer ConfPlociesAdministrative TemplatesNetwork).
17 | P a g e R a t a n M o h a p a t r a
5. Locout Policy:
18 | P a g e R a t a n M o h a p a t r a
19 | P a g e R a t a n M o h a p a t r a
6. GPO to restrict users from uninstalling programs:
20 | P a g e R a t a n M o h a p a t r a
Screenshot of an admin account:

More Related Content

Viewers also liked

Viewers also liked (9)

E-mail marketing - porady i sekrety
E-mail marketing - porady i sekrety E-mail marketing - porady i sekrety
E-mail marketing - porady i sekrety
 
6 포인터와배열
6 포인터와배열6 포인터와배열
6 포인터와배열
 
Slides: Civilution Congress 2014 - Cross Continent Collaboration Possibilitie...
Slides: Civilution Congress 2014 - Cross Continent Collaboration Possibilitie...Slides: Civilution Congress 2014 - Cross Continent Collaboration Possibilitie...
Slides: Civilution Congress 2014 - Cross Continent Collaboration Possibilitie...
 
14 원형연결리스트
14 원형연결리스트14 원형연결리스트
14 원형연결리스트
 
21 스킵리스트 노드의 삽입
21 스킵리스트 노드의 삽입21 스킵리스트 노드의 삽입
21 스킵리스트 노드의 삽입
 
Venetia
Venetia Venetia
Venetia
 
Fresado de suérficies
Fresado de suérficiesFresado de suérficies
Fresado de suérficies
 
Appreciating poetry study guide
Appreciating poetry study guideAppreciating poetry study guide
Appreciating poetry study guide
 
Pitch deck zespołu Survicate
Pitch deck zespołu SurvicatePitch deck zespołu Survicate
Pitch deck zespołu Survicate
 

Similar to Server-410_RatanMohapatra

Merged document
Merged documentMerged document
Merged documentsreeja_16
 
Automating Desktop Management with Windows Powershell V2.0 and Group Policy M...
Automating Desktop Management with Windows Powershell V2.0 and Group Policy M...Automating Desktop Management with Windows Powershell V2.0 and Group Policy M...
Automating Desktop Management with Windows Powershell V2.0 and Group Policy M...Microsoft TechNet
 
IBM Datapower Gateways - Devops with UrbanCode Deploy
IBM Datapower Gateways - Devops with UrbanCode DeployIBM Datapower Gateways - Devops with UrbanCode Deploy
IBM Datapower Gateways - Devops with UrbanCode DeployJared Putman
 
Windows server 2012 and group policy
Windows server 2012 and group policyWindows server 2012 and group policy
Windows server 2012 and group policyRavi Kumar Lanke
 
Handson1 6 federp
Handson1 6 federpHandson1 6 federp
Handson1 6 federpfederpmatc
 
Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...Umesh Pandit
 
DCEU 18: Developing with Docker Containers
DCEU 18: Developing with Docker ContainersDCEU 18: Developing with Docker Containers
DCEU 18: Developing with Docker ContainersDocker, Inc.
 
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...Sharon James
 
Ghana Technology University College IT213 Systems Administr.pdf
Ghana Technology University College IT213 Systems Administr.pdfGhana Technology University College IT213 Systems Administr.pdf
Ghana Technology University College IT213 Systems Administr.pdfablazeaepl
 
Prometheus and Docker (Docker Galway, November 2015)
Prometheus and Docker (Docker Galway, November 2015)Prometheus and Docker (Docker Galway, November 2015)
Prometheus and Docker (Docker Galway, November 2015)Brian Brazil
 
mago3D workshop(English) in Thailand , 2018.07
mago3D workshop(English) in Thailand , 2018.07mago3D workshop(English) in Thailand , 2018.07
mago3D workshop(English) in Thailand , 2018.07Gaia3D,Inc.
 
Android 5.0 Lollipop platform change investigation report
Android 5.0 Lollipop platform change investigation reportAndroid 5.0 Lollipop platform change investigation report
Android 5.0 Lollipop platform change investigation reporthidenorly
 
mago3D Technical Workshop Material(New Version)
mago3D Technical Workshop Material(New Version)mago3D Technical Workshop Material(New Version)
mago3D Technical Workshop Material(New Version)SANGHEE SHIN
 
Cloud Composer workshop at Airflow Summit 2023.pdf
Cloud Composer workshop at Airflow Summit 2023.pdfCloud Composer workshop at Airflow Summit 2023.pdf
Cloud Composer workshop at Airflow Summit 2023.pdfLeah Cole
 
Monitoring CloudStack and components
Monitoring CloudStack and componentsMonitoring CloudStack and components
Monitoring CloudStack and componentsShapeBlue
 
Monitoring using Prometheus and Grafana
Monitoring using Prometheus and GrafanaMonitoring using Prometheus and Grafana
Monitoring using Prometheus and GrafanaArvind Kumar G.S
 
GE Predix 新手入门 赵锴 物联网_IoT
GE Predix 新手入门 赵锴 物联网_IoTGE Predix 新手入门 赵锴 物联网_IoT
GE Predix 新手入门 赵锴 物联网_IoTKai Zhao
 
AppDynamics Administration - AppSphere16
AppDynamics Administration - AppSphere16AppDynamics Administration - AppSphere16
AppDynamics Administration - AppSphere16AppDynamics
 
Sprint 131
Sprint 131Sprint 131
Sprint 131ManageIQ
 

Similar to Server-410_RatanMohapatra (20)

Merged document
Merged documentMerged document
Merged document
 
Automating Desktop Management with Windows Powershell V2.0 and Group Policy M...
Automating Desktop Management with Windows Powershell V2.0 and Group Policy M...Automating Desktop Management with Windows Powershell V2.0 and Group Policy M...
Automating Desktop Management with Windows Powershell V2.0 and Group Policy M...
 
IBM Datapower Gateways - Devops with UrbanCode Deploy
IBM Datapower Gateways - Devops with UrbanCode DeployIBM Datapower Gateways - Devops with UrbanCode Deploy
IBM Datapower Gateways - Devops with UrbanCode Deploy
 
Windows server 2012 and group policy
Windows server 2012 and group policyWindows server 2012 and group policy
Windows server 2012 and group policy
 
Handson1 6 federp
Handson1 6 federpHandson1 6 federp
Handson1 6 federp
 
Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...
 
DCEU 18: Developing with Docker Containers
DCEU 18: Developing with Docker ContainersDCEU 18: Developing with Docker Containers
DCEU 18: Developing with Docker Containers
 
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
 
Ghana Technology University College IT213 Systems Administr.pdf
Ghana Technology University College IT213 Systems Administr.pdfGhana Technology University College IT213 Systems Administr.pdf
Ghana Technology University College IT213 Systems Administr.pdf
 
Prometheus and Docker (Docker Galway, November 2015)
Prometheus and Docker (Docker Galway, November 2015)Prometheus and Docker (Docker Galway, November 2015)
Prometheus and Docker (Docker Galway, November 2015)
 
mago3D workshop(English) in Thailand , 2018.07
mago3D workshop(English) in Thailand , 2018.07mago3D workshop(English) in Thailand , 2018.07
mago3D workshop(English) in Thailand , 2018.07
 
Android 5.0 Lollipop platform change investigation report
Android 5.0 Lollipop platform change investigation reportAndroid 5.0 Lollipop platform change investigation report
Android 5.0 Lollipop platform change investigation report
 
mago3D Technical Workshop Material(New Version)
mago3D Technical Workshop Material(New Version)mago3D Technical Workshop Material(New Version)
mago3D Technical Workshop Material(New Version)
 
Cloud Composer workshop at Airflow Summit 2023.pdf
Cloud Composer workshop at Airflow Summit 2023.pdfCloud Composer workshop at Airflow Summit 2023.pdf
Cloud Composer workshop at Airflow Summit 2023.pdf
 
Monitoring CloudStack and components
Monitoring CloudStack and componentsMonitoring CloudStack and components
Monitoring CloudStack and components
 
Monitoring using Prometheus and Grafana
Monitoring using Prometheus and GrafanaMonitoring using Prometheus and Grafana
Monitoring using Prometheus and Grafana
 
module B.docx
module B.docxmodule B.docx
module B.docx
 
GE Predix 新手入门 赵锴 物联网_IoT
GE Predix 新手入门 赵锴 物联网_IoTGE Predix 新手入门 赵锴 物联网_IoT
GE Predix 新手入门 赵锴 物联网_IoT
 
AppDynamics Administration - AppSphere16
AppDynamics Administration - AppSphere16AppDynamics Administration - AppSphere16
AppDynamics Administration - AppSphere16
 
Sprint 131
Sprint 131Sprint 131
Sprint 131
 

More from Ratan Mohapatra

WDS-Project-RatanMohapatra
WDS-Project-RatanMohapatraWDS-Project-RatanMohapatra
WDS-Project-RatanMohapatraRatan Mohapatra
 
HelpDeskPresentation-RatanM
HelpDeskPresentation-RatanMHelpDeskPresentation-RatanM
HelpDeskPresentation-RatanMRatan Mohapatra
 
WDS-Project-RatanMohapatra
WDS-Project-RatanMohapatraWDS-Project-RatanMohapatra
WDS-Project-RatanMohapatraRatan Mohapatra
 
Router and NAT Server 2012 R2
Router and NAT Server 2012 R2Router and NAT Server 2012 R2
Router and NAT Server 2012 R2Ratan Mohapatra
 
Local Business Networking Event
Local Business Networking EventLocal Business Networking Event
Local Business Networking EventRatan Mohapatra
 
Community Fireworks Show
Community Fireworks ShowCommunity Fireworks Show
Community Fireworks ShowRatan Mohapatra
 
Favorites from Vimy Memorial Bridge
Favorites from Vimy Memorial BridgeFavorites from Vimy Memorial Bridge
Favorites from Vimy Memorial BridgeRatan Mohapatra
 
Final-410-RatanMohapatra
Final-410-RatanMohapatraFinal-410-RatanMohapatra
Final-410-RatanMohapatraRatan Mohapatra
 
LinuxFinExam_RatanMohapatra
LinuxFinExam_RatanMohapatraLinuxFinExam_RatanMohapatra
LinuxFinExam_RatanMohapatraRatan Mohapatra
 
FinalExamWindows7_RatanMohapatra
FinalExamWindows7_RatanMohapatraFinalExamWindows7_RatanMohapatra
FinalExamWindows7_RatanMohapatraRatan Mohapatra
 
RatanM-AssignmentBMC-June10
RatanM-AssignmentBMC-June10RatanM-AssignmentBMC-June10
RatanM-AssignmentBMC-June10Ratan Mohapatra
 
Ratan Mohapatra- Computer Systems Administrator, Computer Systems Analyst
Ratan Mohapatra- Computer Systems Administrator, Computer Systems AnalystRatan Mohapatra- Computer Systems Administrator, Computer Systems Analyst
Ratan Mohapatra- Computer Systems Administrator, Computer Systems AnalystRatan Mohapatra
 
Ratan-Mohapatra-Portfolio
Ratan-Mohapatra-PortfolioRatan-Mohapatra-Portfolio
Ratan-Mohapatra-PortfolioRatan Mohapatra
 

More from Ratan Mohapatra (20)

Ratan_Exchange
Ratan_ExchangeRatan_Exchange
Ratan_Exchange
 
RMohapatra_publications
RMohapatra_publicationsRMohapatra_publications
RMohapatra_publications
 
WDS-Project-RatanMohapatra
WDS-Project-RatanMohapatraWDS-Project-RatanMohapatra
WDS-Project-RatanMohapatra
 
RatanM-hyper-v
RatanM-hyper-vRatanM-hyper-v
RatanM-hyper-v
 
HelpDeskPresentation-RatanM
HelpDeskPresentation-RatanMHelpDeskPresentation-RatanM
HelpDeskPresentation-RatanM
 
FileServicesRatan
FileServicesRatanFileServicesRatan
FileServicesRatan
 
WDS-Project-RatanMohapatra
WDS-Project-RatanMohapatraWDS-Project-RatanMohapatra
WDS-Project-RatanMohapatra
 
Router and NAT Server 2012 R2
Router and NAT Server 2012 R2Router and NAT Server 2012 R2
Router and NAT Server 2012 R2
 
Local Business Networking Event
Local Business Networking EventLocal Business Networking Event
Local Business Networking Event
 
Community Fireworks Show
Community Fireworks ShowCommunity Fireworks Show
Community Fireworks Show
 
Favorites from Vimy Memorial Bridge
Favorites from Vimy Memorial BridgeFavorites from Vimy Memorial Bridge
Favorites from Vimy Memorial Bridge
 
Final-410-RatanMohapatra
Final-410-RatanMohapatraFinal-410-RatanMohapatra
Final-410-RatanMohapatra
 
NativeBoot-RatanM
NativeBoot-RatanMNativeBoot-RatanM
NativeBoot-RatanM
 
LinuxFinExam_RatanMohapatra
LinuxFinExam_RatanMohapatraLinuxFinExam_RatanMohapatra
LinuxFinExam_RatanMohapatra
 
groupProject-1
groupProject-1groupProject-1
groupProject-1
 
FinalExamWindows7_RatanMohapatra
FinalExamWindows7_RatanMohapatraFinalExamWindows7_RatanMohapatra
FinalExamWindows7_RatanMohapatra
 
RatanM-AssignmentBMC-June10
RatanM-AssignmentBMC-June10RatanM-AssignmentBMC-June10
RatanM-AssignmentBMC-June10
 
groupProject-1-Win8
groupProject-1-Win8groupProject-1-Win8
groupProject-1-Win8
 
Ratan Mohapatra- Computer Systems Administrator, Computer Systems Analyst
Ratan Mohapatra- Computer Systems Administrator, Computer Systems AnalystRatan Mohapatra- Computer Systems Administrator, Computer Systems Analyst
Ratan Mohapatra- Computer Systems Administrator, Computer Systems Analyst
 
Ratan-Mohapatra-Portfolio
Ratan-Mohapatra-PortfolioRatan-Mohapatra-Portfolio
Ratan-Mohapatra-Portfolio
 

Server-410_RatanMohapatra

  • 1. 1 | P a g e R a t a n M o h a p a t r a Server-410 taught by Jawad Safari Assignment-1 Aug 30 2015 Submitted by Ratan Mohapatra Scope of the Assignment: GPO Platform: Windows server 2012 R2 Data Center, Windows 8.1 Enterprise created as Child VMs on parent installations
  • 2. 2 | P a g e R a t a n M o h a p a t r a
  • 3. 3 | P a g e R a t a n M o h a p a t r a Step-1: install Active Directory on Server 1. Note the name of AD DS: Get-WindowsFeatures 2. Install AD Domain service: Install-WindowsFeature AD-Domain-Service I embedded the above command to my script. You can combine the steps 1 and 2 to Get- WindowsFeature AD-Domain-Services | Install-WindowsFeature Done: Checked on the GUI: 3. Pre-requisite Check- a new feature of AD DS 2012 domain configuration. It will alert with suggested repair options, inform abut new security changes that will be implemented on the server. This is a part of the DC installation. Test-ADDSForestInstallation I used ratan.edu as the domain and a password Pa$$w0rd
  • 4. 4 | P a g e R a t a n M o h a p a t r a Active Directory Installation: 1. Add Role 2. Promote As Domain Controller (dcpromo, although the old program is now deprecated). It is shown by the flag on the server manager for GUI based DC promotion 3. Create an AD DS Forest Root Domain I liked this compilation on the Technet.Microsoft.com. Start with the Select Server from the top-left. I did the installation both by GUI and then by power shell by reverting the VM. Go to step 2
  • 5. 5 | P a g e R a t a n M o h a p a t r a Installing & Configuring AD-DS using Power Shell BG Research: You can get all the options available in the Server manager by exporting the aliases and cmdlets: Get-Command –module ServerManager | ft –wrap –autosize (auto also works) Roles are added by the Install-WindowsFeature cmdlet, where the role -name is the argument, e.g., AD-Domain-Services, to the cmdlet. You can add additional arguments such as – IncludeManagementTools to install the management tools Install-WindowsFeature -name AD-Domain-Services -IncludeManagementTools You can see the available roles/features of a particular type by wild card search Get-windowsFeatures –computerName abc | where displayName –like “*active dir*” | ft –wrap – autosize My Installation script: Install-WindowsFeature AD-Domain-Services -IncludeAllSubFeature -IncludeManagementTools | Select-Object -ExpandProperty featureResult | ft displayName,Success,restartNeeded -AutoSize
  • 6. 6 | P a g e R a t a n M o h a p a t r a Using My PowerShell Script to Install A D Domain Services and configure it Installing AD DS Role: Install-WindowsFeature AD-Domain-Services -IncludeAllSubFeature -IncludeManagementTools | ` Select-Object -ExpandProperty featureResult | ft displayName,Success,restartNeeded –AutoSize
  • 7. 7 | P a g e R a t a n M o h a p a t r a Configure AD DS to create a Forest and Domain (ratan.edu, NBios: ratan)
  • 8. 8 | P a g e R a t a n M o h a p a t r a After Restart: summary: DNS ZOnes:
  • 9. 9 | P a g e R a t a n M o h a p a t r a Configure DNS Reverse: create new
  • 10. 10 | P a g e R a t a n M o h a p a t r a Add the Windows 8 computer to the domain Check Connectivity: Auto Restart computer
  • 11. 11 | P a g e R a t a n M o h a p a t r a Created 2 users on DC1
  • 12. 12 | P a g e R a t a n M o h a p a t r a Create a New GP Object using GPMC: 1. Control panel blocked on clients (User ConfAdmin TemplatesControlPanel User gets error when tries to access Control Panel:
  • 13. 13 | P a g e R a t a n M o h a p a t r a 2. Map Shared Folders on network: User Configuration Preferences Windows Settings Drive Map
  • 14. 14 | P a g e R a t a n M o h a p a t r a Shared folders show on user accounts: 3. Blocl Production Department to access removable storage media
  • 15. 15 | P a g e R a t a n M o h a p a t r a
  • 16. 16 | P a g e R a t a n M o h a p a t r a 4. Link Layer Topology (Computer ConfPlociesAdministrative TemplatesNetwork).
  • 17. 17 | P a g e R a t a n M o h a p a t r a 5. Locout Policy:
  • 18. 18 | P a g e R a t a n M o h a p a t r a
  • 19. 19 | P a g e R a t a n M o h a p a t r a 6. GPO to restrict users from uninstalling programs:
  • 20. 20 | P a g e R a t a n M o h a p a t r a Screenshot of an admin account: