Added Printers

This commit is contained in:
Przemyslaw Klys
2020-07-17 10:04:19 +02:00
parent 9ecf092bd5
commit 59dfa34ba9
2 changed files with 109 additions and 2 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ function ConvertTo-XMLDriveMapSettings {
Name = $Entry.Name
Status = $Entry.status
Action = $Entry.Properties.action
Action = $Script:Actions["$($Entry.Properties.action)"]
ThisDrive = $Entry.Properties.thisDrive
AllDrives = $Entry.Properties.allDrives
UserName = $Entry.Properties.userName
@@ -56,7 +56,7 @@ function ConvertTo-XMLDriveMapSettings {
Name = $Entry.Name
Status = $Entry.status
Action = $Entry.Properties.action
Action = $Script:Actions["$($Entry.Properties.action)"]
ThisDrive = $Entry.Properties.thisDrive
AllDrives = $Entry.Properties.allDrives
UserName = $Entry.Properties.userName