Name
Start-JobSchedulerDashboard
SYNOPSIS
Starts the JobScheduler Dashboard (JID)
SYNTAX
Start-JobSchedulerDashboard [[-Id] <String>] [[-InstallPath] <String>] [[-InstallBasePath] <String>] [[-ConfigPath] <String>] [[-ConfigBasePath] <String>] [[-EnvironmentVariablesScript] <String>] [[-DashboardEnvironmentVariablesScript] <String>] [<CommonParameters>]
DESCRIPTION
JobScheduler Dashboard can be started from a JobScheduler Master location or from a JobScheduler Dashboard location:
* The JobScheduler Master Installation includes the JobScheduler Dashboard
* The JobScheduler Dashboard is available from a separate installer
PARAMETERS
Id
-Id <String>
Specifies the ID of a JobScheduler Master.
The installation path is assumed from the -InstallBasePath parameter and the JobScheduler ID,
therefore no -InstallPath parameter has to be specified.
Required? | false |
Position? | 1 |
Default value | |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
InstallPath
-InstallPath <String>
Specifies the installation path of a JobScheduler Master or JobScheduler Dashboard.
The installation path is expected to be accessible from the host on which the JobScheduler cmdlets are executed.
Required? | false |
Position? | 2 |
Default value | |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
InstallBasePath
-InstallBasePath <String>
Specifies the base path of a JobScheduler Master or JobScheduler Dashboard installation. This parameter is used in
combination with the -Id parameter to determine the installation path.
Default Value: %ProgramFiles%\sos-berlin.com\jobscheduler
Required? | false |
Position? | 3 |
Default value | "$($env:ProgramFiles)\sos-berlin.com\jobscheduler" |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
ConfigPath
-ConfigPath <String>
Specifies the configuration path of a JobScheduler Maser or JobScheduler Dashboard.
The configuration path is expected to be accessible from the host on which the JobScheduler cmdlets are executed.
Required? | false |
Position? | 4 |
Default value | |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
ConfigBasePath
-ConfigBasePath <String>
Specifies the base path of a JobScheduler Master or JobScheduler Dashboard configuration. This parameter is used in
combination with the -Id parameter to determine the configuration path.
Default Value: %ProgramData%\sos-berlin.com\jobscheduler
Required? | false |
Position? | 5 |
Default value | "$($env:ProgramData)\sos-berlin.com\jobscheduler" |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
EnvironmentVariablesScript
-EnvironmentVariablesScript <String>
Specifies the name of the script that includes environment variables of a JobScheduler Master installation.
Typically the script is available from the "bin" directory of a JobScheduler Master installation directory.
Default Value: jobscheduler_environment_variables.cmd
Required? | false |
Position? | 6 |
Default value | jobscheduler_environment_variables.cmd |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
DashboardEnvironmentVariablesScript
-DashboardEnvironmentVariablesScript <String>
Specifies the name of the script that includes environment variables of a JobScheduler Dashboard installation.
Typically the script is available
from the "user_bin" directory of a JobScheduler Dashboard installation directory.
Default Value: dashboard_environment_variables.cmd
Required? | false |
Position? | 7 |
Default value | dashboard_environment_variables.cmd |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
RELATED LINKS
EXAMPLES
-------------------------- EXAMPLE 1 --------------------------
PS > Start-JobSchedulerDashboard -Id scheduler110
Starts the JobScheduler Dashboard from a local JobScheduler Master installation with the specified id.
-------------------------- EXAMPLE 2 --------------------------
PS > Start-JobSchedulerDashboard -InstallPath c:\Program Files\JID
Starts JID from the specified installation directory. This is a suitable option if JID has been installed independently from a JobScheduler Master installation.