forked from datacenter/ucs-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ task. | |
Script Version: 4.3 | ||
JSON Schema Version 4.2 | ||
Attributions:: | ||
Author: Paul S. Chapman ([email protected]) 09/03/2022 | ||
Author: Paul S. Chapman ([email protected]) 10/09/2022 | ||
History: UCS Configuration Report forked from UCS Health Check v2.6 | ||
Source: Brandon Beck ([email protected]) 05/11/2014 | ||
Contribution: Marcello Turano | ||
|
@@ -1066,6 +1066,7 @@ function Get-SystemData { | |
|
||
return $Data | ||
} | ||
|
||
function Get-InventoryFIData { | ||
<# | ||
.DESCRIPTION | ||
|
@@ -1628,9 +1629,6 @@ function Get-ServiceProfileIscsiData { | |
return $Data | ||
} | ||
|
||
function Get-ServiceProfileBootOrderData { | ||
} | ||
|
||
function Get-ServiceProfilePoliciesData { | ||
param ( | ||
$ServiceProfile | ||
|