SMS_NetworkAccessAccountConfig Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_NetworkAccessAccountConfig Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a computer or domain account used to access files on a Configuration Manager site system.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_NetworkAccessAccountConfig : SMS_ClientAgentConfig_BaseClass
{
    UInt32 AgentID;
    Boolean SendToAllClients;
    String Username;
};

The SMS_NetworkAccessAccountConfig class does not define any methods.

AgentID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, read]

Identifies the client agent component. The Network Access Account Configuration Agent ID is 7.

SendToAllClients

Data type: Boolean

Access type: Read/Write

Qualifiers: none

This property is no longer used in System Center 2012 R2 Configuration Manager.

Username

Data type: String

Access type: Read/Write

Qualifiers: none

Name of the user, including the domain name (domain\username).

Show: