SlideShare une entreprise Scribd logo
1  sur  21
Active Directory Windows Server 2008 R2 Updates Amit Gatenyo Infrastructure & Security Manager, Dario Microsoft Regional Director – Windows Server & Security 054-2492499 Amit.g@dario.co.il
Session Objectives And Takeaways Describe Active Directory features in Windows Server 2008 R2 Discuss the importance of these features to our customers Demonstrate how some of these features will benefit our customers
Agenda	 What’s new in Active Directory for Windows Server 2008 R2? PowerShell Cmdlets Active Directory Administrative center Best Practice Analyzer Recycle Bin for AD Managed Service accounts Offline Domain Join Authentication Assurance Health Model and Management Packs Active Directory Tour demonstration Conclusion
Powershell for ADCommand line scripting for administrative, configuration and diagnostic tasks Past limitations 30+ command line tools for administering AD are not consistent in their usage Difficult to compose these tools to achieve complex tasks Feature takeaway 85+ AD cmdlets for comprehensive AD DS and AD LDS administration and configuration Communicates using Web Service protocols Can be used to manage Windows Server 2008 and 2003 domain controllers, using future AD Web Service download
Powershell Advantages Consistent vocabulary and syntax Predictable discovery Flexible output formatting Cmdlets can be easily composed (pipe) to build complex operations End-to-End manageability with Exchange, Group Policy, etc
PowerShell Provider Model Provides sessions, server context, security context and path context Enables best practices sharing across connections Combination of cmdlets & provider means familiar model for users Perform operations in AD that are similar to the file system or registry, such as rename, move, etc
Get-Command -CommandTypeCmdlet *-AD* Add-ADComputerServiceAccount Add-ADDomainControllerPasswordReplicationPolicy Add-ADFineGrainedPasswordPolicySubject Add-ADGroupMember Add-ADPrincipalGroupMembership Clear-ADAccountExpiration Disable-ADAccount Disable-ADOptionalFeature Enable-ADAccount Enable-ADOptionalFeature Get-ADAccountAuthorizationGroup Get-ADAccountResultantPasswordReplicationPolicy Get-ADComputer Get-ADComputerServiceAccount Get-ADDefaultDomainPasswordPolicy Get-ADDomain Get-ADDomainController Get-ADDomainControllerPasswordReplicationPolicy Get-ADDomainControllerPasswordReplicationPolicyUsage Get-ADFineGrainedPasswordPolicy Get-ADFineGrainedPasswordPolicySubject Get-ADForest Get-ADGroup Get-ADGroupMember Get-ADObject Get-ADOptionalFeature Get-ADOrganizationalUnit Get-ADPrincipalGroupMembership Get-ADRootDSE Get-ADServiceAccount Get-ADUser Get-ADUserResultantPasswordPolicy Install-ADServiceAccount Move-ADDirectoryServer Move-ADDirectoryServerOperationMasterRole Move-ADObject New-ADComputer New-ADFineGrainedPasswordPolicy New-ADGroup New-ADObject New-ADOrganizationalUnit New-ADServiceAccount New-ADUser Remove-ADComputer Remove-ADComputerServiceAccount Remove-ADDomainControllerPasswordReplicationPolicy Remove-ADFineGrainedPasswordPolicy Remove-ADFineGrainedPasswordPolicySubject Remove-ADGroup Remove-ADGroupMember Remove-ADObject Remove-ADOrganizationalUnit Remove-ADPrincipalGroupMembership Remove-ADServiceAccount Remove-ADUser Rename-ADObject Reset-ADServiceAccountPassword Restore-ADObject Search-ADAccount Set-ADAccountControl Set-ADAccountExpiration Set-ADAccountPassword Set-ADComputer Set-ADDefaultDomainPasswordPolicy Set-ADDomain Set-ADDomainMode Set-ADFineGrainedPasswordPolicy Set-ADForest Set-ADForestMode Set-ADGroup Set-ADObject Set-ADOrganizationalUnit Set-ADServiceAccount Set-ADUser Uninstall-ADServiceAccount Unlock-ADAccount
Administrative Center for ADIncrease the productivity of IT Pros by providing a scalable, task-oriented UX for managing Active Directory Past limitations Non task-oriented UI causes customer pain Example: resetting user passwords Representation in MMC not scalable for large datasets Feature takeaway Tasks executed through PowerShell Cmdlets Task oriented administration model, with support for larger datasets Consistency between CLI and UI management capabilities Navigation experience designed to support multi-domain, multi-forest environments
Progressive disclosure Task oriented Powershell based instrumentation Multi-Domains/Multi-Forests
Best Practice Analyzer Identify deviations from best practices to help our customers better manage their Active Directory deployments Past limitations No easy and automated validation of AD configuration against best practices Feature takeaway Analyzes AD settings that cause most unexpected behavior in customer environments Leverages PowerShellcmdlets to gather run-time data Makes recommendations in the context of the deployment Available through Server Manager BPA runtime tool
Best Practice Analyzer first set of scenarios Version 1.0 of the BPA focuses mostly on common DNS issues Checking SRV records for DC are registered with its DNS Server A/AAAA records of a DC are registered with its DNS Server DC has a valid host name Schema Naming Master and Domain Naming Master FSMO are recommended to be on same machine RID and PDC recommended to be on same machine Each domain is recommended to have at least two DCs
Windows Server 2008 Windows Server 2008 R2             Additions GUI GUI CLIENT ADUC/ADSS/ADDT ADMUX BPA CLI WSH MMC CLI ADSI AD PS MUX .NET .NET LDAP DS RPC-Based Protocols WCF WPF … … DSR SAM .NET WCF SERVER AD Web Service .NET S.DS.P/S.DS.AM/S.DS.AD DS RPC-Based Protocols LDAP … … DSR SAM AD Core AD Core
Recycle Bin for ADCustomer can undo an accidental deletion in Active Directory Past limitations Accidental object deletion causes business downtime – deleted users cannot logon or access corporate resources Accidental deletions are the number #1 cause of AD Disasterecovery scenarios Feature takeaway Recycle bin for AD DS and AD LDS objects Feature enabled with a new forest functional level Requires all DCs in the forest to be Windows Server 2008 R2 DCs For AD LDS, all replicas must be running in a new ‘application mode’
Recycle Bin for AD Object Life-cycle 180 Days Tombstone Object Garbage collection Live Object Windows Server 2008 Returns Tombstones LDAP OID 1.2.840.113556.1.4.417 Windows Server 2008 R2 with Recycle Bin enabled (If not enabled, behavior is similar to Windows Server 2008) LDAP OID 1.2.840.113556.1.4.2064  Returns Deleted Returns Deleted and Recycled Garbage collection Live Object Deleted Object Recycled Object 180 Days 180 Days
Managed Service AccountsSimple management of service accounts Past limitations Management of individual accounts for services is cumbersome Periodic maintenance often causes outages  Example: resetting service account password Feature takeaway A manageable solution that addresses isolation needs for services  Better SPN management in Win7 Domain Functional Mode  Lower TCO from reduced service outages (for manual password resets and related issues) One Managed Service Account per Service per box No human intervention for password management!
Offline Domain JoinEnable easier provisioning of machines in the data center Past limitations Reboot needed after domain join Inability to prepare the machine to be domain joined while offline Feature takeaway Ability to pre-provision machine accounts in the domain to prepare OS images for mass deployment Machines are domain joined on initial boot Reduces steps and time needed to deploy in the data center
Authentication AssuranceApplications can control resource access based on authentication strength and method Past limitations Customers cannot use authentication type or authentication strength to protect corporate data Example:  control access to resources based on claims such as use of smartcard for logon or the certificate used 2048 bit encryption Feature takeaway Administrators can map various properties, including authentication type and authentication strength to an identity Based on information during authentication, these identities are added to Kerberos tickets for use by applications Feature is enabled with a new domain functional level All domain controllers in the domain need to be Window Server 2008 R2 DCs
Health ModelEnable IT administrators to better diagnose and resolve Active Directory issues Past limitations Diagnostic information is incomplete and inconsistent Feature takeaway Continued investment towards completing the health model A single authoritative source for information used in Management Packs, Best Practice Analyzer and online documentation
Management PackProvide proactive monitoring of availability and performance of Active Directory Past limitations Current management pack lacks support for Windows Server 2008 and MOM 2007 Feature takeaway Support for Windows Server 2008 domain controllers Multiple replication latency groups Ability to monitor multiple forests from a single management group Management pack for MOM 2007
The journey to Windows Server 2008 R2 Upgrading to Windows 7 client while keeping existing servers, you can use: Off-line domain join  Once AD Web-service is available for existing servers, if you upgrade to Windows 7 client, you can use:  AD Powershell and ADAC with all your servers Upgrading to Windows 7 client while installing one or more Windows Server 2008 R2 (one per domain), you can use: Managed service account If you change the domain functional level to Windows Server 2008 R2, you can use: Authentication Assurance  Managed service account with an enhanced  SPN management  experience If you change the Forest functional level to Windows Server 2008 R2, you can use: AD Recycle-bin
Thanks for listening! Amit Gatenyo Infrastructure & Security Manager, Dario Microsoft Regional Director – Windows Server & Security 054-2492499 Amit.g@dario.co.il

Contenu connexe

Tendances

Sql server dba certification
Sql server dba certificationSql server dba certification
Sql server dba certificationsssql
 
Microsoft SQL Server 2008 R2 - Enterprise for Mid Market Organizations Datasheet
Microsoft SQL Server 2008 R2 - Enterprise for Mid Market Organizations DatasheetMicrosoft SQL Server 2008 R2 - Enterprise for Mid Market Organizations Datasheet
Microsoft SQL Server 2008 R2 - Enterprise for Mid Market Organizations DatasheetMicrosoft Private Cloud
 
SQL Server 2008 Highlights
SQL Server 2008 HighlightsSQL Server 2008 Highlights
SQL Server 2008 HighlightsIntergen
 
Building and Deploying Large Scale SSRS using Lessons Learned from Customer D...
Building and Deploying Large Scale SSRS using Lessons Learned from Customer D...Building and Deploying Large Scale SSRS using Lessons Learned from Customer D...
Building and Deploying Large Scale SSRS using Lessons Learned from Customer D...Denny Lee
 
VMworld 2013: Performance Management of Business Critical Applications using ...
VMworld 2013: Performance Management of Business Critical Applications using ...VMworld 2013: Performance Management of Business Critical Applications using ...
VMworld 2013: Performance Management of Business Critical Applications using ...VMworld
 
Server 2008 r2 ppt
Server 2008 r2 pptServer 2008 r2 ppt
Server 2008 r2 pptRaj Solanki
 
SQL Server Reporting Services: IT Best Practices
SQL Server Reporting Services: IT Best PracticesSQL Server Reporting Services: IT Best Practices
SQL Server Reporting Services: IT Best PracticesDenny Lee
 
Slide 1 - St. Louis SharePoint Users Group
Slide 1 - St. Louis SharePoint Users GroupSlide 1 - St. Louis SharePoint Users Group
Slide 1 - St. Louis SharePoint Users Groupwebhostingguy
 
Windows Server2008 R2 Overview
Windows Server2008 R2 OverviewWindows Server2008 R2 Overview
Windows Server2008 R2 OverviewMicrosoft Iceland
 
SharePoint Security in an Insecure World - AUSPC 2012
SharePoint Security in an Insecure World - AUSPC 2012SharePoint Security in an Insecure World - AUSPC 2012
SharePoint Security in an Insecure World - AUSPC 2012Michael Noel
 
Architecture and tools
Architecture and toolsArchitecture and tools
Architecture and toolssanjay_jha
 
Security for SharePoint in an Insecure World - SharePoint Connections Amsterd...
Security for SharePoint in an Insecure World - SharePoint Connections Amsterd...Security for SharePoint in an Insecure World - SharePoint Connections Amsterd...
Security for SharePoint in an Insecure World - SharePoint Connections Amsterd...Michael Noel
 
Sql Server 2012 overview and licensing
Sql Server 2012 overview and licensingSql Server 2012 overview and licensing
Sql Server 2012 overview and licensingRay Cochrane
 
Sp2010 high availlability_sql
Sp2010 high availlability_sqlSp2010 high availlability_sql
Sp2010 high availlability_sqlSamuel Zürcher
 
Windows Server 2003 EOS : l'opportunité de repenser votre IT et mettre en pla...
Windows Server 2003 EOS : l'opportunité de repenser votre IT et mettre en pla...Windows Server 2003 EOS : l'opportunité de repenser votre IT et mettre en pla...
Windows Server 2003 EOS : l'opportunité de repenser votre IT et mettre en pla...Microsoft Décideurs IT
 
Introduction to Microsoft's Big Data Platform and Hadoop Primer
Introduction to Microsoft's Big Data Platform and Hadoop PrimerIntroduction to Microsoft's Big Data Platform and Hadoop Primer
Introduction to Microsoft's Big Data Platform and Hadoop PrimerDenny Lee
 

Tendances (18)

Sql server dba certification
Sql server dba certificationSql server dba certification
Sql server dba certification
 
Sql Server 2012
Sql Server 2012Sql Server 2012
Sql Server 2012
 
Microsoft SQL Server 2008 R2 - Enterprise for Mid Market Organizations Datasheet
Microsoft SQL Server 2008 R2 - Enterprise for Mid Market Organizations DatasheetMicrosoft SQL Server 2008 R2 - Enterprise for Mid Market Organizations Datasheet
Microsoft SQL Server 2008 R2 - Enterprise for Mid Market Organizations Datasheet
 
SQL Server 2008 Highlights
SQL Server 2008 HighlightsSQL Server 2008 Highlights
SQL Server 2008 Highlights
 
Building and Deploying Large Scale SSRS using Lessons Learned from Customer D...
Building and Deploying Large Scale SSRS using Lessons Learned from Customer D...Building and Deploying Large Scale SSRS using Lessons Learned from Customer D...
Building and Deploying Large Scale SSRS using Lessons Learned from Customer D...
 
VMworld 2013: Performance Management of Business Critical Applications using ...
VMworld 2013: Performance Management of Business Critical Applications using ...VMworld 2013: Performance Management of Business Critical Applications using ...
VMworld 2013: Performance Management of Business Critical Applications using ...
 
Server 2008 r2 ppt
Server 2008 r2 pptServer 2008 r2 ppt
Server 2008 r2 ppt
 
SQL Server Reporting Services: IT Best Practices
SQL Server Reporting Services: IT Best PracticesSQL Server Reporting Services: IT Best Practices
SQL Server Reporting Services: IT Best Practices
 
Slide 1 - St. Louis SharePoint Users Group
Slide 1 - St. Louis SharePoint Users GroupSlide 1 - St. Louis SharePoint Users Group
Slide 1 - St. Louis SharePoint Users Group
 
Windows Server2008 R2 Overview
Windows Server2008 R2 OverviewWindows Server2008 R2 Overview
Windows Server2008 R2 Overview
 
SharePoint Security in an Insecure World - AUSPC 2012
SharePoint Security in an Insecure World - AUSPC 2012SharePoint Security in an Insecure World - AUSPC 2012
SharePoint Security in an Insecure World - AUSPC 2012
 
Architecture and tools
Architecture and toolsArchitecture and tools
Architecture and tools
 
Security for SharePoint in an Insecure World - SharePoint Connections Amsterd...
Security for SharePoint in an Insecure World - SharePoint Connections Amsterd...Security for SharePoint in an Insecure World - SharePoint Connections Amsterd...
Security for SharePoint in an Insecure World - SharePoint Connections Amsterd...
 
Sql Server 2012 overview and licensing
Sql Server 2012 overview and licensingSql Server 2012 overview and licensing
Sql Server 2012 overview and licensing
 
Ravi Chinnasamy
Ravi ChinnasamyRavi Chinnasamy
Ravi Chinnasamy
 
Sp2010 high availlability_sql
Sp2010 high availlability_sqlSp2010 high availlability_sql
Sp2010 high availlability_sql
 
Windows Server 2003 EOS : l'opportunité de repenser votre IT et mettre en pla...
Windows Server 2003 EOS : l'opportunité de repenser votre IT et mettre en pla...Windows Server 2003 EOS : l'opportunité de repenser votre IT et mettre en pla...
Windows Server 2003 EOS : l'opportunité de repenser votre IT et mettre en pla...
 
Introduction to Microsoft's Big Data Platform and Hadoop Primer
Introduction to Microsoft's Big Data Platform and Hadoop PrimerIntroduction to Microsoft's Big Data Platform and Hadoop Primer
Introduction to Microsoft's Big Data Platform and Hadoop Primer
 

En vedette

Deploying Windows 7 With Configuration Manager 2007 R2
Deploying Windows 7 With Configuration Manager 2007 R2Deploying Windows 7 With Configuration Manager 2007 R2
Deploying Windows 7 With Configuration Manager 2007 R2Amit Gatenyo
 
160609 pauline-us consulate tom plant
160609   pauline-us consulate tom plant160609   pauline-us consulate tom plant
160609 pauline-us consulate tom plantPauline Westendorp
 
El TDAH. TRASTORNO DE DÉFICIT DE ATENCIÓN E HIPERACTIVIDAD.
El TDAH. TRASTORNO DE DÉFICIT DE ATENCIÓN E HIPERACTIVIDAD.El TDAH. TRASTORNO DE DÉFICIT DE ATENCIÓN E HIPERACTIVIDAD.
El TDAH. TRASTORNO DE DÉFICIT DE ATENCIÓN E HIPERACTIVIDAD.Ana Claudia Gomez Godinez
 
Video natalycastillo guillermoherrera
Video natalycastillo guillermoherreraVideo natalycastillo guillermoherrera
Video natalycastillo guillermoherreraNathy Castillo Tkd
 
Terapia asistida con animales
Terapia asistida con animalesTerapia asistida con animales
Terapia asistida con animalesalejandra tapia
 
User Story Mapping
User Story Mapping User Story Mapping
User Story Mapping Jen-Chieh Ko
 
Active directory ds ws2008 r2
Active directory ds ws2008 r2Active directory ds ws2008 r2
Active directory ds ws2008 r2MICTT Palma
 
Annual Stockholder Meeting Presentation
 Annual Stockholder Meeting Presentation Annual Stockholder Meeting Presentation
Annual Stockholder Meeting PresentationInvestorSymantec
 
Asset Management & Service Manager 2012
Asset Management & Service Manager 2012Asset Management & Service Manager 2012
Asset Management & Service Manager 2012Amit Gatenyo
 
Form Fill and Seal Machine by Elegant Engineers, Noida, Noida
Form Fill and Seal Machine by Elegant Engineers, Noida, NoidaForm Fill and Seal Machine by Elegant Engineers, Noida, Noida
Form Fill and Seal Machine by Elegant Engineers, Noida, NoidaIndiaMART InterMESH Limited
 
Trastorno déficit de atención e hiperactividad
Trastorno déficit de atención e hiperactividadTrastorno déficit de atención e hiperactividad
Trastorno déficit de atención e hiperactividadDaniel Stiven Marín Medina
 
Orbit and Extra-Ocular Muscles
Orbit and Extra-Ocular MusclesOrbit and Extra-Ocular Muscles
Orbit and Extra-Ocular MusclesSushrut Ahale
 
Overview of Data Loss Prevention (DLP) Technology
Overview of Data Loss Prevention (DLP) TechnologyOverview of Data Loss Prevention (DLP) Technology
Overview of Data Loss Prevention (DLP) TechnologyLiwei Ren任力偉
 
Windows Server 2008 R2
Windows Server 2008 R2Windows Server 2008 R2
Windows Server 2008 R2Rishu Mehra
 

En vedette (20)

Deploying Windows 7 With Configuration Manager 2007 R2
Deploying Windows 7 With Configuration Manager 2007 R2Deploying Windows 7 With Configuration Manager 2007 R2
Deploying Windows 7 With Configuration Manager 2007 R2
 
160609 pauline-us consulate tom plant
160609   pauline-us consulate tom plant160609   pauline-us consulate tom plant
160609 pauline-us consulate tom plant
 
El TDAH. TRASTORNO DE DÉFICIT DE ATENCIÓN E HIPERACTIVIDAD.
El TDAH. TRASTORNO DE DÉFICIT DE ATENCIÓN E HIPERACTIVIDAD.El TDAH. TRASTORNO DE DÉFICIT DE ATENCIÓN E HIPERACTIVIDAD.
El TDAH. TRASTORNO DE DÉFICIT DE ATENCIÓN E HIPERACTIVIDAD.
 
Video natalycastillo guillermoherrera
Video natalycastillo guillermoherreraVideo natalycastillo guillermoherrera
Video natalycastillo guillermoherrera
 
Estatuto de los trabajadores y ley de empleo
Estatuto de los trabajadores y ley de empleoEstatuto de los trabajadores y ley de empleo
Estatuto de los trabajadores y ley de empleo
 
Terapia asistida con animales
Terapia asistida con animalesTerapia asistida con animales
Terapia asistida con animales
 
Calendario tributario 2016
Calendario tributario 2016Calendario tributario 2016
Calendario tributario 2016
 
User Story Mapping
User Story Mapping User Story Mapping
User Story Mapping
 
Active directory ds ws2008 r2
Active directory ds ws2008 r2Active directory ds ws2008 r2
Active directory ds ws2008 r2
 
Annual Stockholder Meeting Presentation
 Annual Stockholder Meeting Presentation Annual Stockholder Meeting Presentation
Annual Stockholder Meeting Presentation
 
Asset Management & Service Manager 2012
Asset Management & Service Manager 2012Asset Management & Service Manager 2012
Asset Management & Service Manager 2012
 
Form Fill and Seal Machine by Elegant Engineers, Noida, Noida
Form Fill and Seal Machine by Elegant Engineers, Noida, NoidaForm Fill and Seal Machine by Elegant Engineers, Noida, Noida
Form Fill and Seal Machine by Elegant Engineers, Noida, Noida
 
Trastorno déficit de atención e hiperactividad
Trastorno déficit de atención e hiperactividadTrastorno déficit de atención e hiperactividad
Trastorno déficit de atención e hiperactividad
 
sex before marriage
sex before marriagesex before marriage
sex before marriage
 
Culture diversity 1
Culture diversity 1Culture diversity 1
Culture diversity 1
 
Uveitis
UveitisUveitis
Uveitis
 
70 640 Lesson02 Ppt 041009
70 640 Lesson02 Ppt 04100970 640 Lesson02 Ppt 041009
70 640 Lesson02 Ppt 041009
 
Orbit and Extra-Ocular Muscles
Orbit and Extra-Ocular MusclesOrbit and Extra-Ocular Muscles
Orbit and Extra-Ocular Muscles
 
Overview of Data Loss Prevention (DLP) Technology
Overview of Data Loss Prevention (DLP) TechnologyOverview of Data Loss Prevention (DLP) Technology
Overview of Data Loss Prevention (DLP) Technology
 
Windows Server 2008 R2
Windows Server 2008 R2Windows Server 2008 R2
Windows Server 2008 R2
 

Similaire à Active Directory 2008 R2 Updates

Ws08 R2 Itpro Session 1 Technical Overview Part1
Ws08 R2 Itpro Session 1 Technical Overview Part1Ws08 R2 Itpro Session 1 Technical Overview Part1
Ws08 R2 Itpro Session 1 Technical Overview Part1chenley
 
Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewJaguaraci Silva
 
Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewAlexander Schek
 
Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 Overviewjjalea
 
SIA319 What's Windows Server 2008 R2 Going to Do for Your Active Directory?
SIA319 What's Windows Server 2008 R2 Going to Do for Your Active Directory?SIA319 What's Windows Server 2008 R2 Going to Do for Your Active Directory?
SIA319 What's Windows Server 2008 R2 Going to Do for Your Active Directory?Louis Göhl
 
Windows Server 2008 R2 Overview Jordan Remix
Windows Server 2008 R2 Overview Jordan RemixWindows Server 2008 R2 Overview Jordan Remix
Windows Server 2008 R2 Overview Jordan RemixJordan Remix
 
What's New In Windows Server 2008 R2 For IT Pro
What's New In Windows Server 2008 R2 For IT ProWhat's New In Windows Server 2008 R2 For IT Pro
What's New In Windows Server 2008 R2 For IT ProAmit Gatenyo
 
Windows 2008 R2 Overview
Windows 2008 R2 OverviewWindows 2008 R2 Overview
Windows 2008 R2 OverviewAmit Gatenyo
 
Delivering People Centric IT with Configuration Manager 2012 R2
Delivering People Centric IT with Configuration Manager 2012 R2Delivering People Centric IT with Configuration Manager 2012 R2
Delivering People Centric IT with Configuration Manager 2012 R2System Center User Group NL
 
Win08 R2 It Pro Overview
Win08 R2 It Pro OverviewWin08 R2 It Pro Overview
Win08 R2 It Pro Overviewguest092b9a8
 
Windows 2008 Active Directory Branch office Management_MVP Sampath Perera
Windows 2008 Active Directory Branch office Management_MVP Sampath PereraWindows 2008 Active Directory Branch office Management_MVP Sampath Perera
Windows 2008 Active Directory Branch office Management_MVP Sampath PereraQuek Lilian
 
Yashi dealer meeting settembre 2016 windows server 2016 microsoft italia
Yashi dealer meeting settembre 2016 windows server 2016 microsoft italiaYashi dealer meeting settembre 2016 windows server 2016 microsoft italia
Yashi dealer meeting settembre 2016 windows server 2016 microsoft italiaYashi Italia
 
SQL Server R2 Sunumu
SQL Server R2 SunumuSQL Server R2 Sunumu
SQL Server R2 SunumuÇözümPARK
 
Microsoft SQL Server - Reduce Your Cost and Improve your Agility Presentation
Microsoft SQL Server - Reduce Your Cost and Improve your Agility PresentationMicrosoft SQL Server - Reduce Your Cost and Improve your Agility Presentation
Microsoft SQL Server - Reduce Your Cost and Improve your Agility PresentationMicrosoft Private Cloud
 
Microsoft SQL Server - Best Ever Data Platform on Windows Presentation
Microsoft SQL Server - Best Ever Data Platform on Windows PresentationMicrosoft SQL Server - Best Ever Data Platform on Windows Presentation
Microsoft SQL Server - Best Ever Data Platform on Windows PresentationMicrosoft Private Cloud
 
Delivering people centric it with Configuration Manager 2012 R2
Delivering people centric it with Configuration Manager 2012 R2Delivering people centric it with Configuration Manager 2012 R2
Delivering people centric it with Configuration Manager 2012 R2hypervnu
 
Reply 1 neededThere are a couple of options available when upg.docx
Reply 1 neededThere are a couple of options available when upg.docxReply 1 neededThere are a couple of options available when upg.docx
Reply 1 neededThere are a couple of options available when upg.docxsodhi3
 
Material modulo01 asf6501(6419-a_01)
Material   modulo01 asf6501(6419-a_01)Material   modulo01 asf6501(6419-a_01)
Material modulo01 asf6501(6419-a_01)JSantanderQ
 

Similaire à Active Directory 2008 R2 Updates (20)

Ws08 R2 Itpro Session 1 Technical Overview Part1
Ws08 R2 Itpro Session 1 Technical Overview Part1Ws08 R2 Itpro Session 1 Technical Overview Part1
Ws08 R2 Itpro Session 1 Technical Overview Part1
 
Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 Overview
 
Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 Overview
 
Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 Overview
 
SIA319 What's Windows Server 2008 R2 Going to Do for Your Active Directory?
SIA319 What's Windows Server 2008 R2 Going to Do for Your Active Directory?SIA319 What's Windows Server 2008 R2 Going to Do for Your Active Directory?
SIA319 What's Windows Server 2008 R2 Going to Do for Your Active Directory?
 
Windows Server 2008 R2 Overview Jordan Remix
Windows Server 2008 R2 Overview Jordan RemixWindows Server 2008 R2 Overview Jordan Remix
Windows Server 2008 R2 Overview Jordan Remix
 
What's New In Windows Server 2008 R2 For IT Pro
What's New In Windows Server 2008 R2 For IT ProWhat's New In Windows Server 2008 R2 For IT Pro
What's New In Windows Server 2008 R2 For IT Pro
 
Windows 2008 R2 Overview
Windows 2008 R2 OverviewWindows 2008 R2 Overview
Windows 2008 R2 Overview
 
Delivering People Centric IT with Configuration Manager 2012 R2
Delivering People Centric IT with Configuration Manager 2012 R2Delivering People Centric IT with Configuration Manager 2012 R2
Delivering People Centric IT with Configuration Manager 2012 R2
 
Win08 R2 It Pro Overview
Win08 R2 It Pro OverviewWin08 R2 It Pro Overview
Win08 R2 It Pro Overview
 
Windows 2008 Active Directory Branch office Management_MVP Sampath Perera
Windows 2008 Active Directory Branch office Management_MVP Sampath PereraWindows 2008 Active Directory Branch office Management_MVP Sampath Perera
Windows 2008 Active Directory Branch office Management_MVP Sampath Perera
 
Yashi dealer meeting settembre 2016 windows server 2016 microsoft italia
Yashi dealer meeting settembre 2016 windows server 2016 microsoft italiaYashi dealer meeting settembre 2016 windows server 2016 microsoft italia
Yashi dealer meeting settembre 2016 windows server 2016 microsoft italia
 
SQL Server R2 Sunumu
SQL Server R2 SunumuSQL Server R2 Sunumu
SQL Server R2 Sunumu
 
Microsoft SQL Server - Reduce Your Cost and Improve your Agility Presentation
Microsoft SQL Server - Reduce Your Cost and Improve your Agility PresentationMicrosoft SQL Server - Reduce Your Cost and Improve your Agility Presentation
Microsoft SQL Server - Reduce Your Cost and Improve your Agility Presentation
 
Microsoft SQL Server - Best Ever Data Platform on Windows Presentation
Microsoft SQL Server - Best Ever Data Platform on Windows PresentationMicrosoft SQL Server - Best Ever Data Platform on Windows Presentation
Microsoft SQL Server - Best Ever Data Platform on Windows Presentation
 
Virtual Server
Virtual ServerVirtual Server
Virtual Server
 
Delivering people centric it with Configuration Manager 2012 R2
Delivering people centric it with Configuration Manager 2012 R2Delivering people centric it with Configuration Manager 2012 R2
Delivering people centric it with Configuration Manager 2012 R2
 
Reply 1 neededThere are a couple of options available when upg.docx
Reply 1 neededThere are a couple of options available when upg.docxReply 1 neededThere are a couple of options available when upg.docx
Reply 1 neededThere are a couple of options available when upg.docx
 
Material modulo01 asf6501(6419-a_01)
Material   modulo01 asf6501(6419-a_01)Material   modulo01 asf6501(6419-a_01)
Material modulo01 asf6501(6419-a_01)
 
SCCM 2012 R2.ppt
SCCM 2012 R2.pptSCCM 2012 R2.ppt
SCCM 2012 R2.ppt
 

Plus de Amit Gatenyo

System Center 2012 R2 Configuration Manager (SCCM) with Windows Intune
System Center 2012 R2 Configuration Manager (SCCM) with Windows IntuneSystem Center 2012 R2 Configuration Manager (SCCM) with Windows Intune
System Center 2012 R2 Configuration Manager (SCCM) with Windows IntuneAmit Gatenyo
 
ענן פרטי וענן ציבורי: לא שני עולמות מתחרים אלא שני מימדים לאותו העולם
ענן פרטי וענן ציבורי: לא שני עולמות מתחרים אלא שני מימדים לאותו העולםענן פרטי וענן ציבורי: לא שני עולמות מתחרים אלא שני מימדים לאותו העולם
ענן פרטי וענן ציבורי: לא שני עולמות מתחרים אלא שני מימדים לאותו העולםAmit Gatenyo
 
Hybrid Cloud – Live Demo
Hybrid Cloud – Live DemoHybrid Cloud – Live Demo
Hybrid Cloud – Live DemoAmit Gatenyo
 
RemoteFX & RDS in Windows Server 2012
RemoteFX & RDS in Windows Server 2012RemoteFX & RDS in Windows Server 2012
RemoteFX & RDS in Windows Server 2012Amit Gatenyo
 
Windows 2012 Technical Overview
Windows 2012 Technical OverviewWindows 2012 Technical Overview
Windows 2012 Technical OverviewAmit Gatenyo
 
Hyper-V Best Practices & Tips and Tricks
Hyper-V Best Practices & Tips and TricksHyper-V Best Practices & Tips and Tricks
Hyper-V Best Practices & Tips and TricksAmit Gatenyo
 
Getting the most out of RDS (Terminal Services)
Getting the most out of RDS (Terminal Services)Getting the most out of RDS (Terminal Services)
Getting the most out of RDS (Terminal Services)Amit Gatenyo
 
System Center 2012 Overview
System Center 2012 OverviewSystem Center 2012 Overview
System Center 2012 OverviewAmit Gatenyo
 
Upgrading AD from Windows Server 2003 to Windows Server 2008 R2
Upgrading AD from Windows Server 2003 to Windows Server 2008 R2Upgrading AD from Windows Server 2003 to Windows Server 2008 R2
Upgrading AD from Windows Server 2003 to Windows Server 2008 R2Amit Gatenyo
 
SCOM 2012 & SCCM 2012
SCOM 2012 & SCCM 2012SCOM 2012 & SCCM 2012
SCOM 2012 & SCCM 2012Amit Gatenyo
 
System Center Configuration Manager 2012 Overview
System Center Configuration Manager 2012 OverviewSystem Center Configuration Manager 2012 Overview
System Center Configuration Manager 2012 OverviewAmit Gatenyo
 
System Center Data Protection Manager 2012 Overview
System Center Data Protection Manager 2012 OverviewSystem Center Data Protection Manager 2012 Overview
System Center Data Protection Manager 2012 OverviewAmit Gatenyo
 
RemoteFX - Rich End User Experience for VDI and Remote Desktops
RemoteFX - Rich End User Experience for VDI and Remote DesktopsRemoteFX - Rich End User Experience for VDI and Remote Desktops
RemoteFX - Rich End User Experience for VDI and Remote DesktopsAmit Gatenyo
 
System Center Datacenter Cloud Management Vision & Roadmap
System Center Datacenter Cloud Management Vision & RoadmapSystem Center Datacenter Cloud Management Vision & Roadmap
System Center Datacenter Cloud Management Vision & RoadmapAmit Gatenyo
 
System Center 2012 Technical Overview
System Center 2012 Technical OverviewSystem Center 2012 Technical Overview
System Center 2012 Technical OverviewAmit Gatenyo
 
System Center Service Manager 2012 Overview
System Center Service Manager 2012 OverviewSystem Center Service Manager 2012 Overview
System Center Service Manager 2012 OverviewAmit Gatenyo
 
System Center Orchestrator 2012 Overview
System Center Orchestrator 2012 OverviewSystem Center Orchestrator 2012 Overview
System Center Orchestrator 2012 OverviewAmit Gatenyo
 
System Center Virtual Machine Manager 2012 - Whats New
System Center  Virtual Machine Manager 2012 - Whats NewSystem Center  Virtual Machine Manager 2012 - Whats New
System Center Virtual Machine Manager 2012 - Whats NewAmit Gatenyo
 
Microsoft Private Cloud Strategy
Microsoft Private Cloud StrategyMicrosoft Private Cloud Strategy
Microsoft Private Cloud StrategyAmit Gatenyo
 
System Center Operations Manager 2012 Overview
System Center Operations Manager 2012 OverviewSystem Center Operations Manager 2012 Overview
System Center Operations Manager 2012 OverviewAmit Gatenyo
 

Plus de Amit Gatenyo (20)

System Center 2012 R2 Configuration Manager (SCCM) with Windows Intune
System Center 2012 R2 Configuration Manager (SCCM) with Windows IntuneSystem Center 2012 R2 Configuration Manager (SCCM) with Windows Intune
System Center 2012 R2 Configuration Manager (SCCM) with Windows Intune
 
ענן פרטי וענן ציבורי: לא שני עולמות מתחרים אלא שני מימדים לאותו העולם
ענן פרטי וענן ציבורי: לא שני עולמות מתחרים אלא שני מימדים לאותו העולםענן פרטי וענן ציבורי: לא שני עולמות מתחרים אלא שני מימדים לאותו העולם
ענן פרטי וענן ציבורי: לא שני עולמות מתחרים אלא שני מימדים לאותו העולם
 
Hybrid Cloud – Live Demo
Hybrid Cloud – Live DemoHybrid Cloud – Live Demo
Hybrid Cloud – Live Demo
 
RemoteFX & RDS in Windows Server 2012
RemoteFX & RDS in Windows Server 2012RemoteFX & RDS in Windows Server 2012
RemoteFX & RDS in Windows Server 2012
 
Windows 2012 Technical Overview
Windows 2012 Technical OverviewWindows 2012 Technical Overview
Windows 2012 Technical Overview
 
Hyper-V Best Practices & Tips and Tricks
Hyper-V Best Practices & Tips and TricksHyper-V Best Practices & Tips and Tricks
Hyper-V Best Practices & Tips and Tricks
 
Getting the most out of RDS (Terminal Services)
Getting the most out of RDS (Terminal Services)Getting the most out of RDS (Terminal Services)
Getting the most out of RDS (Terminal Services)
 
System Center 2012 Overview
System Center 2012 OverviewSystem Center 2012 Overview
System Center 2012 Overview
 
Upgrading AD from Windows Server 2003 to Windows Server 2008 R2
Upgrading AD from Windows Server 2003 to Windows Server 2008 R2Upgrading AD from Windows Server 2003 to Windows Server 2008 R2
Upgrading AD from Windows Server 2003 to Windows Server 2008 R2
 
SCOM 2012 & SCCM 2012
SCOM 2012 & SCCM 2012SCOM 2012 & SCCM 2012
SCOM 2012 & SCCM 2012
 
System Center Configuration Manager 2012 Overview
System Center Configuration Manager 2012 OverviewSystem Center Configuration Manager 2012 Overview
System Center Configuration Manager 2012 Overview
 
System Center Data Protection Manager 2012 Overview
System Center Data Protection Manager 2012 OverviewSystem Center Data Protection Manager 2012 Overview
System Center Data Protection Manager 2012 Overview
 
RemoteFX - Rich End User Experience for VDI and Remote Desktops
RemoteFX - Rich End User Experience for VDI and Remote DesktopsRemoteFX - Rich End User Experience for VDI and Remote Desktops
RemoteFX - Rich End User Experience for VDI and Remote Desktops
 
System Center Datacenter Cloud Management Vision & Roadmap
System Center Datacenter Cloud Management Vision & RoadmapSystem Center Datacenter Cloud Management Vision & Roadmap
System Center Datacenter Cloud Management Vision & Roadmap
 
System Center 2012 Technical Overview
System Center 2012 Technical OverviewSystem Center 2012 Technical Overview
System Center 2012 Technical Overview
 
System Center Service Manager 2012 Overview
System Center Service Manager 2012 OverviewSystem Center Service Manager 2012 Overview
System Center Service Manager 2012 Overview
 
System Center Orchestrator 2012 Overview
System Center Orchestrator 2012 OverviewSystem Center Orchestrator 2012 Overview
System Center Orchestrator 2012 Overview
 
System Center Virtual Machine Manager 2012 - Whats New
System Center  Virtual Machine Manager 2012 - Whats NewSystem Center  Virtual Machine Manager 2012 - Whats New
System Center Virtual Machine Manager 2012 - Whats New
 
Microsoft Private Cloud Strategy
Microsoft Private Cloud StrategyMicrosoft Private Cloud Strategy
Microsoft Private Cloud Strategy
 
System Center Operations Manager 2012 Overview
System Center Operations Manager 2012 OverviewSystem Center Operations Manager 2012 Overview
System Center Operations Manager 2012 Overview
 

Dernier

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 

Dernier (20)

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 

Active Directory 2008 R2 Updates

  • 1. Active Directory Windows Server 2008 R2 Updates Amit Gatenyo Infrastructure & Security Manager, Dario Microsoft Regional Director – Windows Server & Security 054-2492499 Amit.g@dario.co.il
  • 2. Session Objectives And Takeaways Describe Active Directory features in Windows Server 2008 R2 Discuss the importance of these features to our customers Demonstrate how some of these features will benefit our customers
  • 3. Agenda What’s new in Active Directory for Windows Server 2008 R2? PowerShell Cmdlets Active Directory Administrative center Best Practice Analyzer Recycle Bin for AD Managed Service accounts Offline Domain Join Authentication Assurance Health Model and Management Packs Active Directory Tour demonstration Conclusion
  • 4. Powershell for ADCommand line scripting for administrative, configuration and diagnostic tasks Past limitations 30+ command line tools for administering AD are not consistent in their usage Difficult to compose these tools to achieve complex tasks Feature takeaway 85+ AD cmdlets for comprehensive AD DS and AD LDS administration and configuration Communicates using Web Service protocols Can be used to manage Windows Server 2008 and 2003 domain controllers, using future AD Web Service download
  • 5. Powershell Advantages Consistent vocabulary and syntax Predictable discovery Flexible output formatting Cmdlets can be easily composed (pipe) to build complex operations End-to-End manageability with Exchange, Group Policy, etc
  • 6. PowerShell Provider Model Provides sessions, server context, security context and path context Enables best practices sharing across connections Combination of cmdlets & provider means familiar model for users Perform operations in AD that are similar to the file system or registry, such as rename, move, etc
  • 7. Get-Command -CommandTypeCmdlet *-AD* Add-ADComputerServiceAccount Add-ADDomainControllerPasswordReplicationPolicy Add-ADFineGrainedPasswordPolicySubject Add-ADGroupMember Add-ADPrincipalGroupMembership Clear-ADAccountExpiration Disable-ADAccount Disable-ADOptionalFeature Enable-ADAccount Enable-ADOptionalFeature Get-ADAccountAuthorizationGroup Get-ADAccountResultantPasswordReplicationPolicy Get-ADComputer Get-ADComputerServiceAccount Get-ADDefaultDomainPasswordPolicy Get-ADDomain Get-ADDomainController Get-ADDomainControllerPasswordReplicationPolicy Get-ADDomainControllerPasswordReplicationPolicyUsage Get-ADFineGrainedPasswordPolicy Get-ADFineGrainedPasswordPolicySubject Get-ADForest Get-ADGroup Get-ADGroupMember Get-ADObject Get-ADOptionalFeature Get-ADOrganizationalUnit Get-ADPrincipalGroupMembership Get-ADRootDSE Get-ADServiceAccount Get-ADUser Get-ADUserResultantPasswordPolicy Install-ADServiceAccount Move-ADDirectoryServer Move-ADDirectoryServerOperationMasterRole Move-ADObject New-ADComputer New-ADFineGrainedPasswordPolicy New-ADGroup New-ADObject New-ADOrganizationalUnit New-ADServiceAccount New-ADUser Remove-ADComputer Remove-ADComputerServiceAccount Remove-ADDomainControllerPasswordReplicationPolicy Remove-ADFineGrainedPasswordPolicy Remove-ADFineGrainedPasswordPolicySubject Remove-ADGroup Remove-ADGroupMember Remove-ADObject Remove-ADOrganizationalUnit Remove-ADPrincipalGroupMembership Remove-ADServiceAccount Remove-ADUser Rename-ADObject Reset-ADServiceAccountPassword Restore-ADObject Search-ADAccount Set-ADAccountControl Set-ADAccountExpiration Set-ADAccountPassword Set-ADComputer Set-ADDefaultDomainPasswordPolicy Set-ADDomain Set-ADDomainMode Set-ADFineGrainedPasswordPolicy Set-ADForest Set-ADForestMode Set-ADGroup Set-ADObject Set-ADOrganizationalUnit Set-ADServiceAccount Set-ADUser Uninstall-ADServiceAccount Unlock-ADAccount
  • 8. Administrative Center for ADIncrease the productivity of IT Pros by providing a scalable, task-oriented UX for managing Active Directory Past limitations Non task-oriented UI causes customer pain Example: resetting user passwords Representation in MMC not scalable for large datasets Feature takeaway Tasks executed through PowerShell Cmdlets Task oriented administration model, with support for larger datasets Consistency between CLI and UI management capabilities Navigation experience designed to support multi-domain, multi-forest environments
  • 9. Progressive disclosure Task oriented Powershell based instrumentation Multi-Domains/Multi-Forests
  • 10. Best Practice Analyzer Identify deviations from best practices to help our customers better manage their Active Directory deployments Past limitations No easy and automated validation of AD configuration against best practices Feature takeaway Analyzes AD settings that cause most unexpected behavior in customer environments Leverages PowerShellcmdlets to gather run-time data Makes recommendations in the context of the deployment Available through Server Manager BPA runtime tool
  • 11. Best Practice Analyzer first set of scenarios Version 1.0 of the BPA focuses mostly on common DNS issues Checking SRV records for DC are registered with its DNS Server A/AAAA records of a DC are registered with its DNS Server DC has a valid host name Schema Naming Master and Domain Naming Master FSMO are recommended to be on same machine RID and PDC recommended to be on same machine Each domain is recommended to have at least two DCs
  • 12. Windows Server 2008 Windows Server 2008 R2 Additions GUI GUI CLIENT ADUC/ADSS/ADDT ADMUX BPA CLI WSH MMC CLI ADSI AD PS MUX .NET .NET LDAP DS RPC-Based Protocols WCF WPF … … DSR SAM .NET WCF SERVER AD Web Service .NET S.DS.P/S.DS.AM/S.DS.AD DS RPC-Based Protocols LDAP … … DSR SAM AD Core AD Core
  • 13. Recycle Bin for ADCustomer can undo an accidental deletion in Active Directory Past limitations Accidental object deletion causes business downtime – deleted users cannot logon or access corporate resources Accidental deletions are the number #1 cause of AD Disasterecovery scenarios Feature takeaway Recycle bin for AD DS and AD LDS objects Feature enabled with a new forest functional level Requires all DCs in the forest to be Windows Server 2008 R2 DCs For AD LDS, all replicas must be running in a new ‘application mode’
  • 14. Recycle Bin for AD Object Life-cycle 180 Days Tombstone Object Garbage collection Live Object Windows Server 2008 Returns Tombstones LDAP OID 1.2.840.113556.1.4.417 Windows Server 2008 R2 with Recycle Bin enabled (If not enabled, behavior is similar to Windows Server 2008) LDAP OID 1.2.840.113556.1.4.2064 Returns Deleted Returns Deleted and Recycled Garbage collection Live Object Deleted Object Recycled Object 180 Days 180 Days
  • 15. Managed Service AccountsSimple management of service accounts Past limitations Management of individual accounts for services is cumbersome Periodic maintenance often causes outages Example: resetting service account password Feature takeaway A manageable solution that addresses isolation needs for services Better SPN management in Win7 Domain Functional Mode Lower TCO from reduced service outages (for manual password resets and related issues) One Managed Service Account per Service per box No human intervention for password management!
  • 16. Offline Domain JoinEnable easier provisioning of machines in the data center Past limitations Reboot needed after domain join Inability to prepare the machine to be domain joined while offline Feature takeaway Ability to pre-provision machine accounts in the domain to prepare OS images for mass deployment Machines are domain joined on initial boot Reduces steps and time needed to deploy in the data center
  • 17. Authentication AssuranceApplications can control resource access based on authentication strength and method Past limitations Customers cannot use authentication type or authentication strength to protect corporate data Example: control access to resources based on claims such as use of smartcard for logon or the certificate used 2048 bit encryption Feature takeaway Administrators can map various properties, including authentication type and authentication strength to an identity Based on information during authentication, these identities are added to Kerberos tickets for use by applications Feature is enabled with a new domain functional level All domain controllers in the domain need to be Window Server 2008 R2 DCs
  • 18. Health ModelEnable IT administrators to better diagnose and resolve Active Directory issues Past limitations Diagnostic information is incomplete and inconsistent Feature takeaway Continued investment towards completing the health model A single authoritative source for information used in Management Packs, Best Practice Analyzer and online documentation
  • 19. Management PackProvide proactive monitoring of availability and performance of Active Directory Past limitations Current management pack lacks support for Windows Server 2008 and MOM 2007 Feature takeaway Support for Windows Server 2008 domain controllers Multiple replication latency groups Ability to monitor multiple forests from a single management group Management pack for MOM 2007
  • 20. The journey to Windows Server 2008 R2 Upgrading to Windows 7 client while keeping existing servers, you can use: Off-line domain join Once AD Web-service is available for existing servers, if you upgrade to Windows 7 client, you can use: AD Powershell and ADAC with all your servers Upgrading to Windows 7 client while installing one or more Windows Server 2008 R2 (one per domain), you can use: Managed service account If you change the domain functional level to Windows Server 2008 R2, you can use: Authentication Assurance Managed service account with an enhanced SPN management experience If you change the Forest functional level to Windows Server 2008 R2, you can use: AD Recycle-bin
  • 21. Thanks for listening! Amit Gatenyo Infrastructure & Security Manager, Dario Microsoft Regional Director – Windows Server & Security 054-2492499 Amit.g@dario.co.il

Notes de l'éditeur

  1. Install - http://www.quest.com/activeroles-server/arms.aspxRun - add-PSSnapinquest.activeroles.admanagementGet-QADUser -ou zhrdomain.co.il/DemoGet-QADUser -ou zhrdomain.co.il/demo |Set-QADUser -City TLV | Format-Table name,cityNew-QADUser -ouzhrdomain.co.il/demo -name ‘Amit Gatenyo' -LogonName ‘amit.g' -City TLV -Description ‘Have a great day‘Get-QADUser -ouzhrdomain.co.il/demo | export-csv DemoOU.csvImport-Csv DemoOU.csv |ForEach-Object {New-QADUser -ouzhrdomain.co.il/demo -name $_.Name -Description$_.Description -City $_.City}