-
Recent Posts
Recent Comments
Archives
Categories
Meta
Monthly Archives: December 2011
Is “Automatic Logon with current user name and password” a type of Single Sign-on (SSO)?
Martin Hatch published a tweet this morning which caught me in a philosophical mood. Very simply it was: “fed up of people referring to “automatic logon with current user name and password” options in IE as being “Single Sign On” … Continue reading
Subtracting days from a DateTime object in PowerShell
For those unfamiliar with DateTime objects, the problem is exceedingly simple – but the solution is even simpler. Take the following DateTime object: PS C:UsersAbrodie> $dt = get-datePS C:UsersAbrodie> $dt 03 November 2011 17:48:56 If I look at the methods … Continue reading