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

SharePoint 2013 User Profile synchronization versus import

PowerShell scripts to Create personal site

Adjust the Search SharePoint Performance level