• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

How to rebuild subdomain in IIS ?

igoldman

Regular Pleskian
Hello ,

I know that if I would like to rebuild domain in IIS through Plesk Then I need to run the following command :

cd %plesk_bin%
websrvmng.exe --remove-vhost --vhost-name=domainname
websrvmng.exe --reconfigure-vhost --vhost-name=domainname

but if I would like to rebuild subdomain , then what do I need to run ?

for example if I have the following subdomain : ilan.goldman.com
then which command I need to run for rebuilding it in IIS ?
 
You should execute the following command to rebuild subdomain in IIS:
cmd>websrvmng --update-subdomain --vhost-name=<domain> --subdomain=<subdomain>
and
cmd> websrvmng --remove-subdomains --vhost-name=<domain> [--subdomains=<sub1[;sub2;...]>]

Also you can execute "websrvmng --help" command to get more information about available commands.
 
but which command need to be first ?

are you sure that those commands rebuild the subdomain in IIS and not just delete it from IIS ?
 
1.
a) cd %plesk_bin%

b) C:\Program Files\SWsoft\Plesk\admin\bin>websrvmng.exe --remove-subdomains --vhost-name=test.somedomain.com --subdomains=subdomain-name
c) C:\Program Files\SWsoft\Plesk\admin\bin>websrvmng.exe --update-subdomain --vhost-name=test.somedomain.com --subdomain=subdomain-name
2.
Yes it will rebuild subdomain (However - you can backup all domain - before you run command)

John S.G.
 
Back
Top