gTo use a PowerShell scriptprovided under the softwareinstallation in the Tools folder
Runt hef ollowingcommand to add anS RV recordfrom using the command lineinterface:
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 t helocation of the Tools folder in the Remote Ink service installation.
EX A M P L E
C:\ProgramFiles\SMART Technologies\RemoteInk Service\Tools
o[host nameof 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 shouldbe installed.
o[host machinename] is the name of the computerhosting Remote Ink service.
o[time-to-live] ist henumber of seconds a computerhosting Remote Ink client is
recommended to cachet heDN S recordin its local DNS cache.
NO T E
Use a value of 0 to avoid cachingt heD NS record.The default value for this parameter,
if not specified, is 86400(i.e. 24 hours).
EX 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
CH A P T E R 5
ConfiguringR emote Ink software
46