The below procedure describes how to create a scheduled task which will delete expired CoSpaces automatically according to a defined frequency. This KB requires a configured CMS Admin Mgmt. which can be downloaded here (Login required).
1. Create a scheduled task
Navigate to Control Panel\System and Security\Administrative Tools\Task Scheduler and perform the following operations:
1. Create a new task
2. Define the Frequency: “Daily” (Adjust according to your requirements)
3. Define the Action: “Start a Program”
4. Set the program to start:
Program: CMSAdm.exe
Arguments for single tenant setup: QODeleteExpiredCoSpaces | limit=10000 /force
Arguments for multitenancy setup: QODeleteExpiredCoSpaces | limit=10000 | tenantfilter=
5. Save and close the task