g
To use a PowerShell script provided under the software installation in the Tools folder
Run the following command to add an SRV record from using the command line interface:
powershell.exe -noexit <full path to>\ManageSrvRecord.ps1 -
install -nameserver <host name of name server> -zone <zone> -
target <host machine name> -ttl <time-to-live> -port 35706
Where
o
[full path to]
is the location of the Tools folder in the Remote Ink service installation.
E X A M P L E
C:\Program Files\SMART Technologies\Remote Ink Service\Tools
o
[host name of name server]
is the name of the DNS name server (i.e. the domain
controller).
o
[zone]
is the DNS zone in which the SRV record should be installed.
o
[host machine name]
is the name of the computer hosting Remote Ink service.
o
[time-to-live]
is the number of seconds a computer hosting Remote Ink client is
recommended to cache the DNS record in its local DNS cache.
N O T E
Use a value of 0 to avoid caching the DNS record. The default value for this parameter,
if not specified, is 86400 (i.e. 24 hours).
E X A M P L E
powershell.exe -noexit “C:\Program Files\SMART
Technologies\Remote Ink Service\Tools”\ManageSrvRecord.ps1 -
install -nameserver dc1 -zone example.local -target
ink.example.local -ttl 86400 -port 35706
C H A P T E R 5
Configuring Remote Ink software
46