I am trying to create a security group but before that i need to import Active Directory module in powershell.
Import-Module ActiveDirectory
But above script gives an error as "Import-Module : The specified module 'ActiveDirectory' was not loaded because no valid module file was found in any module directory." Please help me to fix this issue.