JSON to Structured XML through Powershell troubles…

The following code is my attempt to be clever.  My desired end result is to convert a JSON stream from a web service into an object, which can then be accessed using dot notation and then easily manipulated into XML or for other uses.

Read more

  • LinkedIn
  • Facebook
  • Twitter
  • Share/Bookmark

SharePoint, Session State and Inactivity Timeouts

A common request I see is to have SharePoint timeout a user after a specified period of inactivity and force them to logon again.  The feasibility of this depends on how you use SharePoint and how your users authenticate in the first place.

Read on…

  • LinkedIn
  • Facebook
  • Twitter
  • Share/Bookmark