1.
Open the notepad and copy the below script.
Add-PsSnapin Microsoft.SharePoint.PowerShell
Start-SPAssignment -Global
$mySite="http://sitecollectionURL"
$backupLocation="D:\SiteBackup"
$logFile="$backupLocation\BackupLog.log"
$today=Get-Date -format "MM-dd-yyyy
HH.mm.ss"
try
{
Backup-SPSite $mySite -Path
$backupLocation\SPSite_$today.bak -force
write "$today...
Security Token Service not responding in Project Server 2013
I was facing a serious issue from past couple of days… The Project
Server 2013 Web App was inaccessible. After monitoring ULS logs and
Event Viewer, following exceptions I encountered. These exceptions were
continuously occurring and I was not able to find the root cause. Hence
after consulting Microsoft Support team, we both managed to get rid of
the exceptions and finally the Project Server...