Fixed issue with installing Intune module
Added support for viewing object info
This commit is contained in:
@@ -292,7 +292,7 @@ function global:Show-InputDialog
|
||||
$script:inputBox.Close()
|
||||
})
|
||||
|
||||
$ret = $inputBox.ShowDialog()
|
||||
$inputBox.ShowDialog() | Out-null
|
||||
|
||||
return $script:txtValue.Text
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user