Preparing The MIM 2016 Servers: Jeff Adkin
Preparing The MIM 2016 Servers: Jeff Adkin
Jeff Adkin
PLURALSIGHT AUTHOR
@JeffAdkin www.JAdkin.com
Summary Creating MIM Accounts
Creating MIM Groups
Installing MIM Prerequisites
Installing SQL Prerequisites
Install SQL Server
Creating MIM Accounts
MIM Accounts
MIMMAgent
- MIM Management Agent
MIMSync
- Management IM Sync Service
MIMService
- Common Services
MIMSPRegAP
- Password Registration Application Pool
MIMSPResetAP
- Password Reset Application Pool
Creating Active Directory Accounts
MIMSyncOperators
- Operators
MIMSyncJoiners
- Joiners
MIMSyncBrowse
- Connector Browse
MIMSyncPasswordReset
- WMI Password Management
Creating Active Directory Groups
AD Module for
Local Security
Windows
PowerShell Policy
Demo
Add in Roles and Features in Server
Manager required by MIM
Import-module ServerManager
Install-WindowsFeature Web-WebServer, Net-Framework-
Features,rsat-ad-powershell,Web-Mgmt-Tools,Application-
Server,Windows-Identity-Foundation,Server-Media-
Foundation,Xps-Viewer –includeallsubfeature -restart -
source d:\sources\SxS
SQL Admin
.Net 3.5 .NET 4.5
Account
3.5 by default is not While 4.5 might already
installed and to install it be installed on your This is the SQL admin
you need to add the server always make account to be used
source location. sure. during installation of
SQL
Demo