Add tracking for Auth type and lib

This commit is contained in:
Vitor Tomaz 2024-11-14 17:08:28 +00:00
Родитель 2b22de245c
Коммит 4b61eca79e
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1521,9 +1521,11 @@ try {
}
Write-Host ' Authentication type:' $AuthenticationType -ForegroundColor Yellow
TrackWarningAnonymously ('Authentication type:' + $AuthenticationType)
if ($AuthenticationType -like "*Active Directory*") {
Write-Host ' Authentication library:' $AuthenticationLibrary -ForegroundColor Yellow
TrackWarningAnonymously ('Authentication library:' + $AuthenticationLibrary)
}
Write-Host ' Server:' $Server -ForegroundColor Yellow