Add tracking for Auth type and lib
This commit is contained in:
Родитель
2b22de245c
Коммит
4b61eca79e
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче