JSON to Structured XML through Powershell troubles…
May 16, 2010 · Posted in Uncategorized · 1 Comment
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.
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.

