Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(info) As a temporary workaround you can add the new user email, then remove the old users email address.

Invite a new email address user

  1. Click on 'organisations' in organisations drop down menu.

...

  1. Enter username, new email address and select a role.

...

Accept the invitation email

  1. The new user email will receive an invitation email, click the link in the invitation email.

...

  1. If invited user does not have a Portal account, they need to create an account with the invited user email address.

  2. If invited user already has a Portal account, they need to sign in with their normal user credentials.

  3. Once logged in, the user will see the organisation that invited them.

Delete old user email

  1. Send an email to hello@roboshadow.com from the old user email address requesting the user to be deleted.

  2. You will receive a confirmation email when the user has been deleted.

End

Remove a device from the Portal

Steps to remove a device from the Portal.

Last updated: January 15, 2024

Remove a device from the Portal

  1. To uninstall the RoboShadow agent from the device you wish to remove it from, right-click on the agent and select 'show more options'. This action will reveal the option to uninstall.

(info) This will stop new data for this machine reporting to the Portal.

image-20240123-154905.pngImage Removed

Or

  1. In the Portal, navigate to Agent >Management .

  2. Make sure days filter is set to ‘All’ to show all devices.

...

  1. Click the "trash can" delete icon next to the device to be removed.

...

This will remove all data for this device from the Portal.

End

Rename a device

Steps to rename a device.

Last updated: January 15, 2024

(info) *When a device's name is changed, the Portal will display it as two distinct devices: one under its old name and another under its new name.*

Rename a device on Windows

  1. On the device to be renamed, select Start > Settings > System > About > rename this PC.

...

Screenshot 2024-01-24 103859.pngImage Removed

  1. Enter the new name for this device.

The newly named device will start reporting data in the Portal as a seperate machine to the old named device

End

Remove old named device from the Portal

  1. In the Portal, navigate to Agent > Management.

...

  1. Set the days filter to "All" to ensure all devices are listed.

...

  1. Click the "trash can" delete icon next to the device to be removed.

...

This will remove all data for this device from the Portal.

End

Creating an MST for GPO deployments

Steps to setting up a MST for GPO deployments

Last updated: January 15, 2024

Download the Thames Agent

  1. Download the latest MSI from our Downloads page.

Installing Orca

  1. Download the windows SDK Components SDK

...

  1. Open File explorer and go to \c:program files x86\Windows Kits\10\bin\10.2.22621.0\x86

  1. You can then find the Orca MIS Orca-x86_en-us.msi and run it.

End

Editing the MSI

  1. Open Orca from the start menu

  1. Click File and Open and select download Agent msi

  1. Click Transform New Transform

image-20240124-111009.pngImage Removed

  1. Browse down to the Property table

image-20240124-111140.pngImage Removed

  1. Double click on any blank row. To open the Add Row Dialogue

image-20240124-111228.pngImage Removed

  1. Set ORGANISATION_ID as the property name

  1. Set your Organisation ID as the property value this can be found on the downloads page.

image-20240124-111331.pngImage Removed

  1. Click 'Ok'

  1. Click Transform Generate Transform

...

  1. Give the Transform file a name and Click Save

image-20240124-111628.pngImage Removed

  1. Test the transform file from the command line msiexec /i RoboShadowAgent-x64-3102.msi TRANSFORMS="OrganisationName.mst"

  1. The Organisationid Input box should be automatically filled out.

End

...