Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use-JobSchedulerWebService -Url <Uri> [-Id <String>] [-Credentials <PSCredential>] [-ProxyUrl <Uri>] [[-ProxyCr
edentials] <PSCredential>] [-Base <String>] -Disconnect <CommonParameters>

DESCRIPTION

...

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

Base

-Base <String>
The Base is used as a prefix to the Path for web service URLs and is configured with the web server
that hosts the JobScheduler Web Service.

This value is fixed and should not be modified for most use cases.

Default: /joc/api

Required? false
Position? 6
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters?

Disconnect

-Disconnect <SwitchParameter>
This parameter is used to disconnect from a previously connected JobScheduler Web Service.

After successful connection to the JobScheduler Web Service a session is established that
will last until this cmdlet is used with the Disconnect parameter or the session timeout has been exceeded.

It is recommended to disconnect from the JobScheduler Web Service in order to ensure that the
current session is closed.

This parameter cannot be used with other parameters.

Required? false
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters?

...