{"id":566,"date":"2016-03-09T16:53:27","date_gmt":"2016-03-09T16:53:27","guid":{"rendered":"https:\/\/regroove.ca\/stellark\/?p=566"},"modified":"2023-02-24T18:52:04","modified_gmt":"2023-02-24T18:52:04","slug":"aadconnect-quick-info","status":"publish","type":"post","link":"https:\/\/regroove.ca\/stellark\/2016\/03\/09\/aadconnect-quick-info\/","title":{"rendered":"AADConnect Quick Info"},"content":{"rendered":"<h3>New AAD Connect need to know info and changes<\/h3>\n<p>Overview\/Requirements and Installation<\/p>\n<p><a href=\"https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/active-directory-aadconnect\/\">https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/active-directory-aadconnect\/<\/a><\/p>\n<p>Download<\/p>\n<p><a href=\"http:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=47594\">http:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=47594<\/a><\/p>\n<p>Upgrade from AADSync<\/p>\n<p><a href=\"https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/active-directory-aadconnect-dirsync-upgrade-get-started\/\">https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/active-directory-aadconnect-dirsync-upgrade-get-started\/<\/a><\/p>\n<p>New Synch method<\/p>\n<p><a href=\"https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/active-directory-aadconnectsync-feature-scheduler\/\">https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/active-directory-aadconnectsync-feature-scheduler\/<\/a><\/p>\n<h3>Sync Scheduler<\/h3>\n<p>\u00b7 New default synchronization frequency of 30mins<\/p>\n<p>\u00b7 Scheduled Task to run synchronization is gone<\/p>\n<p>\u00b7 Synchronization can be manually triggered from PowerShell vs. Command Prompt<\/p>\n<p><b><u>From an elevated PS window<\/u><\/b><\/p>\n<p>Import-module adsync<\/p>\n<p>Get-AdSyncScheduler \u2013 Gets the current status and details of the Scheduler<\/p>\n<p>Set-ADSyncScheduler -SyncCycleEnabled $True \u2013 Sets the status of the SyncCycle to True (enabled)<\/p>\n<p>Stop-ADSyncCycle \u2013 Stops the Sync Scheduler<\/p>\n<h3>Manually initiate a synchronization<\/h3>\n<p>Import-module adsync<\/p>\n<p>Start-ADSyncSyncCycle -PolicyType Delta or Initial<\/p>\n<h3>Manually initiate a Password synchronization<\/h3>\n<p>$adConnector = &#8220;&lt;CASE SENSITIVE AD CONNECTOR NAME&gt;&#8221;<br \/>\n$aadConnector = &#8220;&lt;CASE SENSITIVE AAD CONNECTOR NAME&gt;&#8221;<br \/>\nImport-Module adsync<br \/>\n$c = Get-ADSyncConnector -Name $adConnector<br \/>\n$p = New-Object Microsoft.IdentityManagement.PowerShell.ObjectModel.ConfigurationParameter \u201cMicrosoft.Synchronize.ForceFullPasswordSync\u201d, String, ConnectorGlobal, $null, $null, $null<br \/>\n$p.Value = 1<br \/>\n$c.GlobalParameters.Remove($p.Name)<br \/>\n$c.GlobalParameters.Add($p)<br \/>\n$c = Add-ADSyncConnector -Connector $c<br \/>\nSet-ADSyncAADPasswordSyncConfiguration -SourceConnector $adConnector -TargetConnector $aadConnector -Enable $false<br \/>\nSet-ADSyncAADPasswordSyncConfiguration -SourceConnector $adConnector -TargetConnector $aadConnector -Enable $true<\/p>\n","protected":false},"excerpt":{"rendered":"<p>New AAD Connect need to know info and changes Overview\/Requirements and Installation https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/active-directory-aadconnect\/ Download http:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=47594 Upgrade from AADSync https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/active-directory-aadconnect-dirsync-upgrade-get-started\/ New Synch method https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/active-directory-aadconnectsync-feature-scheduler\/ Sync Scheduler \u00b7 New default synchronization frequency of 30mins \u00b7 Scheduled Task to run synchronization is gone \u00b7 Synchronization can be manually triggered from PowerShell vs. Command Prompt From an elevated PS &hellip; <a href=\"https:\/\/regroove.ca\/stellark\/2016\/03\/09\/aadconnect-quick-info\/\"><\/a><\/p>\n","protected":false},"author":11,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[5,33,60],"tags":[102,137,173],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>AADConnect Quick Info - Stephanie Kahlam<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/regroove.ca\/stellark\/2016\/03\/09\/aadconnect-quick-info\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AADConnect Quick Info - Stephanie Kahlam\" \/>\n<meta property=\"og:description\" content=\"New AAD Connect need to know info and changes Overview\/Requirements and Installation https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/active-directory-aadconnect\/ Download http:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=47594 Upgrade from AADSync https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/active-directory-aadconnect-dirsync-upgrade-get-started\/ New Synch method https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/active-directory-aadconnectsync-feature-scheduler\/ Sync Scheduler \u00b7 New default synchronization frequency of 30mins \u00b7 Scheduled Task to run synchronization is gone \u00b7 Synchronization can be manually triggered from PowerShell vs. Command Prompt From an elevated PS &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/regroove.ca\/stellark\/2016\/03\/09\/aadconnect-quick-info\/\" \/>\n<meta property=\"og:site_name\" content=\"Stephanie Kahlam\" \/>\n<meta property=\"article:published_time\" content=\"2016-03-09T16:53:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-24T18:52:04+00:00\" \/>\n<meta name=\"author\" content=\"Stephanie Kahlam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Stephanie Kahlam\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/regroove.ca\/stellark\/2016\/03\/09\/aadconnect-quick-info\/\",\"url\":\"https:\/\/regroove.ca\/stellark\/2016\/03\/09\/aadconnect-quick-info\/\",\"name\":\"AADConnect Quick Info - Stephanie Kahlam\",\"isPartOf\":{\"@id\":\"https:\/\/regroove.ca\/stellark\/#website\"},\"datePublished\":\"2016-03-09T16:53:27+00:00\",\"dateModified\":\"2023-02-24T18:52:04+00:00\",\"author\":{\"@id\":\"https:\/\/regroove.ca\/stellark\/#\/schema\/person\/175e89cb69612178b2ac838c0bab6149\"},\"breadcrumb\":{\"@id\":\"https:\/\/regroove.ca\/stellark\/2016\/03\/09\/aadconnect-quick-info\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/regroove.ca\/stellark\/2016\/03\/09\/aadconnect-quick-info\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/regroove.ca\/stellark\/2016\/03\/09\/aadconnect-quick-info\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Stellark Home\",\"item\":\"https:\/\/regroove.ca\/stellark\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AADConnect Quick Info\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/regroove.ca\/stellark\/#website\",\"url\":\"https:\/\/regroove.ca\/stellark\/\",\"name\":\"Stephanie Kahlam\",\"description\":\"Microsoft 365 and SMB.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/regroove.ca\/stellark\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/regroove.ca\/stellark\/#\/schema\/person\/175e89cb69612178b2ac838c0bab6149\",\"name\":\"Stephanie Kahlam\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/regroove.ca\/stellark\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/398b95e23dc9eaf37a780b86a239b485?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/398b95e23dc9eaf37a780b86a239b485?s=96&d=mm&r=g\",\"caption\":\"Stephanie Kahlam\"},\"url\":\"https:\/\/regroove.ca\/stellark\/author\/skahlam\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AADConnect Quick Info - Stephanie Kahlam","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/regroove.ca\/stellark\/2016\/03\/09\/aadconnect-quick-info\/","og_locale":"en_US","og_type":"article","og_title":"AADConnect Quick Info - Stephanie Kahlam","og_description":"New AAD Connect need to know info and changes Overview\/Requirements and Installation https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/active-directory-aadconnect\/ Download http:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=47594 Upgrade from AADSync https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/active-directory-aadconnect-dirsync-upgrade-get-started\/ New Synch method https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/active-directory-aadconnectsync-feature-scheduler\/ Sync Scheduler \u00b7 New default synchronization frequency of 30mins \u00b7 Scheduled Task to run synchronization is gone \u00b7 Synchronization can be manually triggered from PowerShell vs. Command Prompt From an elevated PS &hellip;","og_url":"https:\/\/regroove.ca\/stellark\/2016\/03\/09\/aadconnect-quick-info\/","og_site_name":"Stephanie Kahlam","article_published_time":"2016-03-09T16:53:27+00:00","article_modified_time":"2023-02-24T18:52:04+00:00","author":"Stephanie Kahlam","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Stephanie Kahlam","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/regroove.ca\/stellark\/2016\/03\/09\/aadconnect-quick-info\/","url":"https:\/\/regroove.ca\/stellark\/2016\/03\/09\/aadconnect-quick-info\/","name":"AADConnect Quick Info - Stephanie Kahlam","isPartOf":{"@id":"https:\/\/regroove.ca\/stellark\/#website"},"datePublished":"2016-03-09T16:53:27+00:00","dateModified":"2023-02-24T18:52:04+00:00","author":{"@id":"https:\/\/regroove.ca\/stellark\/#\/schema\/person\/175e89cb69612178b2ac838c0bab6149"},"breadcrumb":{"@id":"https:\/\/regroove.ca\/stellark\/2016\/03\/09\/aadconnect-quick-info\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/regroove.ca\/stellark\/2016\/03\/09\/aadconnect-quick-info\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/regroove.ca\/stellark\/2016\/03\/09\/aadconnect-quick-info\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Stellark Home","item":"https:\/\/regroove.ca\/stellark\/"},{"@type":"ListItem","position":2,"name":"AADConnect Quick Info"}]},{"@type":"WebSite","@id":"https:\/\/regroove.ca\/stellark\/#website","url":"https:\/\/regroove.ca\/stellark\/","name":"Stephanie Kahlam","description":"Microsoft 365 and SMB.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/regroove.ca\/stellark\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/regroove.ca\/stellark\/#\/schema\/person\/175e89cb69612178b2ac838c0bab6149","name":"Stephanie Kahlam","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/regroove.ca\/stellark\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/398b95e23dc9eaf37a780b86a239b485?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/398b95e23dc9eaf37a780b86a239b485?s=96&d=mm&r=g","caption":"Stephanie Kahlam"},"url":"https:\/\/regroove.ca\/stellark\/author\/skahlam\/"}]}},"_links":{"self":[{"href":"https:\/\/regroove.ca\/stellark\/wp-json\/wp\/v2\/posts\/566"}],"collection":[{"href":"https:\/\/regroove.ca\/stellark\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/regroove.ca\/stellark\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/regroove.ca\/stellark\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/regroove.ca\/stellark\/wp-json\/wp\/v2\/comments?post=566"}],"version-history":[{"count":1,"href":"https:\/\/regroove.ca\/stellark\/wp-json\/wp\/v2\/posts\/566\/revisions"}],"predecessor-version":[{"id":1429,"href":"https:\/\/regroove.ca\/stellark\/wp-json\/wp\/v2\/posts\/566\/revisions\/1429"}],"wp:attachment":[{"href":"https:\/\/regroove.ca\/stellark\/wp-json\/wp\/v2\/media?parent=566"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/regroove.ca\/stellark\/wp-json\/wp\/v2\/categories?post=566"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/regroove.ca\/stellark\/wp-json\/wp\/v2\/tags?post=566"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}