PS_RemoteAccessLoadBalancer, ROOT\Microsoft\Windows\RemoteAccess\MS_409

Class | Methods (4) | Properties | Qualifiers (3) | Instances | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

Represents load balancing configuration for Remote Access

PS_RemoteAccessLoadBalancer methods

PS_RemoteAccessLoadBalancer has 4 methods (4 Local)

NameOriginReturn
GetPS_RemoteAccessLoadBalanceruint32 {'out':True}
SetByDisableLoadBalancingPS_RemoteAccessLoadBalanceruint32 {'out':True}
SetByEnableLoadBalancingPS_RemoteAccessLoadBalanceruint32 {'out':True}
SetByThirdPartyLoadBalancerPS_RemoteAccessLoadBalanceruint32 {'out':True}

Detailed description of PS_RemoteAccessLoadBalancer methods

Local methods (4) of PS_RemoteAccessLoadBalancer class

Get method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
ComputerNamestring0-{'Description':'The IP address (IPV4 or IPv6) or name of the computer on which the cmdlet runs.','In':True}
EntrypointNamestring1-{'Description':'The name of the entry point in the multisite deployment for which the load balancing configuration should be retrieved. ','In':True}
Briefboolean2-{'Description':'Suppresses the retrieval of node status.','In':True}
cmdletOutputobject:RemoteAccessLoadBalancer3-{'Description':'The object consists of the following properties 1. The list of nodes and the following properties for each node a. IPv4/IPv6 address or hostname of the node b. The load balancing status of each node c. IPv4 address ranges configured on each node for VPN static pool address assignment 2. Status of third party load balancer ? whether it is enabled or disabled 3. List of internet virtual IP addresses 4. List of internal virtual IP addresses','Out':True}
Description'Displays load balanced cluster settings.'
Get method is in 28 classes of ROOT\Microsoft\Windows\RemoteAccess\MS_409 and in 19 namespaces
SetByDisableLoadBalancing method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
ComputerNamestring0-{'Description':'The address (IPv4 or IPv6 ) or name of the computer on which the cmdlet runs. If ComputerName parameter is specified then this server is added to the load balanced cluster.','In':True}
PassThruboolean1-{'Description':'Returns the load balanced server configuration object. ','In':True}
Disableboolean2-{'Description':'Disables load balancing. ','In':True}
Forceboolean3-{'Description':'Turns off the option to allow a user to override a setting using the prompt that confirms user approval for an action (ShouldContinue prompt). User confirmation for disabling load balancing will be assumed. ','In':True}
cmdletOutputobject:RemoteAccessLoadBalancer4-{'Description':'The object consists of the following properties 1. The list of nodes in the cluster and the following properties for each node a. IPv4/IPv6 address or hostname of the node b. The load balancing status of each node c. IPv4 address ranges configured on each node for VPN static pool address assignment 2. Status of third party load balancer ? whether it is enabled or disabled 3. List of internet virtual IP addresses 4. List of internal virtual IP addresses','Out':True}
Description'Configures load balancing on the Remote Access server.
'
SetByDisableLoadBalancing method is in 1 class (PS_RemoteAccessLoadBalancer) of ROOT\Microsoft\Windows\RemoteAccess\MS_409 and in 2 namespaces
SetByEnableLoadBalancing method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
ComputerNamestring0-{'Description':'The address (IPv4 or IPv6 ) or name of the computer on which the cmdlet runs. If ComputerName parameter is specified then this server is added to the load balanced cluster.','In':True}
PassThruboolean1-{'Description':'Returns the load balanced server configuration object. ','In':True}
UseThirdPartyLoadBalancerboolean2-{'Description':'Enables use of a third-party external load balancer for cluster traffic. Note that when external load balancing is enabled and Teredo has been deployed then all the external Dedicated IPs must be consecutive addresses','In':True}
InternetDedicatedIPAddressstring3-{'Description':'One or more IP addresses (IPv4 or IPv6) with subnet masks that will be used as the dedicated IP addresses (DIPs) for load balancing on the external network adapter. Specify the IPv4 address and subnet in the format IP_ADDR/SUBNET. For IPv6 specify the prefix length along with the IP address','In':True}
InternalDedicatedIPAddressstring4-{'Description':'One or more IP addresses with subnet masks that will be used as the dedicated IP addresses (DIPs) for load balancing on the internal network adapter. Specify the IPv4 address and subnet in the format IP_ADDR/SUBNET. For IPv6 specify the prefix length along with the IP address ','In':True}
InternetVirtualIPAddressstring5-{'Description':'One or more IP addresses with subnet masks that will be used as the virtual IP addresses (VIPs) for load balancing on the external network adapter. Should include the IPsec tunnel endpoint IP addresses on the external adapter. Specify the IPv4 address and subnet in the format IP_ADDR/SUBNET. For IPv6 specify the prefix length along with the IP address. If ISATAP is deployed in the internal network then at least one of the IP addresses specified in the parameter should be present in the ISATAP name entry in DNS. If the external adapter virtual IP addresses are not specified then by default the IPsec tunnel endpoint IP addresses on the external adapter are used.','In':True}
InternalVirtualIPAddressstring6-{'Description':'One or more IP addresses with subnet masks that will be used as the virtual IP addresses (VIPs) for load balancing on the internal network adapter. These are usually the current IP addresses on the internal adapter of the server on which the cmdlet is executed. Specify the IPv4 address and subnet in the format IP_ADDR/SUBNET. For IPv6 specify the prefix length along with the IP address. If ISATAP is deployed in the internal network then at least one of the IP addresses specified in the parameter should be present in the ISATAP name entry in DNS. The Network Location Server should resolve to at least one of the VIPs ','In':True}
cmdletOutputobject:RemoteAccessLoadBalancer7-{'Description':'The object consists of the following properties 1. The list of nodes in the cluster and the following properties for each node a. IPv4/IPv6 address or hostname of the node b. The load balancing status of each node c. IPv4 address ranges configured on each node for VPN static pool address assignment 2. Status of third party load balancer ? whether it is enabled or disabled 3. List of internet virtual IP addresses 4. List of internal virtual IP addresses','Out':True}
Description'Configures load balancing on the Remote Access server.
'
SetByEnableLoadBalancing method is in 1 class (PS_RemoteAccessLoadBalancer) of ROOT\Microsoft\Windows\RemoteAccess\MS_409 and in 2 namespaces
SetByThirdPartyLoadBalancer method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
ComputerNamestring0-{'Description':'The address (IPv4 or IPv6 ) or name of the computer on which the cmdlet runs. If ComputerName parameter is specified then this server is added to the load balanced cluster.','In':True}
PassThruboolean1-{'Description':'Returns the load balanced server configuration object. ','In':True}
ThirdPartyLoadBalancerstring2-{'Description':'Enables or disables use of a third-party external load balancer. Can take one of the following values 1. Enabled 2. Disabled Note that when external load balancing is enabled and Teredo has been deployed then all the external Dedicated IPs must be consecutive addresses','In':True,'Values':['Enabled', 'Disabled']}
cmdletOutputobject:RemoteAccessLoadBalancer3-{'Description':'The object consists of the following properties 1. The list of nodes in the cluster and the following properties for each node a. IPv4/IPv6 address or hostname of the node b. The load balancing status of each node c. IPv4 address ranges configured on each node for VPN static pool address assignment 2. Status of third party load balancer ? whether it is enabled or disabled 3. List of internet virtual IP addresses 4. List of internal virtual IP addresses','Out':True}
Description'Configures load balancing on the Remote Access server.
'
SetByThirdPartyLoadBalancer method is in 1 class (PS_RemoteAccessLoadBalancer) of ROOT\Microsoft\Windows\RemoteAccess\MS_409 and in 2 namespaces

PS_RemoteAccessLoadBalancer Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AMENDMENTTrue
Description'Represents load balancing configuration for Remote Access'
LOCALE'MS_409'

PS_RemoteAccessLoadBalancer System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\Microsoft\Windows\RemoteAccess\MS_409:PS_RemoteAccessLoadBalancer'___SYSTEM8
__NAMESPACE'ROOT\Microsoft\Windows\RemoteAccess\MS_409'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION[]___SYSTEM8
__PROPERTY_COUNT0___SYSTEM3
__RELPATH'PS_RemoteAccessLoadBalancer'___SYSTEM8
__DYNASTY'PS_RemoteAccessLoadBalancer'___SYSTEM8
__SUPERCLASSnull___SYSTEM8
__CLASS'PS_RemoteAccessLoadBalancer'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to PS_RemoteAccessLoadBalancer

Number of classes:3
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
PS_RemoteAccessLoadBalancerNode002----
RemoteAccessLoadBalancer040----
RemoteAccessLoadBalancerNode030----
WUtils.com
online utility - toplist