Thursday, December 29, 2011

Domain Controller (Audience Fix)

·        Delete the old User Profile Service Application Proxy (click check box for Delete Associated Content when deleting)
·         Perform and iisreset -noforce
·         Create a new User Profile Service Application Proxy
·         Enable import of NetBIOS Domain Names
o              Using the 2010 SharePoint Management Shell:
o              Get-SPServiceApplication
o              <lists the Service Applications and their GUIDs>
o              $UPA = Get-SPServiceApplication –Id <GUID of User Profile Service Application>
o              $UPA.NetBIOSDomainNamesEnabled=1
o              $UPA.Update()
·         Check if NetBIOS Domain Names are enabled
    •           (Get-SPServiceApplication <GUID of User Profile Service Application>).NetBIOSDomainNamesEnabled
      • Need Parenthesis in above command
    •           You'll get back either True or False.  (should be True before continuing)
·         Start the User Profile Synchronization Service (takes a while to start)
·         Once the Service is started Perform an iisreset -noforce
·         Under Configure Synchronization Settings, uncheck BCS
·         Create a new Synchronization Connection
·         Forest = PMC1  (this will change to “adroot.phmic.com” automatically once created)
·         Domain Controller = DC1.adroot.phmic.com
·         Perform an iisreset -noforce
·         Start a Full Synchronization