Like This ...

Delete Project Workspace Template

Delete a Project Workspace Template:

1. Log directly on to the Project Server machine and open a command prompt window: Start > Run > cmd > OK
2. Change the command prompt directory to "C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN"
3. Execute the following STSADM command, replacing the title of the template (shown here as "Custom Project Workspace 01") with the title of your template to be deleted:
stsadm -o deletetemplate -t "Custom Project Workspace 01"
The following message should be displayed:
Operation completed successfully.
IIS must be restarted before this change will take effect. To restart IIS, open a command prompt window and type iisreset.
4. Repeat the STSADM deletetemplate command for each Project Workspace template that you would like to remove from the system, then execute an iisreset from the command prompt.
iisreset
The following message should be displayed:
Attempting to stop...
Internet services successfully stopped
Attempting to start...
Internet services successfully restarted
Return to the PWA Project Workspace Provisioning Settings page
PWA > Server Settings > Project Workspace Provisioning Settings
In the Default Project Workspace Template drop-down list, you should no longer see the templates that you removed using the STSADM command.
blog comments powered by Disqus