Command overrides
When calling the DS Client the basic command parameter is the /I: switch that indicates what template configuration to use for the particular creation.
This page is not an exhaustive explanaintion, but rather an overview. More details can be found in the manuals relevant pages.
Basic Call Examples
PS1:
\\comz.local\NETLOGON\DynamicSignature\DSClient\DynamicSignature.exe /I:Abby.ini| Out-Null
VBScript:
objShell.Run "\\srv2012comz.comz.local\NETLOGON\DynamicSignature\DSClient\DynamicSignature.exe /I:Abby.ini",,True
(True param at the end tells vb to wait for the command to finish before proceeding. This is useful if several calls are made sequentially)
Parameter list
/U:
E.g. \\comz.local\NETLOGON\DynamicSignature\DSClient\DynamicSignature.exe /I:Abby.ini /U:nanarms| Out-Null
Overides the signed in user. This can be used for shared mailboxes. More here.
/A:
E.g. \\comz.local\NETLOGON\DynamicSignature\DSClient\DynamicSignature.exe /I:Abby.ini /A:N66| Out-Null
Overrides the Office-field found on the user, to use another address. This can be useful if users are travelling or working out of multiple offices.
More here.
/FN & /FR
\\comz.local\NETLOGON\DynamicSignature\DSClient\DynamicSignature.exe /I:Abby.ini /FN:Yes /FR:No| Out-Null
Override the ForceNew and ForceReply parameters also available in the Template Configuration dialog in DSM.
More here.
/AD:
\\comz.local\NETLOGON\DynamicSignature\DSClient\DynamicSignature.exe /I:Abby.ini /AD:anotherdomain.local| Out-Null
Override the AD domain that is searched for user contact information. This can be used in a scenarios where PC is joined to AzureAD to facilitate InTune management, but the user is member of the regular on-prem AD.