我想自定義的母版適用於所有站點的所有站點環境沿着應用的SharePoint Foundation母版,以使用SharePoint PowerShell中
我想要能夠使用powershell將自定義masterpage應用到每個站點。我知道使用
$web = Get-SPWeb http://sharepoint
$web.CustomMasterUrl = "/_catalogs/masterpage/custom_v4.master"
$web.Update()
任何人都可以請所有的網站請循環幫忙。
感謝stej,是否有可能通過僅提供頂級站點http:// sharepoint來遍歷每個站點?我不知道任何網站名稱 – 2011-04-04 04:17:18
是否有任何返回網站名稱列表的命令?我不知道SharePoint幾乎沒有任何內容.. – stej 2011-04-04 04:27:27
@DiverDan你應該可以查詢SPSite實例AllWebs集合 – Roman 2012-05-26 04:12:43