From 416b3f02738f4ef0236c159c589f2077292ff5e6 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Thu, 30 Jul 2020 22:03:51 +0200 Subject: [PATCH] Update --- Private/ConvertTo-XMLRegistryAutologon.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Private/ConvertTo-XMLRegistryAutologon.ps1 b/Private/ConvertTo-XMLRegistryAutologon.ps1 index d38be70..9a38a9f 100644 --- a/Private/ConvertTo-XMLRegistryAutologon.ps1 +++ b/Private/ConvertTo-XMLRegistryAutologon.ps1 @@ -41,9 +41,9 @@ $null -ne $CreateGPO['DefaultUserName'] -or $null -ne $CreateGPO['DefaultPassword'] ) { - $CreateGPO['Linked'] = $GPOEntry.Linked #: True - $CreateGPO['LinksCount'] = $GPOEntry.LinksCount #: 1 - $CreateGPO['Links'] = $GPOEntry.Links #: area1.local + $CreateGPO['Linked'] = $GPOEntry.Linked + $CreateGPO['LinksCount'] = $GPOEntry.LinksCount + $CreateGPO['Links'] = $GPOEntry.Links [PSCustomObject] $CreateGPO } } \ No newline at end of file