John Craddock Infrastructure & Security Architect XTSeminars Ltd Session Code: SIA319.

Slides:



Advertisements
Similar presentations
Faith Allington Program Manager Microsoft Corporation WSV322.
Advertisements

Agenda Customer pain points and how data classification can help Ecosystem Windows Server 2008 R2 for file Classification Infrastructure Demos Customer.
Faith Allington Program Manager Microsoft Corporation Session Code: WSV304.
Tech·Ed North America /19/2017 7:21 AM
Technical Overview. PLEASE READ (hidden slide) To deliver this presentation effectively, you need to be familiar with Windows Server 2008 R2 management.
Gavin Russell-Rockliff BI Technical Specialist Microsoft BIN305.
Wally Mead Senior Program Manager Microsoft Corporation Session Code: MGT303.
Understanding Active Directory
Gopal Ashok Program Manager Microsoft Corp Session Code: DAT 312.
Purpose Intended Audience and Presenter Contents Proposed Presentation Length Intended audience is all distributor partners and VARs Content may be customized.
CN1276 Server (V3) Kemtis Kunanuraksapong MSIS with Distinction MCT, MCTS, MCDST, MCP, A+
IT Pro Connections 2009 The cutting edge event for IT pros Active Directory in Depth Χρήστος Σπανουγάκης MCT, MVP.
Maintaining Active Directory Domain Services
Samantha Durante Program Manager Microsoft Corporation WUX305.
Ram Cherala Principal Program Manager Microsoft Corporation DTL320.
Corey Hynes HynesITe, Inc Session Code: SRV317 Objectives Let you walk out of here, being able to run a script against an OU of computers, to make some.
Eric Carter Development Manager Microsoft Corporation OFC324.
John Craddock Infrastructure & Security Architect XTSeminars Ltd Session Code: SIA402.
Alyson Powell Erwin Sr. Program Manager Microsoft BIN307.
Arend-Jan Speksnijder Solutions Architect Microsoft Dynamics Lighthouse team Dynamics AX2009 Technical Overview and Demo (DYN301)
Gavin Russell-Rockliff BI Technical Specialist Microsoft BIN202.
Tim Rains Group Product Manager Microsoft Session Code: SIA101.
Sara Ford Program Manager Microsoft Corporation DPR301.
Warren Stevens-Baytopp Director YoungBlood Consultants Session Code BIN303.
Patrick Ortiz Global SQL Solution Architect Dell Inc. BIN209.
demo User Signs Up Temporary Account is Created with Verification Link Sent User Clicks Link Account is Activated Login.Register(userName,
David B. Cross Product Unit Manager Microsoft Corporation Session Code: SIA303 Donny Rose Senior Program Manager.
Scott Morrison Program Manager Microsoft Corporation Session Code: WUX308.
6/2/2018 3:37 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Running Reporting Services in SharePoint Integrated Mode: How and Why
6/17/2018 5:54 AM OSP322 Getting the best of both worlds, making the most of SharePoint hybrid search solutions Shyam Narayan Microsoft © 2013 Microsoft.
6/26/2018 9:02 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Microsoft Ajax Taking Ajax to the Next Level
9/11/2018 5:53 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Tech·Ed North America /14/2018 7:13 PM
Excel Services Deployment and Administration
Marian Luparu Program Manager Microsoft Session Code: DEV308
9/22/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Overview of Social Computing in Microsoft SharePoint 2010
Sysinternals Tutorials
Deploying Windows Embedded with Style
Advanced Dashboard Creation Using Microsoft SharePoint Server 2010
Jason Zander Unplugged
12/5/2018 3:24 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Tech·Ed North America /7/2018 9:06 AM
Tech·Ed North America /7/2018 2:51 PM
Ben Robb MVP, SharePoint Server cScape Ltd Session Code: OFS207
The Dirty Dozen: Windows PowerShell Scripts for the Busy DBA
Data Driven ASP.NET Web Forms Applications Deep Dive
Tech·Ed North America /2/2019 4:47 PM
TechEd /11/ :54 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Tech·Ed North America /17/2019 1:47 AM
Tech·Ed North America /17/2019 6:01 PM
Peter Provost Sr. Program Manager Microsoft Session Code: DEV312
Tech·Ed North America /22/2019 7:40 PM
Building Silverlight Apps with RIA Services
Surviving identity management in a hybrid world
2/27/2019 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
TechEd /28/2019 3:22 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Tech·Ed North America /7/2019 6:55 AM
Tech Ed North America /12/2019 6:45 AM Required Slide
2010 Microsoft BI Conference
Service Template Creation from the Ground Up
Tech·Ed North America /25/ :53 PM
Hack-proofing your Clients using Windows 7 Security!
Tech Ed North America /27/ :04 AM Required Slide
Code First Development in Microsoft ADO.NET Entity Framework 4.1
5/24/ :22 AM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Tech·Ed North America /17/2019 4:14 PM
TechEd /30/2019 7:18 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Presentation transcript:

John Craddock Infrastructure & Security Architect XTSeminars Ltd Session Code: SIA319

Agenda AD module for Windows PowerShell AD Administrative Center AD Best Practice Analyser Managed Service Accounts Offline domain join Authentication mechanism assurance AD Recycle Bin

Windows PowerShell for AD PowerShell v2 includes an AD Module Comprehensive set of AD cmdlets for AD DS and AD LDS administration, configuration and diagnostic tasks Easy to compose and manage complex tasks PowerShell drives for AD Simple navigation in AD DS, AD LDS and AD Snapshots Certain tasks can only be achieved through PowerShell

Example Import-module ActiveDirectory New-ADUser -Name “Craddock John” -SamAccountName “jcraddock" -AccountPassword (ConvertTo-SecureString -AsPlainText “Temp0Pwd0!" -Force) -Enabled $true -ChangePasswordAtLogon $true -GivenName “John" -Surname “Craddock" -UserPrincipalName -Path “OU=Admins,OU=UK,DC=example,DC=com"

AD Web Services (ADWS) ADWS is automatically installed with AD DS and AD LDS Port 9389 must be open for remote administration Active Directory Management Gateway (ADMG) service available for Windows Server 2003 and 2008 Does not support instances of AD Mounting Tool ADWSADWS PowerShell Cmdlets AD / GC WS-* AD LDS instance Mounted AD instance LDAP

AD Administrative Center Task-oriented model Progressive disclosure of data Powerful Searching Simultaneously connect to other domains Built on PowerShell Cmdlets

Best Practice Analyser Compares current configuration on DC to best practice recommendations Scan started via Server Manager or PowerShell Results through UI and PowerShell output Provides guidance, does not fix problems Red Eye Warning Information Quarterly updates

Collecting and Analysing Data BPA Run Time AD DS BPA PowerShell Script Collects data XML Schema XML Results document AD DS BPA guidance AD DS BPA rule set AnalysisAnalysis ValidationValidation AD DS BPA Report

Service Accounts Using built in accounts for services does not provide service isolation What’s the alternative? Run the services using standard user accounts How many of you change services account passwords on a regular basis? Any problems? Username: SRV1 Password: ***** Domain account Username: SRV1 Password: ***** Password changes must be updated on the service account

Managed Service Accounts Username: Password: Domain: example.com SERVER1 example\svc1$ Configure service: Append $ to account name Server automatically resets based on “Max machine account password age” Install-ADServiceAccount svc1 22 Domain account name: SVC1 Created in domain: New-ADServiceAccount svc Can reset password with Reset-ADServiceAccountPassword svc1 44 Accounts must be created and managed through Windows PowerShell

Requirements & Caveats Service / application requiring managed account must be running on Windows 7 or 2008 R2 Requires AD Module for Windows PowerShell to be installed Forest and domain must be prepared for 2008 R2 adprep /forestprep & adprep /domianprep 2008 R2 domain functional level adds SPN management Managed accounts cannot be shared across multiple servers

Offline Domain Joins Allows a Windows 7 or Windows 2008 R2 machines to be joined to a domain while offline On start up, the machine is already domain joined and there is no reboot requirement Speeds up deployment of VMs and scripted installs New section in unattended.xml supports offline domain joins Simplifies domain joins to RODCs

Online VHD or Physical system Requires reboot Requires /localos Offline VHD or Physical system Djoin.exe Windows 7 or 2008 R2 required for Computers running djoin Computers being joined to domain Computer account object Computer account metadata. Base-64 encoded, treat as security sensitive djoin /requestODJ /loadfile /windowspath Djoin /provision /domain example.com / machine ms1 /savefile ms1.txt Unattended.xml Add account metadata

Authentication Mechanism Assurance Allows applications to control access to resources based on authentication strength For example only allow access to a resource if the user has been authenticated using a SmartCard Require Windows 2008 R2 domain functionality Strong authenticationNormal authentication Restricted access Full access

Resource Access Control When a certificate based logon method is used an administrator-designated universal group is added to the user’s Kerberos token This group is then used to control access to resources It is possible to add different groups based on the type of certificate used to logon Access to resources can consequently be based on the certificate type

Recycle Bin for AD Requires 2008 R2 Forest functionality PowerShell driven Enable-ADOptionalFeature ‘Recycle Bin Feature’ – Scope ForestOrConfigurationSet –Target ‘forest’ Once enabled cannot be disabled Get-ADObject –LDAPFilter {} –IncludeDeletedObjects Restore-ADObject –Identity Parent object must be restored in advance of child object Restores all attributes including linked Attributes

No Recycle Bin Re-animate API restores objects while on-line Many attributes missing Re-animation does not restore multi-valued linked attributes such as group membership Live object Tombstone object DeleteDelete Majority of attributes deleted Garbage collection X Purged from directory Tombstone lifetime (180 days) Offline authoritative restore

Recycle Bin Enabled All attributes restored Live object Garbage collection X Purged from directory Recycled object Deleted object lifetime (180 days) Tombstone lifetime (180 days) DeleteDelete Deleted object All attributes retained Online undelete

Other Thoughts Backups are valid for max of smallest value of DOL or TSL Best practice recommendation DOL = TSL Anticipated database growth 5-10% On deletion, regulatory compliance may not allow retained of full copy of deleted object Permanently delete with Get-Adobject –LDAPFilter {} –IncludeDeletedObjects | Remove-ADObject

What to Know More? Come to my session SIA402 Online Recovery of Active Directory Deleted Objects and the Windows Server 2008 R2 Recycle Bin Friday 13/11/ :00-14:15 Budapest - Hall 7-2b

The Path to Windows Server 2008 R2 Prep forest and domain for Windows 2008 R2 Windows 7 clients can be provision with offline domain joins against existing 2003/2008 infrastructure Install Active Directory Management Gateway (ADMG) service on Windows 2003/2008 servers Use AD PowerShell and ADAC running on Windows 7 Upgraded servers can use Managed Service Accounts

Functional Levels Switches to R2 domain and forest functionality are reversible Use PowerShell to reverse Cannot be reversed once Recycle Bin is enabled 2008 R2 domain functionality for: Authentication Mechanism Assurance SPN management for Manage Service Accounts 2008 R2 forest functionality allows Recycle Bin to be enabled

What’s your Favourite? AD module for Windows PowerShell AD Administrative Center AD Best Practice Analyser Managed Service Accounts Offline domain join Authentication mechanism assurance AD Recycle Bin

Sessions On-Demand & Community Resources for IT Professionals Resources for Developers Microsoft Certification & Training Resources Resources Required Slide Speakers, TechEd 2009 is not producing a DVD. Please announce that attendees can access session recordings at TechEd Online. Required Slide Speakers, TechEd 2009 is not producing a DVD. Please announce that attendees can access session recordings at TechEd Online.

Related Content Breakout Sessions: SIA402 Recovery of Active Directory Deleted Objects and the Windows Server 2008 R2 Recycle Bin SVR317 Managing Windows Server 2008 R2 and Windows 7 with Windows PowerShell V2 Interactive Theater Sessions : SIA02-IS Active Directory: What's New in R2 Hands-on Labs: WSV03-HOL Advanced Windows PowerShell Scripting WSV20-HOL Windows Server 2008 R2: What's New in Microsoft Active Directory Required Slide Speakers, please list the Breakout Sessions, TLC Interactive Theaters and Labs that are related to your session. Required Slide Speakers, please list the Breakout Sessions, TLC Interactive Theaters and Labs that are related to your session.

My Sessions at TechEd Breakout Sessions: SIA319 What's Windows Server 2008 R2 Going to Do for Your Active Directory? SIA402 Recovery of Active Directory Deleted Objects and the Windows Server 2008 R2 Recycle Bin SVR401 DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and Transition Technologies SVR402 DirectAccess Technical Drilldown, Part 2 of 2: Putting It All Together Interactive Theater Sessions: SVR08-IS End-to-End Remote Connectivity with DirectAccess Required Slide Speakers, please list the Breakout Sessions, TLC Interactive Theaters and Labs that are related to your session. Required Slide Speakers, please list the Breakout Sessions, TLC Interactive Theaters and Labs that are related to your session.

Complete an evaluation on CommNet and enter to win an Xbox 360 Elite! Required Slide

© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. Required Slide