LfDccLocalNodeAdmin
The LfDccLocalNodeAdmin PowerShell Module is useful for troubleshooting issues that occur before Distributed Computing Cluster can be administered from the Web Administration Console. If the Distributed Computing Cluster service will not start, use this PowerShell module to administer the service.
To access the LfDccLocalNodeAdmin 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 LfDccLocalNodeAdmin 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 comments in the LfDccLocalNodeAdmin module, type Get-Command -Module LfDccLocalNodeAdmin 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.
The LfDccLocalNodeAdmin PowerShell Module supports the following commands:
| Command | Description |
| Add-DomainUserToLocalNodeAuthorizationGroup | Adds a user to a node's authorization group. |
| Get-LocalNode | Gets a summary of all of a node's settings. |
| Get-LocalNodeAuthorizationGroup | Gets a node's authorization groups. |
| Get-LocalNodeMaxConcurrentTaskPolicy | Gets the policy that is used to determine the maximum number of tasks that the node will run at once. |
| Get-LocalNodeServicePort | Gets the port numbers that the node listens on. |
| Get-LocalNodeServiceSecuritySettings | Gets the node's communication security settings. |
| Remove-DomainUserFromLocalNodeAuthorizationGroup | Removes a user from a node's authorization group. |
| Reset-LocalNode | Resets the settings of the node. |
| Reset-LocalNodeAuthorizationGroup | Resets a node's authorization groups. |
| Reset-LocalNodeMaxConcurrentTaskPolicy | Resets the policy that is used to determine the maximum number of tasks that the node will run at once. |
| Reset-LocalNodeServicePort | Resets the port numbers that the node listens on. |
| Reset-LocalNodeServiceSecuritySettings | Resets the node's communication security settings. |
| Set-LocalNodeMaConcurrentTaskPolicy | Sets the maximum number of tasks that the node will run at once. |
| Set-LocalNodeServicePort | Sets the port numbers that the node listens on. |
| Set-LocalNodeServiceSecuritySettings | Sets the node's communication security settings. |