Network Load Balancing (NLB) Cmdlets in Windows PowerShell
Windows PowerShell® ist eine aufgabenbasierte Befehlszeilenshell- und Skriptsprache, die speziell für die Systemverwaltung entwickelt wurde. Dieses Referenzthema für IT-Profis bietet Unterstützung beim Einsatz von Windows PowerShell-Cmdlets, um Skripts für Aufgaben zu erstellen und sie zu automatisieren.
Network Load Balancing (NLB) clusters
This reference provides cmdlet descriptions and syntax for all Network Load Balancing (NLB) cluster-specific cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
cmdlet | Description |
---|---|
Adds a new node to the Network Load Balancing (NLB) cluster. |
|
Adds a dedicated IP address to a Network Load Balancing (NLB) cluster. |
|
Adds a new port rule to a Network Load Balancing (NLB) cluster. |
|
Adds a virtual IP address to a Network Load Balancing (NLB) cluster. |
|
Disables a port rule on a Network Load Balancing (NLB) cluster or on a specific host in the cluster. |
|
Enables a port rule on a Network Load Balancing (NLB) cluster or on a specific node in the cluster. |
|
Retrieves information about the Network Load Balancing (NLB) cluster object that is queried by the caller. |
|
Retrieves information about the Network Load Balancing (NLB) driver on the local machine. |
|
Retrieves information about the Network Load Balancing (NLB) cluster object that is queried by the caller. |
|
Retrieves the dedicated IP address that is queried by the caller. |
|
Retrieves information about interfaces, including information about the Network Load Balancing (NLB) driver, on a host. |
|
Retrieves the port rule objects that are queried by the caller. |
|
Retrieves virtual IP addresses that are queried by the caller. |
|
Creates a Network Load Balancing (NLB) cluster on the specified interface that is defined by the node and network adapter name. |
|
Generates IPv6 addresses to create cluster virtual IP addresses or node dedicated IP addresses. |
|
Deletes a Network Load Balancing (NLB) cluster. |
|
Removes a node from the Network Load Balancing (NLB) cluster. |
|
Removes a dedicate IP address from a Network Load Balancing (NLB) cluster. |
|
Removes a port rule from a Network Load Balancing (NLB) cluster. |
|
Removes a virtual IP address from a Network Load Balancing (NLB) cluster. |
|
Resumes all nodes in a Network Load Balancing (NLB) cluster. |
|
Resumes the node in a Network Load Balancing (NLB) cluster that was suspended. |
|
Edits the configuration of a Network Load Balancing (NLB) cluster. |
|
Edits the Network Load Balancing (NLB) cluster node settings. |
|
Edits the dedicated IP address of a Network Load Balancing (NLB) cluster. |
|
Edits the port rules for a Network Load Balancing (NLB) cluster. |
|
Sets the host priority of a port rule for a specific Network Load Balancing (NLB) node. |
|
Sets the load weight of a port rule for a specific Network Load Balancing (NLB) node. |
|
Edits the virtual IP address of a Network Load Balancing (NLB) cluster. |
|
Starts all nodes in a Network Load Balancing (NLB) cluster. |
|
Starts a Network Load Balancing (NLB) cluster node. |
|
Stops all nodes of a Network Load Balancing (NLB) cluster. |
|
Stops a node in a Network Load Balancing (NLB) cluster. |
|
Suspends all nodes of a Network Load Balancing (NLB) cluster. |
|
Suspends a specific node in a Network Load Balancing (NLB) cluster. |
Hinweis
To list all the cmdlets that are available, use the Get-Command -NlbCluster
cmdlet.
Um weitere Informationen zur Syntax beliebiger Cmdlets zu erhalten, verwenden Sie das Get-Help
<Cmdlet-Name>-Cmdlet, wobei <Cmdlet-Name> der Name des Cmdlets ist, zu dem Sie Informationen wünschen. Um ausführlichere Informationen zu erhalten, können Sie die folgenden Cmdlets ausführen:
● Get-Help
<Cmdlet-Name> -Detailed
● Get-Help
<Cmdlet-Name> -Examples
● Get-Help
<Cmdlet-Name> -Full
More Information
For more information about Network Load Balancing, see Network Load Balancing on TechNet.