SetWindowsServiceIdentity Method (WMI MSReportServer_ConfigurationSetting)
Makes the Report Server Windows service run as a specified Windows user, and grants this account sufficient file system permissions to allow the report server to operate.
When the UseBuiltInAccount parameter is set to true and the report server is running on Microsoft Windows 2000 or Windows XP, the value of the Name, Domain, and Password parameters are ignored and the Local system account is used.
When the UseBuiltInAccount parameter is set to true and the report server is running on Windows Server 2003, the Domain and Password properties are ignored, and the name field must contain either “Builtin\NetworkService” or “Builtin\System” or “Builtin\LocalService”.
The SetWindowsServiceIdentity method sets file permissions on files and folders in the report server installation directory.
The account specified in the Account parameter requires LogonAsService rights in Windows. The method grants this right to the specified account.
Namespace: root\Microsoft\SqlServer\ReportServer\<InstanceName>\v11\Admin
Platform: Windows Server 2003, Datacenter Edition; Windows Server 2003, Enterprise Edition; Windows Server 2003, Standard Edition; Windows Vista; Windows XP Professional with Service Pack 2 (SP2) or Service Pack 1 (SP1); or Windows 2000 (all versions)
