Forum Discussion
yfk72
Nov 12, 2025Copper Contributor
Get-ClusterExcludedAdapter cmdlet
Following link https://learn.microsoft.com/en-us/powershell/module/failoverclusters/get-clusterexcludedadapter?view=windowsserver2025-ps when execute Get-ClusterExcludedAdapter cmdlet with error b...
VGSandz
Nov 24, 2025Copper Contributor
Hello yfk72
This is supported only on windows server 2025 provided the following module is installed along with your Windows Cluster role.
#Check if module is installed.
Get-WindowsFeature -Name "RSAT-Clustering-PowerShell"
#Command to install.
Get-WindowsFeature -Name "RSAT-Clustering-PowerShell" | Install-WindowsFeatureSource : https://learn.microsoft.com/en-us/powershell/module/failoverclusters/?view=windowsserver2025-ps