PowerShell - Active Directory
What will be the output of this PowerShell command sequence on Windows 10 if the AD module is not installed?
Import-Module ActiveDirectory -ErrorAction SilentlyContinue; Get-Module ActiveDirectory
