Applicable to:
- Plesk Onyx for Windows
Question
How to get the list of all service plans via a command-line interface?
Answer
To generate the list of all service plans via CLI, run the command below (on Windows Server use a command prompt):
# plesk db "select Templates.name as 'Service Plan', clients.login as 'Owner', Templates.type as 'Plan Type' from Templates join clients where clients.id=Templates.owner_id"
Comments
0 comments
Please sign in to leave a comment.