SharePoint修改左上角文字的命令行
$webapp = Get-SPWebApplication “http://test-spweb1” --需要修改的站点
$webapp.SuiteNavBrandingText = “XXXXXX”
$webapp.Update()
$webapp = Get-SPWebApplication “http://test-spweb1” --需要修改的站点
$webapp.SuiteNavBrandingText = “XXXXXX”
$webapp.Update()