Table of Contents
The "Matrix42 UEM Depot Sync" package installs a set of Power Shell Cmdlets which can be used to control a running UEM Depot on the depot itself. The Cmdlets require Power Shell 5.1 because the Windows Communication Foundation (WCF) is used for communication and not available in Power Shell 6 or newer.
Get-Sync Jobs
Gets a list of currently configured and enabled depot syncs and its current status.
Get-Sync Jobs [-Name]
Parameters
-Name = The name or names (as comma separated list, available with UEM Depot 3.2) of the sync jobs to load.
Start-Sync Job
Starts a configured depot sync. If that depot sync is not enabled in the computer's variables, it cannot be started. Use Get-Sync Jobs to see currently available depot syncs. An already running depot sync cannot be restarted, you have to stop it first or wait for it to finish.
Start-Sync Job [-Name]
Parameters
-Name = The name of the sync job to start.
Stop-Sync Job
Stops a running depot sync. This operation works synchronously, which means that it waits for every already running transfer job to finish.
Use Get-Sync Jobs to see currently running depot syncs.
Stop-Sync Job [-Name]
Parameters
-Name = The name of the sync job to stop.