Essential Windows Enterprise Services Overview

 
Windows Enterprise Services
 
Introductions
UNM Directory Services
RSAT
Organizational Units (OU)
Active Directory Groups
Naming Convention
Joining Workstations
File Services
Sharing & Security tabs
GPOs
OU Administrators Responsibilities
Troubleshooting tools
Guidelines
Support
 
LAMB
Authoritative Source of
information for AD
Process of NetID creation,
org code to OU mapping,
account retention
 
 
Active Directory
Microsoft’s implementation
of LDAP
Empty root
Colleges and HSC domains
 
 
 
RSAT
 (Remote Server
Administration Tools)
allows administrators to
run snap-ins and tools on a
remote computer to manage
features and roles
Computers includes the AD
Users and (
ADUC
) and 
Group
Policy Management 
tools
 
Windows 7
https
://
www.microsoft.com/en-us/download/details.aspx?id=7887
Windows 8
https://www.microsoft.com/en-us/download/details.aspx?id=28972
 
Delegate responsibility to UNM departments and affiliates
OU Admins are responsible for their own OU structures
Enterprise Admins oversee entire forest
Standard Sub-OUs we create for you:
Accounts - 
populated by LDAP. 
DO NOT DISABLE OR DELETE
Groups - 
where you create groups
Servers – 
your
 
departmental servers here
SvcAcnts – 
privileged application or admin accounts
Workstations - 
your workstations. 
PRESTAGE COMPUTERS BEFORE JOINING TO AD
 
 
Group Types:
Security
 
Groups
Universal: 
Cross forest
Global: 
Between domains
Domain Local: 
In your domain
Distribution Groups: 
Not what it used to be!
 
Microsoft’s Best Practice - 
AGDLP
The order to assign user permissions to resources - 
A
ccounts, 
G
lobal,
D
omain 
L
ocal, 
P
ermissions
Role based security provisioning
User Roles correspond to a global group
Security Roles are assigned to a domain local group
Demo
 
 
Workstations, Servers & Printers
ABC-LN00040797
ABC153WEB01
ABC153-1104-Konika284
 
Groups
ABC-OUAdmins-DL
ABC-OUAdmins-GG
 
Service Accounts
sqlABCSVC (SQL service in ABC dept)
ahABCSVC (admin acct in ABC dept)
 
Group Policy Objects (GPOs)
ABC-Classroom 103 File Share
 
 
Pre-stage all computers
Use your svc account
Demo
 
Join workstations to colleges.ad.unm.edu
Local vs. domain user profiles
Netdom join /d:colleges.ad.unm.edu ABC-DC8MRSJ1
/OU:OU=Workstations,OU=ABC,DC=colleges,DC=ad,DC=unm,DC=edu
/ud:colleges\ahabcsvc /pd:MySecretPassword
Add-Computer –DomainName colleges.ad.unm.edu –OUPath
“OU=Workstations,OU=ABC,DC=colleges,DC=ad,DC=unm,DC=edu” –
Credential colleges\ahabcsvc -Restart
 
 
Centralized storage and backup
 
 
Mapped drives
Shared and Home directories
 
 
Sharing
Create a Domain Local group for your department
Grant access to that group
Security – NTFS
Full Control should only be given to OU Admins
Do not remove Domain Admins group
Combination of Modify, Read & Execute, List folder contents, Read and Write
permissions may be assigned to User groups
NTFS permissions should be less permissive than Sharing permissions
 
Group Policy Objects
Customized MMC
Default GPOs we create for you
How to request and test GPOs
Support model
Scripts vs Preferences
Loopback Processing Mode
 
Support for your end users
 
Managing your department’s resources
 
Managing permissions for resources
 
Securing your department’s data
 
Command line tools – 
demo
 
Nslookup
 - queries DNS entries and ip lookup
Ping
 - see if a host is reachable by IP. Firewall restrictions can limit this
Telnet
 - verifies a port is open on a resource
Gpudate /force 
- will immediately apply any group policy you have put in
place instead of waiting
Gpresult /r /v 
- will detail what group policies are applied to the
workstation and user
 
Powershell
 
 
 
Please…
Do not remove Domain Admins group
Do not use your regular NetID for admin work.  Always “Run as different
user”.
Do not delete accounts.
Recycle Bin with 2008R2
 
Common Problems
Typos when pre-staging
Wired vs. wireless
AD is not down… (If it is, we already know it!)
Disabled & expired accounts
Changing group membership
 
Contact IT Service Desk
https://help.unm.edu/CherwellPortal/ServiceDesk
Submit incident or service request
 
FastInfo
 
https://unmm.sharepoint.com/teams/it/platforms/wes/adoutr
aining/_layouts/15/start.aspx#/SitePages/Home.aspx
 
http://it.unm.edu/ad
 
 
 
 
Thank you
Slide Note
Embed
Share

Exploring Windows Enterprise Services, the Introductions to UNM Directory Services, the LAMB Authoritative Source of Information for AD processes, and the benefits of RSAT (Remote Server Administration Tools). Discover the delegation of responsibilities in OU structures and the nuances of Group Types in Active Directory management. Learn about managing Workstations, Servers, and Printers effectively.

  • Windows Enterprise Services
  • Active Directory
  • RSAT
  • OU Structures
  • Group Types

Uploaded on Sep 28, 2024 | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. Windows Enterprise Services

  2. Introductions UNM Directory Services RSAT Organizational Units (OU) Active Directory Groups Naming Convention Joining Workstations File Services Sharing & Security tabs GPOs OU Administrators Responsibilities Troubleshooting tools Guidelines Support

  3. LAMB Authoritative Source of information for AD Process of NetID creation, org code to OU mapping, account retention Active Directory Microsoft s implementation of LDAP Empty root Colleges and HSC domains

  4. RSAT (Remote Server Administration Tools) allows administrators to run snap-ins and tools on a remote computer to manage features and roles Computers includes the AD Users and (ADUC) and Group Policy Management tools Windows 7 https://www.microsoft.com/en-us/download/details.aspx?id=7887 Windows 8 https://www.microsoft.com/en-us/download/details.aspx?id=28972

  5. Delegate responsibility to UNM departments and affiliates OU Admins are responsible for their own OU structures Enterprise Admins oversee entire forest Standard Sub-OUs we create for you: Accounts - populated by LDAP. DO NOT DISABLE OR DELETE Groups - where you create groups Servers yourdepartmental servers here SvcAcnts privileged application or admin accounts Workstations - your workstations. PRESTAGE COMPUTERS BEFORE JOINING TO AD

  6. Group Types: SecurityGroups Distribution Groups: Not what it used to be! Universal: Cross forest Global: Between domains Domain Local: In your domain Microsoft s Best Practice - AGDLP The order to assign user permissions to resources - Accounts, Global, Domain Local, Permissions Role based security provisioning User Roles correspond to a global group Security Roles are assigned to a domain local group Demo

  7. Workstations, Servers & Printers ABC-LN00040797 ABC153WEB01 ABC153-1104-Konika284 Groups ABC-OUAdmins-DL ABC-OUAdmins-GG Service Accounts sqlABCSVC (SQL service in ABC dept) ahABCSVC (admin acct in ABC dept) Group Policy Objects (GPOs) ABC-Classroom 103 File Share

  8. Pre-stage all computers Use your svc account Demo Join workstations to colleges.ad.unm.edu Local vs. domain user profiles Netdom join /d:colleges.ad.unm.edu ABC-DC8MRSJ1 /OU:OU=Workstations,OU=ABC,DC=colleges,DC=ad,DC=unm,DC=edu /ud:colleges\ahabcsvc /pd:MySecretPassword Add-Computer DomainName colleges.ad.unm.edu OUPath OU=Workstations,OU=ABC,DC=colleges,DC=ad,DC=unm,DC=edu Credential colleges\ahabcsvc -Restart

  9. Centralized storage and backup Mapped drives Shared and Home directories

  10. Sharing Create a Domain Local group for your department Grant access to that group Security NTFS Full Control should only be given to OU Admins Do not remove Domain Admins group Combination of Modify, Read & Execute, List folder contents, Read and Write permissions may be assigned to User groups NTFS permissions should be less permissive than Sharing permissions

  11. Group Policy Objects Customized MMC Default GPOs we create for you How to request and test GPOs Support model Scripts vs Preferences Loopback Processing Mode

  12. Support for your end users Managing your department s resources Managing permissions for resources Securing your department s data

  13. Command line tools demo Nslookup - queries DNS entries and ip lookup Ping - see if a host is reachable by IP. Firewall restrictions can limit this Telnet - verifies a port is open on a resource Gpudate /force - will immediately apply any group policy you have put in place instead of waiting Gpresult /r /v - will detail what group policies are applied to the workstation and user Powershell

  14. Please Do not remove Domain Admins group Do not use your regular NetID for admin work. Always Run as different user . Do not delete accounts. Recycle Bin with 2008R2 Common Problems Typos when pre-staging Wired vs. wireless AD is not down (If it is, we already know it!) Disabled & expired accounts Changing group membership

  15. Contact IT Service Desk https://help.unm.edu/CherwellPortal/ServiceDesk Submit incident or service request FastInfo https://unmm.sharepoint.com/teams/it/platforms/wes/adoutr aining/_layouts/15/start.aspx#/SitePages/Home.aspx http://it.unm.edu/ad

  16. Thank you

Related


More Related Content

giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#