From 4dd11d2e8905b77125bd14594bddbb58fb3dfbc6 Mon Sep 17 00:00:00 2001 From: Blake Drumm Date: Thu, 14 Jul 2022 09:36:44 -0400 Subject: [PATCH] Update Export-SCOMUserRoles.ps1 --- Powershell/Export-SCOMUserRoles.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Powershell/Export-SCOMUserRoles.ps1 b/Powershell/Export-SCOMUserRoles.ps1 index d605ce9..7da44f4 100644 --- a/Powershell/Export-SCOMUserRoles.ps1 +++ b/Powershell/Export-SCOMUserRoles.ps1 @@ -1,7 +1,7 @@ # This script will export the SCOM User Roles to CSV or Text File Format. # ----------------------------------------------- # Outputs the file to the current users desktop -# Initial Upload: July 20th, 2022 +# Initial Upload: June 20th, 2022 # ----------------------------------------------- $UserRoles = @() $UserRoleList = Get-SCOMUserRole