Skip to content

Commit

Permalink
Update Get-ServerInformation2.0.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
adbertram authored Aug 12, 2019
1 parent 4df22d1 commit bd323cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini-course/Get-ServerInformation2.0.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $Header = @"

$scriptBlock = {
$output = @{
'ServerName' = $null
'ServerName' = (hostname)
'IPAddress' = $null
'OperatingSystem' = $null
'AvailableDriveSpace (GB)' = $null
Expand Down

0 comments on commit bd323cf

Please sign in to comment.