I am trying to give to my Intranet users a link to request Remote Assistance, without making them go through the lengthy selections from "help and Support".
The only problem I see is in creating the MsRcIncident ticket to attach to the email. Since it's an XML file it sholdn't be so difficult and I have the various elements of the XML explained. The only issue I have is the encrypted part.
I cannot find anywhere information on what is encrypted and which encryptions to use to create such a ticket.
Any ideas?
Daren J. Lahey
Just another computer guy...
FAQ183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
Support your forums TODAY!
The only problem I see is in creating the MsRcIncident ticket to attach to the email. Since it's an XML file it sholdn't be so difficult and I have the various elements of the XML explained. The only issue I have is the encrypted part.
I cannot find anywhere information on what is encrypted and which encryptions to use to create such a ticket.
Code:
<?xml version="1.0" encoding="Unicode" ?>
<UPLOADINFO TYPE="Escalated">
<UPLOADDATA USERNAME="savillj"
RCTICKET="65538,1,10.128.62.201:3389;chicago.savilltech.com:3389,7Klph/
EQOTcQhojZPew=,pbyDuQJnoIoi7qzc5IxaXnJaHZg+bQXy/uD0OUS/IVQ=,Solicited
Help,7otj4PASdDx8h5ejesUyTkqLnosaAT+1ue6i/E//9mjmuh005JvDcA==,iq5lV681t
DMjvRtY3PXcnPtf4Pc=" RCTICKETENCRYPTED="1" DtStart="992591553"
DtLength="120" PassStub="51$0Wtlw98MTP_" L="0" />
</UPLOADINFO>
Any ideas?
Daren J. Lahey
Just another computer guy...
FAQ183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
Support your forums TODAY!