5
May
Posted by geekcroft in Windows 7. Leave a Comment
I had a problem accessing our FreeNAS box this morning (as did fellow colleagues) after updating to RC1. The fix is quick, and restored access immediately (no reboot required)
- Fire up “Secpol.msc”
- Expand "Local Policies" and select "Security Options"
- Locate "Network Security: LAN Manager Authentication Level" in the list and double-click it.
- Change the setting from "Send NTMLv2 response only" to "Send LM & NTLM – use NTLMv2 session if negotiated"
- Network Security: Minimum session security for NTLM SSP Based (including secure RPC) Clients
- Change the setting from "require 128 bit" to unchecked (No Minimum) and Click OK
28
Apr
Posted by geekcroft in Active Directory. Leave a Comment
I recently come across a question on EE about updating GAL entries (i.e. AD user attributes) via csv.
I wasn’t sure, so did a quick google.
There is a script (http://www.wisesoft.co.uk/scripts/vbscript_update_user_attributes_from_csv.aspx) that allows this. The instructions on the linked page are detailed enough, so take this as a reminder to me (and anyone who comes across this) of where to find it and how to do it
28
Apr
Posted by geekcroft in Blog. Leave a Comment
As I have not yet decided on what theme looks good, I am trying another one.
*sigh* one day, one day…..
27
Apr
Posted by geekcroft in Sharepoint 2007. Leave a Comment
27
Apr
Posted by geekcroft in Sharepoint 2007. Leave a Comment
Here is exact steps to move SSP Administration site to a new web application
Create a new web application through central admin
Define a new “ssp/admin” manage path for the new web application created for SSP Admin site, ensure the new web application created that will host the new ssp admin site is selected and also specify “explicit inclusion” for type and “ssp/admin” for path, click “Ok”
Create a new site collection using SSP Administration site template
stsadm –o createsite –url http://{replace with your servername}:{replace with port}/ssp/admin -owneremail {owneremail} –ownerlogin {ownerlogin} –sitetemplate OSRV#0 –title “Shared Services Administration {replace with your ssp name}”
edit the ssp to point to the new ssp administration site
Stsadm –o editssp –title “{replace with your ssp name” –sspadminsite “http://{replace with your server name}:{replace with port}/ssp/admin”
(from http://blogs.msdn.com/ramg/archive/2008/07/01/moving-ssp-admin-site.aspx)
24
Apr
Posted by geekcroft in Exchange 2010. Leave a Comment
23
Apr
Posted by geekcroft in Exchange 2010, News. Leave a Comment
23
Apr
Posted by geekcroft in News, Outlook 2007. Leave a Comment
Ewan @ The Electric Wand has posted up a fantastic-looking piece of software called “Thread Compressor”.
http://threadcompressor.co.uk/default.aspx
The basics are simple. It scans your Outlook folders and looks for email that is “threaded” (that is email you have recieved then replied and then recieved further correspondence for. Because these emails are basically duplicated information, it “cleans up” and removes any unnessecary emails that it considers un-needed.
My explanation is pants in terms of how decent it looks, however let me give an example.
Bob emails Anne saying “Hi, fancy lunch”.
Anne emails back saying “Not today, how about tomorrow?”
Bob replies saying “Sure, Tomorrow is ok. Give me a call.”
Anne replies “Ok, speak to you then”.
Because everytime Bob or Anne has replied, their previous email’s are included, Thread Compressor will clean this up so that all Bob (and Anne) ends up with is the latest email from this transcript, deleting the rest away.
It is to be used with caution (as the website suggests), and I will probably give it a blast on a less-important mailbox before I hit the monster that is my main inbox, but I thought I would stick it up
Later
23
Apr
Posted by geekcroft in Linux, News, Operating Systems. Leave a Comment
Sugar, makers of the “One Laptop per Child” have started the “beta” phase for their new USB-ran OS, Sugar on a Stick.
http://wiki.sugarlabs.org/go/Sugar_on_a_Stick/Windows
Above is the URL for the Windows-based installation instructions. No worries if you are a none-windows person though, the main Wiki page includes links for Linux and Mac installation instructions.
http://wiki.sugarlabs.org/go/Sugar_on_a_Stick
Dont know what “real use” it will be for the likes of me and thee, but I’m currently digging out my USB pendrive just to take a look (as I’ve never seen or used Sugar before!)
Later!