Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 872 Bytes

File metadata and controls

67 lines (49 loc) · 872 Bytes

QSA

DESCRIPTION

...

SYNTAX

qsa [[-start] <String>] [[-targetgroup] <Int32>] [[-standard] <Array>] [[-revupdate] <Array>] [[-deny] <Array>]

EXAMPLES

qsa -start '22:00 01.31.2022' -targetgroup 19875 -standard @(13215,15644) -deny @(32544,68768)
qsa -start $start -targetgroup 17468 -revupdate @(87463,24813)

PARAMETERS

-start

policy activation start date

Type: String
Mandatory: True
Syntax: '22:00 05.30.2023' --> 'HH:MM MM.DD.YYYY'

-targetgroup

DSM group object ID

Type: Int32
Mandatory: True

-standard

Software ID

Type: Array
Mandatory: False
Syntax:  @(3333,4444)

-deny

Software ID

Type: Array
Mandatory: False
Syntax:  @(3333,4444)

-revupdate

Software ID

Type: Array
Mandatory: False
Syntax:  @(3333,4444)