+ All Categories
Home > Documents > Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for...

Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for...

Date post: 22-Jul-2020
Category:
Upload: others
View: 0 times
Download: 0 times
Share this document with a friend
27
Active Directory Domain Services Section Patrick Gruenauer Microsoft MVP BFI Wien | HLMW9 Michelbeuern | BBRZ Wien https://sid-500.com ExpertsLive Café Austria / Linz 13/06/2018
Transcript
Page 1: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Active Directory Domain Services Section

Patrick Gruenauer

Microsoft MVP

BFI Wien | HLMW9 Michelbeuern | BBRZ Wien

https://sid-500.com

ExpertsLive CaféAustria / Linz

13/06/2018

Page 2: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Preview

Page 3: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Topics

1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts

2. Introduction of Active Directory Domain Services Section with examples

3. The many ways to access the tool PowerShell

PowerShell Web Access

Shortcut

Windows Admin Center (fomerly Honolulu)

Azure Cloud Shell

Page 4: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

The idea …

• The goal has been a simple menu with useful commands for the administration of Active Directory

• User-friendly, user-friendly and once again user-friendly...

• Everyone can use it (helpdesk staff, not only Active Directory Engineers)

• No PowerShell Know-How required

• Many ways to access it

• Very easy to start

Page 5: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

How many paths do we need? Sensory overload?

Page 6: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

The model – Back to the 80‘s?

Sconfig.vbs is much more user-friendly

than clicking around ... even if it looks a

bit like the start menu of Leisure Suit Larry

or Winter Games

Page 7: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Server Core / Nano ServerReady for the future? The GUI is fading away ...

Page 8: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Active Directory Domain Services SectionBack to the 80‘s?

Never ever. Simplification and Automation are the keywords.

Page 9: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Discovering

• List all relevant informations about Forest / Domain / Sites

Page 10: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Discovering

• List and Test Domain Controllers

Page 11: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Discovering

• List Computers, Servers or both sorted by operatingsystem

Page 12: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Discovering

• Select a scope to run systeminfo on remote computers

Page 13: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

User Actions …

• User‘s last Domain Logon

Page 14: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

User Actions ...

• Get currently logged on user (per Computer)

Page 15: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Computer Actions ...

• Move Computer to OU

Page 16: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Clean up …

• Find orphaned Accounts

Page 17: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Notify

• Send messages to user‘s desktop

Page 18: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Automation

• Onboarding new employees ...

Page 19: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Automation

• Offboarding employees ...

Page 20: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Code Sample

• Get logged on user by computer

Page 21: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Many ways to use it …

• PowerShell … RSAT not required ... Make your choice ...

Page 22: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Many ways to use it …

• PowerShell Web Access … access from every device …

Page 23: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Many ways to use it …

• via shortcut …

Page 24: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Many ways to use it …

• Windows Admin Center (former Honolulu) As the team says, the future of GUI administration...

Page 25: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Many ways to use it …

• Azure Cloud Shell

Page 26: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Coming soon ...

• Integration of Exchange 2010/2013/2016 (on premise)• Creating AD User and Exchange Mailbox at once

• Ideas for further menu items?

Page 27: Active Directory Domain Services Section · 2018-07-31 · 1. The idea: A clear tool for administration of Active Directory for all, not only PowerShell enthusiasts 2. Introduction

Thank you for listening

Download

http://sid-500.com/2018/05/22/active-directory-domain-services-section-version-1-1/

Patrick Gruenauer

Microsoft MVP

BFI Wien | HLMW9 Michelbeurn | BBRZ Wien

https://sid-500.com

[email protected]


Recommended