The Best Article for SharePoint 2013 Enterprise Search (Advance)
http://blogs.technet.com/b/tothesharepoint/archive/2013/11/06/how-to-configure-the-search-results-web-part-to-use-a-new-result-source-in-sharepoint-2013.aspx
Saturday, December 14, 2013
Configure Office Web Apps For SharePoint 2013
The best Tech-Net article that I ever Read,
http://technet.microsoft.com/en-us/library/ff431687.aspx
The only thing is, we have to wait few minutes after each configuration change that we doing using Power-Shell command.
http://technet.microsoft.com/en-us/library/ff431687.aspx
The only thing is, we have to wait few minutes after each configuration change that we doing using Power-Shell command.
Tuesday, December 10, 2013
Schedule Task for SharePoint Site Backup
1) Open notepad
2) Create a command using STSADM
2) Create a command using STSADM
3) Set the path to store BACKUP
4) Go to TASK SCHEDULEr in server
5) Set the Schedule and account with elevated priviledges
6) Verify the backup and the location
COMMAND
@echo off
echo ===============================================================
echo Back up the farm to E:\CSKH_Backups
echo ===============================================================
cd %COMMONPROGRAMFILES%\Microsoft Shared\web server extensions\15\BIN
@echo off
stsadm.exe -o backup -url http://myportal -filename \\NASFSVS\KMSadmin_share\portalSP%date:~-2%%date:~4,2%%date:~7,2%.bak -overwrite -nositelock
echo completed
*** One Important Thing when creating TASK
How the file name set:
portalSP%date:~-2%%date:~3,2%%date:~0,2%.bak
if date is 29 - 09 - 15 ==> portalSP150929.bak
01 2 34 5 67
Subscribe to:
Posts (Atom)