You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

NAME

Start-JobSchedulerJobEditor

SYNOPSIS

Starts the JobScheduler Editor (JOE)

SYNTAX

Start-JobSchedulerJobEditor [-Id <String>] [-InstallPath <String>] [-InstallBasePath <String>] [-ConfigPath <St
ring>] [-ConfigBasePath <String>] [-EnvironmentVariablesScript <String>] [-EditorEnvironmentVariablesScript <Stri
ng>] <CommonParameters>

DESCRIPTION

JobScheduler Editor can be started from a JobScheduler Master location or from a JobScheduler Editor location:

  • The JobScheduler Master Installation includes the JobScheduler Editor
  • The JobScheduler Editor 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?

InstallPath

-InstallPath <String>
Specifies the installation path of a JobScheduler Master or JobScheduler Editor.

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?

InstallBasePath

-InstallBasePath <String>
Specifies the base path of a JobScheduler Master or JobScheduler Editor 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
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

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?

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
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

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
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

EditorEnvironmentVariablesScript

-EditorEnvironmentVariablesScript <String>
Specifies the name of the script that includes environment variables of a JobScheduler Editor installation.
Typically the script is available
from the "user_bin" directory of a JobScheduler Dashboard installation directory.

Default Value: jobeditor_environment_variables.cmd

Required? false
Position? 7
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?

about_jobscheduler

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------

C:\PS>Start-JOE -Id scheduler110

Starts the JobScheduler Editor from a local JobScheduler Master installation with the specified id.

  • No labels