Skip to content

Latest commit

 

History

History
108 lines (77 loc) · 4.22 KB

ne-fsrmenums-fsrmaccounttype.md

File metadata and controls

108 lines (77 loc) · 4.22 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:fsrmenums._FsrmAccountType
FsrmAccountType (fsrmenums.h)
Defines the computer account types under which a command action (see FsrmActionType) can run.
FsrmAccountType
FsrmAccountType enumeration [File Server Resource Manager]
FsrmAccountType_Automatic
FsrmAccountType_External
FsrmAccountType_InProc
FsrmAccountType_LocalService
FsrmAccountType_LocalSystem
FsrmAccountType_NetworkService
FsrmAccountType_Unknown
fs.fsrmaccounttype
fsrm.fsrmaccounttype
fsrmenums/FsrmAccountType
fsrmenums/FsrmAccountType_Automatic
fsrmenums/FsrmAccountType_External
fsrmenums/FsrmAccountType_InProc
fsrmenums/FsrmAccountType_LocalService
fsrmenums/FsrmAccountType_LocalSystem
fsrmenums/FsrmAccountType_NetworkService
fsrmenums/FsrmAccountType_Unknown
fsrm\fsrmaccounttype.htm
fsrm
8df04b24-e3dd-46ee-8d06-6a3763946fbe
12/05/2018
FsrmAccountType, FsrmAccountType enumeration [File Server Resource Manager], FsrmAccountType_Automatic, FsrmAccountType_External, FsrmAccountType_InProc, FsrmAccountType_LocalService, FsrmAccountType_LocalSystem, FsrmAccountType_NetworkService, FsrmAccountType_Unknown, fs.fsrmaccounttype, fsrm.fsrmaccounttype, fsrmenums/FsrmAccountType, fsrmenums/FsrmAccountType_Automatic, fsrmenums/FsrmAccountType_External, fsrmenums/FsrmAccountType_InProc, fsrmenums/FsrmAccountType_LocalService, fsrmenums/FsrmAccountType_LocalSystem, fsrmenums/FsrmAccountType_NetworkService, fsrmenums/FsrmAccountType_Unknown
fsrmenums.h
FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h
Windows
None supported
Windows Server 2008
Windows
FsrmAccountType
19H1
_FsrmAccountType
fsrmenums/_FsrmAccountType
FsrmAccountType
fsrmenums/FsrmAccountType
c++
APIRef
kbSyntax
HeaderDef
FsrmEnums.h
FsrmAccountType

FsrmAccountType enumeration

-description

Defines the computer account types under which a command action (see FsrmActionType) can run.

-enum-fields

-field FsrmAccountType_Unknown:0

The account type is unknown. Do not use this value to set the IFsrmActionCommand::Account property.

-field FsrmAccountType_NetworkService:1

Run the command or pipeline module under the "NetworkService" account.

-field FsrmAccountType_LocalService:2

Run the command or pipeline module under the "LocalService" account.

-field FsrmAccountType_LocalSystem:3

Run the command or pipeline module under the "LocalSystem" account.

-field FsrmAccountType_InProc:4

This value is reserved for internal use.

-field FsrmAccountType_External:5

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.

-field FsrmAccountType_Automatic:500

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.

-see-also

FSRM Enumerations

FsrmActionType

IFsrmActionCommand.Account

IFsrmPipelineModuleDefinition.Account