Full-Text service account


Job details

Name: Full-Text service account
Platform: Sqlserver
Category: Security
Premium package: Security and compliance package
Description: Checks if the service account used by the Full-Text service account is not a member of the Windows Administrator group.
Long description: Checks if the service account used by the Full-Text service account is not a member of the Windows Administrator group.
Version: 1.21
Default schedule: 11 1 1 *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘sqlserver’]/instance[maj_version > ‘2005′ & hasengine=‘YES’ & eng_inst_priv = 0 & (engine_edition = ‘Microsoft SQL Server’ engine_edition = ‘Azure SQL Managed Instance’)]

Parameters

Name Default value Description
return status 1 Return status value (ALARM – 2, WARNING – 1, or OK – 0) when the Full-Text service account is a member of the Windows Administrator.
history threshold 365 The maximum number of days to keep statistics for in the historic tables.

Job Summary


SELECT servicename, service_account FROM sys.dm_server_services WHERE servicename LIKE '%Full-text%'
EXEC xp_cmdshell 'powershell.exe Get-LocalGroupMember -Group "Administrators"'

Execution Details

Dependencies and Implementation

Schedules and Alerts

Tables and Output

Compliance and Security

The ongoing effectiveness of this job is crucial for upholding database security and operational standards in environments where SQL Server’s Full-Text Search service is used.