Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
My-Random-Thoughts edited this page Oct 28, 2017 · 1 revision

acc-05-service-logon-accounts (Enabled)

Checks all services to ensure no user accounts are assigned. If specific application service accounts are required then they should be domain level accounts (not local) and restricted from interactice access by policy.


Input Values

  • IgnoreTheseUsers - "LIST" - Known user or group accounts to ignore

Example

IgnoreTheseUsers = @('NT AUTHORITY\\NetworkService', 'NT AUTHORITY\\LocalService', 'LocalSystem')

Input Descriptions

  • None

Result And Messages

  • PASS
    No services found running under a local accounts

  • WARNING

  • FAIL
    One or more services was found to be running under local accounts

  • MANUAL

  • NA


Applies To

  • All Servers

Required Functions

  • None
Clone this wiki locally