The Suspend-Snapshot command lets an administrator pause snapshots. 
Usage
The usage for the command is as follows:
Suspend-Snapshot -core [host name] -user [user name] -password [password] -all | -protectedserver [name | IP address] -time [time string]
Command Options
The following table describes the options available for the Suspend-Snapshot command: 
| Option | Description | 
|---|---|
| -? | Display this help message. | 
| -all | Pauses all protected machines on the selected Core. | 
| -core | Optional. Remote Core host machine IP address (with an optional port number). By default the connection is made to the Core installed on the local machine. | 
| -user | Optional. User name for the remote Core host machine. If you specify a user name, you also have to provide a password. If none are provided, then the logged-on user's credentials will be used. | 
| -password | Optional. Password to the remote Core host machine. If you specify a password, you also have to provide a user name. If none are provided, then the logged-on user's credentials will be used. | 
| -time | The time in the format ‘Day-Hours-Minutes’when the snapshots will be resumed (only for snapshots pause). | 
Example:
Pause snapshots for the protected machine with IP 10.10.10.4 for the local Core with a certain time to resume:
>Suspend-Snapshot -protectedserver 10.10.10.4 –time 3-20-50
