Hi,
I'm writing some powershell scripts which will run on on our clients servers, these servers run Webroot AV and I need to be able to make API queries to Webroot relevant to that particular client from the script.
To do this, I need to be able to correctly identify the client via obtaining either the webroot keycode, or GSM Site Id programatically from the server where the script is running.
Are these values stored somewhere that can be read by PowerShell?
Thanks
Solved
Obtain Keycode or GSM Site Id programmatically from server
Best answer by freydrew
The webroot keycode/GSM key is mostly hidden on the local endpoint so you would not be able to script this detection. Some endpoint data is available in the registry under:
HKEY_LOCAL_MACHINESOFTWAREWRData
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeWRData
However, we would recommend leveraging our API which can pull much more data:
https://unityapi.webrootcloudav.com/Docs
https://www.webroot.com/unityapicommunity
https://community.webroot.com/t5/Unity-API-KB/Getting-Started-with-the-Webroot-Unity-API-and-Postman/ta-p/274427
View originalHKEY_LOCAL_MACHINESOFTWAREWRData
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeWRData
However, we would recommend leveraging our API which can pull much more data:
https://unityapi.webrootcloudav.com/Docs
https://www.webroot.com/unityapicommunity
https://community.webroot.com/t5/Unity-API-KB/Getting-Started-with-the-Webroot-Unity-API-and-Postman/ta-p/274427
This topic has been closed for comments
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.