Start JCDashboard - TheJumpCloud/support GitHub Wiki
Start-JCDashboard [[-JumpCloudApiKey] <String>] [[-LastContactDays] <Int32>] [[-RefreshInterval] <Int32>]
[-NoUpdate] [<CommonParameters>]
Used to start the JumpCloud Dashboard instance.
Start-JCDashboard
Launches the JumpCloud Dashboard with the default settings.
Start-JCDashboard -LastContactDays 30
Launches the JumpCloud Dashboard and only displays systems that have contacted JumpCloud in the last 30 days.
Start-JCDashboard -RefreshInterval 60
Launches the JumpCloud Dashboard and sets the component refresh interval to 60 seconds.
A JumpCloud API key. This can be found in the JumpCloud admin console within "API Settings" accessible from the drop down icon next to the admin email address in the top right corner of the JumpCloud admin console.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Include systems that have contacted the JumpCloud directory within this number of days
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: 90
Accept pipeline input: False
Accept wildcard characters: False
Refresh the components on the dashboard measured in seconds
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: 30
Accept pipeline input: False
Accept wildcard characters: False
Prevent the module from auto updating
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False