This menu driven Central API Powershell Script is designed to get your Token and store it securely locally on your system.
Then you can use the Endpoint Search, Tenant Search or Endpoint Migration
For Endpoint & Tenant Search - You can enter the full or partial name. It will find all Endpoints/Tenants that match.
If Endpoint Search gets an error about too many requests, you will need to modify the Start-Sleep for the Function: Get-SOPHOSPartnerEndpointsAllTenants
The Endpoint Migration will move the Endpoint ID from the Current Tenant to the Destination Tenant.
Endpoint ID, Current Tenant ID, and Destination Tenant ID are all required before you start.
- Endpoint Search can get the Endpoint ID and Current Tenant ID.
- Tenant Search can get the Destination ID.
- To move multiple Endpoints, add them all to the Endpoint ID Input seperated by a comma.
- Example: EndpointID,EndpointID,EndpointID
Migration Status can be used after the migration job has been sent to confirm it completed successfully. This only check the last migration jon that was run.
This will go through all Sophos Central Tenants and add the SHA256 to the Blocked Items under Global Settings
-Enter the SHA256 that you want to block -Enter the Comment for the Blocked Item.
The Sleep Timer might need to be adjusted for larger tenant lists.
This script isn't supported by Sophos Support