Fixing spacing
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
InstallTime = $results.install_time;
|
||||
Uptime = $uptime
|
||||
}
|
||||
|
||||
$summaryResult
|
||||
}
|
||||
|
||||
@@ -82,7 +81,6 @@ Function Get-VAMIHealth {
|
||||
HealthVCDB = $healthVCDB;
|
||||
HealthSoftware = $healthSoftwareUpdates
|
||||
}
|
||||
|
||||
$healthResult
|
||||
}
|
||||
|
||||
@@ -116,7 +114,6 @@ Function Get-VAMIAccess {
|
||||
BashShell = $shellAccess.enabled;
|
||||
SSH = $sshAccess
|
||||
}
|
||||
|
||||
$accessResult
|
||||
}
|
||||
|
||||
@@ -159,7 +156,6 @@ Function Get-VAMITime {
|
||||
$timeResult.NTPServers = $ntpServers.servers
|
||||
$timeResult.NTPStatus = $ntpServers.status
|
||||
}
|
||||
|
||||
$timeResult
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user