_FsrmAccountType Enumeration
Defines the computer account types under which a command action (see _FsrmActionType) can run.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public enum _FsrmAccountType
public enum class _FsrmAccountType
type _FsrmAccountType
Public Enumeration _FsrmAccountType
Members
Member name | Description | |
---|---|---|
FsrmAccountType_Automatic | Run the command or pipeline module under the account that FSRM selects. This is the recommended value. Windows Server 2008 R2 and Windows Server 2008: This enumeration value is not supported before Windows Server 2012. |
|
FsrmAccountType_External | Run the classifier or storage module in a separate process from FSRM (FSRM uses CLSCTX_LOCAL_SERVER to instantiate the module). The module's COM registration specifies the account used to run the module. If the registration does not specify the account, the module is run using the user's account. |
|
FsrmAccountType_InProc | This value is reserved for internal use. |
|
FsrmAccountType_LocalService | Run the command or pipeline module under the "LocalService" account. |
|
FsrmAccountType_LocalSystem | Run the command or pipeline module under the "LocalSystem" account. |
|
FsrmAccountType_NetworkService | Run the command or pipeline module under the "NetworkService" account. |
|
FsrmAccountType_Unknown | The account type is unknown. Do not use this value to set the Account property. |
See Also
_FsrmActionType
Account
Account
Microsoft.Storage Namespace
Return to top