Which cmdlet displays a list of all PowerShell cmdlets relat
Which cmdlet displays a list of all PowerShell cmdlets related to failover clusters?
a. Show-All -Commands FailoverCl
b. Get-Module -Name Failover
c. Get-Command -Module FailoverClusters
d. Show-Module -Display Cluster
| a. Show-All -Commands FailoverCl | ||
| b. Get-Module -Name Failover | ||
| c. Get-Command -Module FailoverClusters | ||
| d. Show-Module -Display Cluster |
Solution
The Get-Command -Module FailoverClusters cmdlet displays a list of all PowerShell cmdlets related to failover clusters.
