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