Skip to content

Instantly share code, notes, and snippets.

View tomwechsler's full-sized avatar

Tom Wechsler [Microsoft Azure & CDM MVP] tomwechsler

View GitHub Profile
@tomwechsler
tomwechsler / ServiceAccounts.ps1
Created May 9, 2021 14:16 — forked from andreafortuna/ServiceAccounts.ps1
Powershell script to read service configuration from all Windows servers in the current domain and generate report listing all domain accounts used as service logon account
<#
Service account report scrip that reads service configuration from
all Windows servers in the current domain and generate a report listing all
domain accounts used as service logon account.
By Andrea Fortuna ([email protected])
*** Based on "report-service-accounts.ps1" by Gleb Yourchenko ([email protected]) ***
#>