Set Regional Setting SharePoint 2013 using Powershell

$siteURL = "http://siteURL"
$site = Get-SPSite $siteURL 
Write-host - starting for $siteURL
 
$web = $site.OpenWeb()
$web.RegionalSettings.Time24 = $true
$web.Update()

Comments

Popular posts from this blog

Adjust the Search SharePoint Performance level

SharePoint 2013 User Profile synchronization versus import

Usage and Popularity Trends Report not showing correct numbers