How to get a list of suspended domains into a PDF file?
I want a PDF report of all domains from Plesk panel including the ones which are suspended.
1
vote
Vitek
shared this idea
You can get file list.txt with all suspended domains with the following command:
- plesk db -e “select name from domains where status=16” > list.txt
Then you can convert this file to pdf format.
—
IG