Remove the output in PS Remote. (#127)

This commit is contained in:
Luyao 2022-07-01 21:44:08 +08:00 коммит произвёл GitHub
Родитель c253685ab6
Коммит ebd0422f02
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -88,7 +88,6 @@ function Test-SdnKINetworkControllerCertCredential {
$thumbPrint = $credObj.properties.value
$scriptBlock = {
if (-NOT (Test-Path -Path Cert:\LocalMachine\My\$using:thumbPrint)) {
"Certificate with thumbprint $using:thumbPrint not found" | Trace-Output -Level:Warning
return $false
}
else {