I was recently asked to develop a script which would allow all sites to inherit the global navigation. Here it is. param( $rootUrl = "http://litwaredemo" )"Setting STSADM"$stsadm = "C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\bin\STSADM.EX... Sites XML"[xml] $sites = &$stsadm -o enumsites -url $rootUrl"Loading Microsoft.SharePoint"[[ System.Reflection.Assembly]... ......