diff --git a/vHC/HC_Reporting/Functions/Collection/CImpersonation.cs b/vHC/HC_Reporting/Functions/Collection/CImpersonation.cs index 084d6b6..8b7a6fe 100644 --- a/vHC/HC_Reporting/Functions/Collection/CImpersonation.cs +++ b/vHC/HC_Reporting/Functions/Collection/CImpersonation.cs @@ -51,10 +51,10 @@ private SafeAccessTokenHandle SafeAccessTokenHandle() string domainName = CGlobals.REMOTEHOST; VBRSERVER = domainName; - _logger.Info(String.Format("Enter the login of a user on {0} that you wish to impersonate: ", domainName),false); + Console.WriteLine(String.Format("Enter the login of a user on {0} that you wish to impersonate: ", domainName),false); string userName = Console.ReadLine(); - _logger.Info(String.Format("Enter the password for {0}: ", userName), false); + Console.WriteLine(String.Format("Enter the password for {0}: ", userName), false); const int LOGON32_PROVIDER_DEFAULT = 0; //This parameter causes LogonUser to create a primary token. diff --git a/vHC/HC_Reporting/VeeamHealthCheck.csproj b/vHC/HC_Reporting/VeeamHealthCheck.csproj index 9b86b8e..6d287e9 100644 --- a/vHC/HC_Reporting/VeeamHealthCheck.csproj +++ b/vHC/HC_Reporting/VeeamHealthCheck.csproj @@ -11,10 +11,10 @@ Veeam AdamC Health_Check_Icon.ico - 2.0.0.526 + 2.0.0.527 False false - 2.0.0.526 + 2.0.0.527 full true diff --git a/vHC/VhcXTests/VhcXTests.csproj b/vHC/VhcXTests/VhcXTests.csproj index 91193dc..1371c2e 100644 --- a/vHC/VhcXTests/VhcXTests.csproj +++ b/vHC/VhcXTests/VhcXTests.csproj @@ -7,8 +7,8 @@ false true - 1.0.0.265 - 1.0.0.265 + 1.0.0.266 + 1.0.0.266