21 December, 2009 at 2:46 pm
by Phil Wiffen · Filed under Miscellaneous
Some brief notes on how to change the source UNC path in a GPSI GPO
Instructions are for Server 2008.
Backup the GPO…
- Open up “Group Policy Management” console
- Find the GPO with the GPSI source UNC you’d like to change
- Right click it, choose “Backup”
- Back up the GPO a directory, eg C:\GPOs\
Now we need to edit the GPO and change the UNC…
- In the GPMC left-hand pane, click on Domains
- In the GPMC toolbar, click on Actions, then Open Migration Table Editor
- In the Migration Table Editor, click on “Tools” then “populate from Backup”
- Choose the backup you want to change
- In the Table Editor, change the Destination name to the new UNC path
- Now we need to save the migration table.
- Click File, Save.
- Save the file as something meaningful, preferably in C:\GPOs\
Now we need to apply the new settings…
- Go back to the Group Policy Management Console
- Find the GPO you need to change and Right-click on it
- Choose “Import Settings…”
- Click Next twice.
- Browse to your backup folder (C:\GPOs)
- Confirm the GPO backup whose settings you want to import, then click next.
- After the scan is complete, click Next
- Now we need to apply the Migration Table mapping:
- Choose “Using this migration table…”
- Browse to your migration table settings that you saved earlier.
- Now click Next, and then Finish
- That’s it!
Permalink
15 December, 2009 at 1:45 pm
by Phil Wiffen · Filed under Miscellaneous
If you’re trying to run Dell’s SUU on a Linux box and get the error “Another instance of SUU is already running”, check out this FAQ
I have summarised the steps below:
chattr -i /var/log/dell/suu/suu.lck
rm -f /var/log/dell/suu/suu.lck
You can then run SUU
Permalink
3 December, 2009 at 12:01 pm
by Phil Wiffen · Filed under General IT
Currently playing with Sharepoint 2007 to enable our Execs to collaborate on documents and ran into this PITA
Problem:
You can’t install SharePoint 2007 with SP1 on to a fresh copy of Server 2008 R2. You get a “This program is blocked due to compatibility issues” message, and asked to look at KB Article 962935 (which doesn’t actually exist at the time of writing!)
Solution:
You’ll need to slipstream Sharepoint 2007 SP2 into the Setup file. Brief summary is below:
Download the following…
Microsoft Office SharePoint Server 2007 Trial Version (x64)
Sharepoint 2007 Service pack 2 (x64)
Perform the following…
- Extract OfficeServerwithSP1.exe by executing “OfficeServerwithSP1.exe /extract:C:\Sharepoint2007\”
- Delete all the files inside C:\Sharepoint2007\Updates\
- Extract officeserver2007sp2-kb953334-x64-fullfile-en-us by executing “officeserver2007sp2-kb953334-x64-fullfile-en-us /extract:C:\Sharepoint2007\Updates\”
- Run C:\Sharepoint2007\setup.exe
Now you can install Sharepoint 2007 on Server 2008 R2!
Full instructions/references:
MSDN Blog
Technet Social
Permalink
26 November, 2009 at 4:21 pm
by Phil Wiffen · Filed under Miscellaneous
If you have Windows 7 with Bitlocker enabled, and are sometimes unable to shutdown your PC properly, check out this article: http://social.answers.microsoft.com/Forums/en-US/GettingReadyforWindows7/thread/66b6e093-9de7-4e76-84cf-322bd1e35f22
The hotfix is available here: http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=975496&kbln=en-us
Symptoms for us were that Windows 7 itself would shut down, but the power would not be switched off from the laptop, leaving it running (often with the fans whizzing away and LEDs on)
Permalink
20 October, 2009 at 5:44 pm
by Phil Wiffen · Filed under Miscellaneous
If Windows 7 and Vista won’t work “properly” with your SAMBA servers, give this a try:
- Create a new Group Policy Object in GPMC, and give it a name. I chose “Samba Compatibility”.
- Edit the GPO…
- Navigate to : Computer Configuration > Policies > Windows Settings > Security Settings > Local Policies > Security Options > Network Security
- Now edit the setting “Network security: LAN Manager Authentication level”, and change it to “Send LM & NTLM – use NTLMv2 session security if negotiated”.
- Apply that GPO to the appropriate OU, and you’re away*
* People will probably need to reboot for the changes to take effect.
Key symptoms we saw were Vista/Win7 rejecting the initial connection, prompting for a username and password, then rejecting the domain credentials you just entered. This fixes those issues!
Permalink