<!DOCTYPE html> <html> <head> </head> <body> <p><strong>Rinominare WebAPP:</strong></p> <p>$webname = Get-SPWebApplication | Where {$_.Name -match "SharePoint – 443 – B-Horses Portal"} <br />$webname.Name = "SharePoint – 443 – Ettore Wine Portal" <br />$webname.Update()</p> <p><strong>Rinominare URL:</strong></p> <p>Go to: Central Administration >> System Settings >> Configure alternate access mappings under Farm Management. Pick your web application and give a new URL to it.</p> </body> </html>
Subscribe
0 Comments
Oldest