diff --git a/Scripts/ConfigParsers/parse-gppfiles.ps1 b/Scripts/ConfigParsers/parser-gppfiles.ps1
similarity index 97%
rename from Scripts/ConfigParsers/parse-gppfiles.ps1
rename to Scripts/ConfigParsers/parser-gppfiles.ps1
index f3de552..59aabe0 100644
--- a/Scripts/ConfigParsers/parse-gppfiles.ps1
+++ b/Scripts/ConfigParsers/parser-gppfiles.ps1
@@ -190,13 +190,13 @@ function Get-GPPPasswordMod {
}
}
-# Example path to the directory containing the GPP XML files
-$pathToGPPFiles = "c:\temp\configs\ScheduledTasks.xml"
-
-# Call the function
-$gppPasswords = Get-GPPPasswordMod -InputFilePath $pathToGPPFiles
-
-# Display the results
+# Example path to the directory containing the GPP XML files
+$pathToGPPFiles = "c:\temp\configs\ScheduledTasks.xml"
+
+# Call the function
+$gppPasswords = Get-GPPPasswordMod -InputFilePath $pathToGPPFiles
+
+# Display the results
$gppPasswords
@@ -228,14 +228,14 @@ $gppPasswords
return $EncryptedCpassword
}
- $plainTextPassword = "MyAwesomePassword!"
- $encryptedPassword = Set-EncryptedCpassword -Password $plainTextPassword
- Write-Output $encryptedPassword
-
-#>
-
-<# Printers.xml
-
+ $plainTextPassword = "MyAwesomePassword!"
+ $encryptedPassword = Set-EncryptedCpassword -Password $plainTextPassword
+ Write-Output $encryptedPassword
+
+#>
+
+<# Printers.xml
+
-
-
-#>
-
-
-<# ScheduledTasks.xml
-
+
+
+#>
+
+
+<# ScheduledTasks.xml
+
@@ -575,12 +575,12 @@ $gppPasswords
-
-
-#>
-
-<# Services.xml
-
+
+
+#>
+
+<# Services.xml
+
-
-
-
-#>
-
-<# Drives.xml
-
+
+
+
+#>
+
+<# Drives.xml
+
@@ -629,12 +629,12 @@ $gppPasswords
useLetter="1"
letter="S"/>
-
-
-#>
-
-<# Groups.xml
-
+
+
+#>
+
+<# Groups.xml
+
-
-
-#>
-
-<# DataSources.xml
-
+
+
+#>
+
+<# DataSources.xml
+
-
-
-
-#>
\ No newline at end of file
+
+
+
+#>