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