LfDccClusterAdmin
The LfDccClusterAdmin PowerShell Module is used to administer an existing Distributed Computing Cluster installation. This module provides all the administrative features available in the Distributed Computing Cluster Administration Console.
To access the LfDccClusterAdmin PowerShell Module
- On the machine where the Distributed Computing Cluster service is installed, open Windows PowerShell, making sure to right-click it and choose Run as administrator.
- In PowerShell, type Import-Module LfDccClusterAdmin and press ENTER.
Note: By default, PowerShell doesn't allow you to run scripts. To run these scripts, you must change the Script Execution Policy to AllSigned. To do so, type Set-ExecutionPolicy AllSigned in PowerShell and press ENTER.
- To see the list of available commands in the LfDccClusterAdmin moule, type Get-Command -Module LfDccClusterAdmin and press ENTER.
- To see documentation for a specific command, type Get-Help CommandName.
- To see the status of the Distributed Computing Cluster service, type Get-Service LFDCC64 and press ENTER.