API Reference
New-HTMLStatusItem
New-HTMLStatusItem [-Name <string>] [-Status <string>] [-Icon <Object>] [-Percentage <string>] [-FontColor <string>] [<CommonParameters>]
Remarks
New-HTMLStatusItem [-Name <string>] [-Status <string>] [-Icon <Object>] [-Percentage <string>] [-FontColor <string>] [<CommonParameters>] New-HTMLStatusItem [-Name <string>] [-Status <string>] [-FontColor <string>] [-BackgroundColor <string>] [-IconHex <string>] [<CommonParameters>] New-HTMLStatusItem [-Name <string>] [-Status <string>] [-FontColor <string>] [-BackgroundColor <string>] [-IconSolid <string>] [<CommonParameters>] New-HTMLStatusItem [-Name <string>] [-Status <string>] [-FontColor <string>] [-BackgroundColor <string>] [-IconRegular <string>] [<CommonParameters>] New-HTMLStatusItem [-Name <string>] [-Status <string>] [-FontColor <string>] [-BackgroundColor <string>] [-IconBrands <string>] [<CommonParameters>]
Examples
EXAMPLE 1
New-HTMLStatusItem -Name 'Name'
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-HTMLStatusItem [-FontColor <String>] [-Icon <Dead|Bad|Good>] [-Name <String>] [-Percentage <0%|10%|30%|70%|100%>] [-Status <String>] [<CommonParameters>]
#
StatusimoParameters
- FontColor String
- Icon Object
- Possible values:
Dead,Bad,Good - Name String
- Percentage String
- Possible values:
0%,10%,30%,70%,100% - Status String
Outputs
System.Object
New-HTMLStatusItem [-BackgroundColor <String>] [-FontColor <String>] [-IconHex <String>] [-Name <String>] [-Status <String>] [<CommonParameters>]
#
HexParameters
- BackgroundColor String
- FontColor String
- IconHex String
- Name String
- Status String
Outputs
System.Object
New-HTMLStatusItem [-BackgroundColor <String>] [-FontColor <String>] [-IconSolid <String>] [-Name <String>] [-Status <String>] [<CommonParameters>]
#
FontAwesomeSolidParameters
- BackgroundColor String
- FontColor String
- IconSolid String
- Name String
- Status String
Outputs
System.Object
New-HTMLStatusItem [-BackgroundColor <String>] [-FontColor <String>] [-IconRegular <String>] [-Name <String>] [-Status <String>] [<CommonParameters>]
#
FontAwesomeRegularParameters
- BackgroundColor String
- FontColor String
- IconRegular String
- Name String
- Status String
Outputs
System.Object
New-HTMLStatusItem [-BackgroundColor <String>] [-FontColor <String>] [-IconBrands <String>] [-Name <String>] [-Status <String>] [<CommonParameters>]
#
FontAwesomeBrandsParameters
- BackgroundColor String
- FontColor String
- IconBrands String
- Name String
- Status String
Outputs
System.Object