Closed chriswahl closed 5 years ago
This section of code should be a private function:
if ($objects.count -eq 0 -or -not $objects) { $msg = 'No SLAs found' } else { $msg = ($objects | Format-List | Out-String -Width 120) }
This section of code should be a private function: