# Tuesday, February 25, 2014
Verify that the Objectname string value is set to LocalSystem in the following registry subkey:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan

Then delete:
  • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\25
  • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\26

Tidy up any other registry keys (eg Juniper) and reboot.

Tuesday, February 25, 2014 8:18:34 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Friday, January 31, 2014
When winning wizard to renew cert; following error:

"Windows sbs 2011 standard domain purchase and configuration wizard has stopped working"

For 2008:

CD system drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Bin

For 2011:

CD system drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Bin

Then:

stsadm -o provisionservice -action stop -servicetype spwebservice -servicename ""
stsadm -o provisionservice -action start -servicetype spwebservice -servicename ""
psconfig -cmd upgrade -inplace b2b -wait -force

Reason:

Sharepoint (WSS3) needs reconfig after update/hotfix.

sbs | sbs | Sharepoint
Friday, January 31, 2014 2:30:26 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Tuesday, August 20, 2013
Try:

1. rsm view /tlibrary then use result for rsm /refresh /lf"library_name" (eg rsm refresh /lf"IBM ULTRIUM HH-3 TAPE DRIVE")

2. restart rsm service

3. compmgmt.msc; removable storage; work queue; errors, delete jobs, etc

4. rebuild rsm database:

1) Go to Start > Control Panel > Administrative Tools > Services and find the Removable Storage service.
2) Right click on the Removable Storage service, select Properties, change the ‘Startup type:’ to Disabled and click ok.
3) Restart the machine
4) When the machine is running again open Windows Explorer and navigate to the C:\Windows\system32\ntmsdata\ directory  (or some other variation depending on the operating system, just pick the directory where Windows is installed and go from there)
5) In that directory rename all the files to *.OLD or move them to another temp folder.
6) Go back to the Removable Storage service (see step 1) go to properties and change the ‘Startup type:’ back to Automatic.
7) Restart the machine again

Tuesday, August 20, 2013 5:42:32 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Tuesday, January 15, 2013
Error message appears upon extending disk volume in Disk Management and new size isn't reported in Explorer (although is in Disk Management).

Solution

DISKPART

DISKPART> List volume

DISKPART> Select volume #

DISKPART> extend filesystem

DISKPART> exit

(Works on 2003 post SP1, Paragon allows for system partition expansion (in realtime)))

2003 | 2008
Tuesday, January 15, 2013 12:07:13 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [2]  |  Trackback
# Friday, December 07, 2012

This update contains seven updates:

  • 2777166
  • 2758246
  • 2780342
  • 2771821
  • 2771744
  • 2778171
  • 2780523

Install them separately to then install 2770917 successfully.

See: http://support.microsoft.com/kb/2770917

Individual x86 patches

Individual x64 patches

Friday, December 07, 2012 11:29:32 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Wednesday, April 25, 2012
Check "Client for Microsoft Networks" is added to NICs (physical and Hyper-V).

If this cannot be added try Network Connections -> Advanced -> Advanced Settings and add protocol from there.

Wednesday, April 25, 2012 9:37:25 AM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Tuesday, September 20, 2011
Event ID 70

Check whether databases need upgrading:

Get-SPServer | Where{ $_.NeedsUpgrade –eq $TRUE}

Then perform upgrade:

C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN

PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures

See:

http://social.technet.microsoft.com/Forums/en-US/sharepoint2010setup/thread/4300ced8-b616-4cf2-bdef-93220db2b37c/

http://cscmblog.blogspot.com/2011/08/small-business-server-2011-sharepoint.html

sbs
Tuesday, September 20, 2011 1:19:16 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Wednesday, September 30, 2009

After installing (upgrading) W7 Device Manager shows that this device cannot load.  Solution is to manually specify the Legacy driver.

 

Wednesday, September 30, 2009 3:57:42 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Saturday, January 31, 2009

%systemroot%\Inetpub\Adminscripts

adsutil.vbs Set MSFTPSVC/DefaultLogonDomain "DOMAIN" [include quotes]

Restart FTP service

 

Saturday, January 31, 2009 5:49:54 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Thursday, January 29, 2009

Upgraded nVidia 8400 GS driver which resulted in intermittent, then constant, high fan noise.  System Restore didn't cure it.

Installing current BIOS (A06 -> A15) fixes this.

Thursday, January 29, 2009 10:49:17 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  |  Trackback