GithubHelp home page GithubHelp logo

aad_connect's Introduction

Azure AD Connect - Testing your installation

AADConnect

PreRequisite Software

  • Install the current stable release of Pester from PowerShell Gallery

Tests

PreRequisite tests

This tests that the server meets all the requirements before the installation begins

  • has OS of type - Windows Server 2012 R2 or later
    • has full GUI installed
  • has PowerShell Version 3.0 or later installed
  • has .NET Framework 4.5.1 or later installed
  • the Secondary Logon service is not disabled
  • has connectivity with the Internet
Invoke-Pester -Script @{Path = '.\AADConn.Tests.ps1'; Parameters = @{skip = $True;Mode = 'Primary'}} -Tag PreReqs

Post Installation tests

This tests that the installation has successfully completed with no errors

  • has 'Microsoft Azure AD Connect' listed as installed software
  • has 'Microsoft Azure AD Connect synchronization services' listed as installed software -"has 'Microsoft Azure AD Connect Health agent for sync' listed as installed software
  • the 'Azure AD Connect Health Sync Insights Service' is installed and running
  • the 'Azure AD Connect Health Sync Monitoring Service' is installed and running
  • the AAD Connect auto upgrade state is disabled
Invoke-Pester -Script @{Path = '.\AADConn.Tests.ps1'; Parameters = @{skip = $True;Mode = 'Primary'}} -Tag Initial, Install

ADSyncConnector tests

This tests that the ADLDS_Rules and ADDS_Rules have been set correctly

  • has Default Microsoft Rules enabled
  • has ADDS (Microsoft) Connector runprofile named correctly
    • Full Import
    • Full Synchronization
    • Delta Import
    • Delta Synchronization
    • Export
  • has correct ObjectInclusionList set
  • has the correct Attribute set
  • ADDS Rule Checks from XML
  • ADLDS Rule Checks from XML
  • Generic LDAP (Microsoft) Connector check
Invoke-Pester -Script @{Path = '.\AADConn.Tests.ps1'; Parameters = @{skip = $True;Mode = 'Primary'}} -Tag ADSync

Final Check after sync enabled

This Runs ALL tests and skip InitialInstall

Invoke-Pester -Script @{Path = '.\AADConn.Tests.ps1'; Parameters = @{skip = $True;Mode = 'Primary'}}  -ExcludeTag Initial

aad_connect's People

Contributors

acauret avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.