I cannot import any modules into Powershell due to this error:
PS C:\Users\Administrator> import-module failoverclusters The term 'import-module' is not recognized as a cmdlet, function, operable program, or script file. Verify the term and try again. At line:1 char:14 + import-module <<<< failoverclusters
This was a new installation of Windows Server 2008 Enterprise. I installed Powershell as a Windows function through Server Manager. It was not installed when installing Windows Server.
source share