Presentation is loading. Please wait.

Presentation is loading. Please wait.

Deep Dive on Active Directory PowerShell Mudassir Ali Software Development Engineer Microsoft Corporation SIA404.

Similar presentations


Presentation on theme: "Deep Dive on Active Directory PowerShell Mudassir Ali Software Development Engineer Microsoft Corporation SIA404."— Presentation transcript:

1 Deep Dive on Active Directory PowerShell Mudassir Ali Software Development Engineer Microsoft Corporation SIA404

2

3

4

5 demo Active Directory Administrative Center (ADAC)

6

7 demo Why PowerShell?

8

9 Scenario 1 User logon taking a long time across forests

10

11 demo Synchronize sites and subnets between forests

12 Scenario 2 Update an attribute of user accounts

13

14 demo Update an attribute of user accounts

15

16 Scenario 3 Intermittent logon failures

17

18 demo Intermittent logon failures

19 Scenario 4 When is the user password expiring?

20

21 demo When is the user password expiring

22 Scenario 5 Monitor replication health of an Active Directory forest

23

24 demo Monitor replication health of an Active Directory forest

25 Pro tip: Send an email using PowerShell # Create the message parameters $messageParameters = @{ ` Subject = “Running processes - $((Get-Date).ToShortDateString())" ` Body = Get-Process| ConvertTo-Html | Out-String ` From = "Me@MyCompany.com" ` To = "Me@MyCompany.com" ` SmtpServer = "SmtpHost" } # Send the mail Send-MailMessage @messageParameters -BodyAsHtml

26

27 SIA312 – What is new in Active Directory in Windows Server 2012 SIA341 – Windows Server 2012 Dynamic Access Control Deep Dive for Active Directory and Central Authorization Policies SIA317 - Active Directory Virtualization Safeguards and Domain Controller Cloning with Windows Server 2012 South Hall A TechExpo (Active Directory and Dynamic Access Control)

28 Talk to our Experts at the TLC #TE(sessioncode) DOWNLOAD Windows Server 2012 Release Candidate microsoft.com/windowsserver Hands-On Labs DOWNLOAD Windows Azure Windowsazure.com/ teched

29 Connect. Share. Discuss. http://northamerica.msteched.com Learning Microsoft Certification & Training Resources www.microsoft.com/learning TechNet Resources for IT Professionals http://microsoft.com/technet Resources for Developers http://microsoft.com/msdn

30 Required Slide Complete an evaluation on CommNet and enter to win!

31

32

33


Download ppt "Deep Dive on Active Directory PowerShell Mudassir Ali Software Development Engineer Microsoft Corporation SIA404."

Similar presentations


Ads by Google