Failover cluster 용 Powershell cmdlet 실행시키는 방법
아래 포스트 내용을 보시면 어떻게 Powershell 을 사용해서 Failover 관련 cmdlet 을 실행시키는 방법이 나와 있습니다.
간단히 정리 해 보면
Start –> Administrator Tools –> Windows PowerShell Modules. 를 실행 시켜주시면 됩니다.
PowerShell 을 Admin 권한으로 실행한 후 아래 명령을 실행해도 Failover cluster 명령을 사용할 수 있지만 새로운 Shell을 사용할 때 마다 한 번씩 실행해 주어야 합니다.
Import-Module FailoverClusters
PowerShell for Failover Clustering in Windows Server 2008 R2
https://blogs.msdn.com/clustering/archive/2008/12/20/9243367.aspx