Skip to content

Commit 9ccf2f0

Browse files
committed
Update dependency note
1 parent 38c8af1 commit 9ccf2f0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docset/winserver2025-ps/failoverclusters/FailoverClusters.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ cmdlets aren't available in your PowerShell session, you may need to add the
2222
Add-WindowsFeature RSAT-Clustering-PowerShell
2323
```
2424

25+
> [!NOTE]
26+
> The AccelNet cmdlets have a dependency on the Hyper-V role. To learn more, see [Install or Uninstall Roles, Role Services, or Features](/windows-server/administration/server-manager/install-or-uninstall-roles-role-services-or-features).
27+
>
28+
> This role can also be installed using PowerShell by running the following command:
29+
>
30+
> ```powershell
31+
> Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
32+
> ```
33+
2534
## FailoverClusters Cmdlets
2635
2736
### [Add-ClusterCheckpoint](Add-ClusterCheckpoint.md)

0 commit comments

Comments
 (0)