Win32_SessionBrokerFarmAccount class
[The Win32_SessionBrokerFarmAccount class is no longer available for use as of Windows Server 2012.]
Defines a session broker farm account.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[dynamic, provider("Win32_WIN32_SESSIONBROKERFARMACCOUNT_Prov"), AMENDMENT]
class Win32_SessionBrokerFarmAccount
{
string FarmName;
boolean Manual;
string AccountName;
string AccountDomain;
string AccountPassword;
string AccountSPN1;
string AccountSPN2;
string ComputerDNSName;
};
Members
The Win32_SessionBrokerFarmAccount class has these types of members:
Methods
The Win32_SessionBrokerFarmAccount class has these methods.
Method | Description |
---|---|
DeleteEx | Deletes the farm account. |
Properties
The Win32_SessionBrokerFarmAccount class has these properties.
-
AccountDomain
-
-
Data type: string
-
Access type: Read/write
The name of the domain the farm account belongs to.
-
-
AccountName
-
-
Data type: string
-
Access type: Read/write
The name of the farm account.
-
-
AccountPassword
-
-
Data type: string
-
Access type: Read/write
The password of the farm account.
-
-
AccountSPN1
-
-
Data type: string
-
Access type: Read-only
The first service principal name (SPN) associated with the farm account.
-
-
AccountSPN2
-
-
Data type: string
-
Access type: Read-only
The second SPN associated with the farm account.
-
-
ComputerDNSName
-
-
Data type: string
-
Access type: Read/write
The DNS name of the computer associated with the farm account.
-
-
FarmName
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: key
The name of the session broker farm.
-
-
Manual
-
-
Data type: boolean
-
Access type: Read/write
Indicates if the password for the account is updated manually.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 R2 |
End of client support |
None supported |
End of server support |
Windows Server 2008 R2 |
Namespace |
Root\CIMv2\TerminalServices |
MOF |
|
DLL |
|