Fixed issue with installing Intune module

Added support for viewing object info
This commit is contained in:
Micke
2019-07-03 06:52:59 +10:00
parent 7d357af03e
commit 0cbfc3ae87
15 changed files with 305 additions and 25 deletions

View File

@@ -292,7 +292,7 @@ function global:Show-InputDialog
$script:inputBox.Close()
})
$ret = $inputBox.ShowDialog()
$inputBox.ShowDialog() | Out-null
return $script:txtValue.Text
}