PowerShell - Active DirectoryWhich PowerShell command is used to import the Active Directory module after it is installed?AImport-Module ActiveDirectoryBInstall-Module ActiveDirectoryCEnable-Module ActiveDirectoryDAdd-Module ActiveDirectoryCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand module import in PowerShellPowerShell uses Import-Module to load installed modules into the session.Step 2: Identify the correct module name for ADThe Active Directory module is named 'ActiveDirectory'. So the command is Import-Module ActiveDirectory.Final Answer:Import-Module ActiveDirectory -> Option AQuick Check:Import module command = Import-Module ActiveDirectory [OK]Quick Trick: Use Import-Module to load installed modules into PowerShell [OK]Common Mistakes:Confusing Install-Module with Import-ModuleUsing incorrect module namesTrying to enable or add modules with wrong commands
Master "Active Directory" in PowerShell9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More PowerShell Quizzes Active Directory - Organizational unit operations - Quiz 7medium Automation Patterns - Monitoring scripts with email alerts - Quiz 10hard Automation Patterns - Report generation automation - Quiz 6medium Automation Patterns - Configuration drift detection - Quiz 15hard Automation Patterns - Desired State Configuration (DSC) basics - Quiz 12easy Cross-Platform PowerShell - Why cross-platform extends reach - Quiz 3easy Cross-Platform PowerShell - PowerShell on macOS - Quiz 4medium Remote Management - PSSession management - Quiz 8hard Scripting Best Practices - Code signing - Quiz 7medium System Administration - Service management (Get/Start/Stop-Service) - Quiz 2easy