The Push-Rollup command forces rollup for a protected machine. 
Usage
The usage for the command is as follows:
Push-Rollup -core [host name] -user [user name] -password [password] -protectedserver [machine name | IP address]Command Options
The following table describes the options available for the Push-Rollup command: 
| Option | Description | 
|---|---|
| -? | Display this help message. | 
| -all | Force all protected machines. | 
| -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. | 
| -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. | 
| -protectedserver | Force for the current protected machine’s name. | 
| -user | Optional. Login for the remote Core host machine. If you specify a login, you also have to provide a password. If none are provided, then the logged-on user's credentials will be used. | 
Example:
Push rollup for a single protected machine:
>Push-Rollup -core 10.10.10.10:8006 -user administrator -password 23WE@#$sdd –protectedserver 10.10.5.22
Push rollup for all protected machines:
>Push-Rollup -all
