220 likes | 331 Views
Mod 2: User Management. Version 2.0 for Office 365. Chris Oakman | Managing Partner Infrastructure Team | Eastridge Technology Stephen Hall | CEO & SMB Technologist | District Computers. Jump Start Schedule – Target Agenda. Module 2: User Management.
E N D
Mod 2: User Management Version 2.0 for Office 365 Chris Oakman | Managing Partner Infrastructure Team | Eastridge Technology Stephen Hall | CEO & SMB Technologist | District Computers
Module 2: User Management For Midsize Businesses and Enterprises • Adding a New Domain to Office 365 • Understanding Identities • Adding/Managing Users & Groups • Administration Roles Overview
Add A New Domain to Office 365 Prepare before you add your domain Add and verify a domain name Specify services for your domain Edit DNS records for Office 365 services
DEMO | Adding a domain Using: Office 365 admin center Public DNS (GoDaddy.com) Private DNS (Windows Server)
Module 2: User Management For Midsize Businesses and Enterprises • Adding a New Domain to Office 365 • Understanding Identities • Adding/Managing Users & Groups • Administration Roles Overview
Understanding Identities | Identity Types Cloud Identity • Separate credential from corporate credential • Authentication occurs via cloud directory service • Password policy is stored in Office 365 Federated Identity • Same credential as corporate credential • Authentication occurs via on-premises Active Directory service • Password policy is stored on-premises • Requires Directory Synchronization
Display name User name User location* Require Fields for Office 365 Identity/User * - Required by Office 365 admin center GUI, NOT by PowerShell
Module 2: User Management For Midsize Businesses and Enterprises • Adding a New Domain to Office 365 • Understanding Identities • Adding/Managing Users & Groups • Administration Roles Overview
Office 365 Admin Center Manual/Single user creation Bulk/CSV Import Directory Synchronization Includes on-premises Active Directory objects created via Active Directory Users and Computers, Exchange Management Console, 3rd party identity management solutions, etc. PowerShell Microsoft Online Services Module for Windows PowerShell Native Exchange cmdlets via remote PowerShell NOTE - Either Cloud or federated identity required Three Options for Provisioning Users
Edit or Delete a Select User or Group of Users • Manage active users, deleted users, security groups or delegated admins • Reset user password or edit User Exchange or Lync properties Simple User Management • Add, Upload, Delete, Filter or Search for Users
Activate Directory Synchronization Enhanced User Management • Manage password expiration policy for all users
Creates an auto-generated password Requires user to change password on next login Allows admin to send password through email Password Management | Office 365 admin center
Set user password & force change on next login: Set-MsolUserPassword-userPrincipalName <user ID> -NewPassword “password“ Set user password without forcing a password change: Set-MsolUserPassword-userPrincipalName <user ID> -NewPassword “password" -ForceChangePassword $false Password Management | PowerShell
Password duration limitations 14 days - 730 days Password Expiration Policy| Office 365 Admin Center NOTE – The default number of days before passwords expire is 90 days
Set a user password to expire Set-MsolUser -UserPrincipalName <user ID> -PasswordNeverExpires$false Set a user password to never expire (not recommended) Set-MsolUser -UserPrincipalName <user ID> -PasswordNeverExpires $true Set all user passwords to expire / never expire (not recommended) Get-MSOLUser | Set-MsolUser -PasswordNeverExpires $false //set all passwords to expire Get-MSOLUser| Set-MsolUser -PasswordNeverExpires $true //set all passwords to never expire Determine which passwords are set to never expire Get-MSOLUser | Select UserPrincipalName, PasswordNeverExpires Password Expiration Management| PowerShell
DEMO | Managing Cloud Users Using Office 365 Admin Center Add Single user Add Multiple users Change password timeout settings Reset password Using PowerShell • Set new user’s password to • Change new user’s password to never expire • Setting passwords on multiple user accounts
Module 2: User Management For Midsize Businesses and Enterprises • Adding a New Domain to Office 365 • Understanding Identities • Adding/Managing Users & Groups • Administration Roles Overview
Administrator Permissions by Role http://onlinehelp.microsoft.com/en-us/office365-enterprises/ff637584.aspx
DEMO | Assigning Roles & Licenses Using Office 365 Admin Center