CheckProjectsVersion command to get information about the projects that have not yet been updated. Depending on the parameters you specify, running this command will display the following information:
- The current version of the product – if no parameters are specified.
- The number of projects on the server that need to be updated.
- The projects that need to be updated.
- The version of the product that was used to create a specific project.
Parameters
To get information about a project in a tenant, the tenant administrator credentials must be specified in the
/U and /P parameters. The link to the project must be specified without the tenant name.Example of use
CheckProjectsVersion– Displays the current product version.CheckProjectsVersion /Server="https://FCSRV" /ListProjects– Displays the projects that have not been updated, together with their versions.CheckProjectsVersion /Server="https://FCSRV" /Project="IdProject"– Displays the version of the product that was used to create the project.CheckProjectsVersion /Project="https://FCSRV/idProject" /Tenant=tenant /U=admin /P=password– Displays the version of the product that was used to create the given project in the given tenant.
