Friday, May 31, 2013

How to kill a session on Windows Server(Log off other user from server)

This post is continution to my previous post

http://gadekarsatish.blogspot.in/2013/02/log-off-other-user-from-server.html

In alernative to above approach we can also use below approach

Warm Up Script for SharePoint

You can use this warm up script after deployment in SharePoint it will bring back your site faster thna browser.


Write below line in text file and save as BAT file


####################################################################
powershell -command "& 'D:\Satish\WarmUp\Satish\WarmUp.ps1'"
####################################################################


Write Below lines in text file and save as ps1 file

Discussion Board SharePoint Invalid index. (Exception from HRESULT: 0×80070585)

I got this error When I created SharePoint Discussion Board using C# code.

Resolution

  • Navigate to List Settings
  • Open Current View
  • Unchecked Last Updated field
  • Save view
  • Enjoy
  • SharePoint document metadata not updating

    I faced a weird issue today, Metadata for document which has lookup column was not updating even after saving the item. There was no erro...