From 4dd83f257896d8fefee26440333a1353cb2fe7c4 Mon Sep 17 00:00:00 2001 From: Rob Sewell Date: Thu, 18 May 2023 14:07:51 +0000 Subject: [PATCH] so we can check the agent service accouunt for admin #882 --- source/internal/functions/NewGet-AllInstanceInfo.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/internal/functions/NewGet-AllInstanceInfo.ps1 b/source/internal/functions/NewGet-AllInstanceInfo.ps1 index 9f9ee6ed..b30d6532 100644 --- a/source/internal/functions/NewGet-AllInstanceInfo.ps1 +++ b/source/internal/functions/NewGet-AllInstanceInfo.ps1 @@ -491,6 +491,10 @@ function NewGet-AllInstanceInfo { } } + 'SqlEngineServiceAccount' { + + } + Default { } }