Errata

This is a collection of bits and pieces of useful information. We have it here mainly for our benefit, but if you find it useful - feel free!

HTML Email problem with Outlook 2007 and AVG antivirus.
Go into AVG, open “Email Scanner” click “Configure” and uncheck the “Certify Mail” box under both Incoming & Outgoing Email Scanning and all should be well.

NB: Any email already processed by AVG is permanently trashed.


Need to Clear DNS Cache on a MAC?
Leopard and later - dscacheutil –flushcache 10.51 and Earlier - lookupd -flushcache


God Mode on a Windows 7 Box..
Make a new folder and name it GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}



Windows Vista Winsock Reset

1.Click on Start button.
2.Type Cmd in the Start Search text box.
3.Press Ctrl-Shift-Enter keyboard shortcut to run Command Prompt as Administrator. Allow elevation request.
4.Type netsh winsock reset in the Command Prompt shell, and then press the Enter key.
5.Restart the computer.
What netsh winsock reset command does are it resets Winsock Catalog to a clean state or default configuration. It
removes all Winsock LSP (Layered Service Providers) previously installed, including the potential malfunctioned LSP
that causes loss of network packets transmission failure. So all previously-installed LSPs must be reinstalled.
This command does not affect Winsock Name Space Provider entries.

Note: To check which LSPs installed on your Vista system
, use netsh winsock show catalog command.



Reinstall and Reset TCP/IP Stack

To reinstall and reset the TCP/IP stack (Internet Protocol) to its original state as same as when the operating system was installed in Windows XP and Windows 2003, simply use the following command in command prompt shell. A log file name must be specified where actions taken by netsh will be recorded on newly created or appended if already existed file..

netsh int ip reset [ log_file_name ]

Example:

netsh int ip reset resetlog.txt

For Windows Vista, things work a little different due to introduction of UAC (Guide: Disable UAC). Use this guide to perform a reinstalling of TCP/IP protocol in Vista:

1.Click on Start button.
2.Type Cmd in the Start Search text box.
3.Press Ctrl-Shift-Enter keyboard shortcut to run Command Prompt as Administrator. Allow elevation request.
4.Type netsh int ip reset in the Command Prompt shell, and then press the Enter key.
5.Restart the computer.
The command will remove all user configured settings on TCP/IP stack and return it to original default state by rewriting pertinent registry keys that are used by the Internet Protocol (TCP/IP) stack to achieve the same result as the removal and the reinstallation of the protocol. The registry keys affected are:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\

and

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DHCP\Parameters\


Enable the Administrator Account on Home Premium
CMD - run as administrator
net user administrator /active:yes
reboot


Setting Up GD on IIS
1.Open up your php.ini file and search for the line: ;extension=php_gd2.dll and uncomment it by removing the semi-colon (’;’). If your ini file was like mine, the ;extension=php_gd2.dll line doesn’t exist. If not, just type it in (without the semi-colon.
2.Copy C:\PHP\php.ini to C:\WINDOWS\php.ini. If you wish, you can probably get away with creating an alias (symbolic link) in the C:\WINDOWS folder that points to the original php.ini file. It is important that there is a link or the actual file though, since this is where IIS will look for the configuration file.
3.Finally, for each extension you enabled in the php.ini file, locate the corresponding dll file in C:\PHP\ext\ and copy it into the same directory as php.ini (C:\WINDOWS\). Again, my install did not contain the dll file, so Google for the file and download from a safe location. I would recommend grabbing it direct from the PHP site. Drop it into the C:\PHP\ext\ folder, as well as the C:\Windows\ folder.



Exchange 2003 POP server cant pick mail up from Exchange 2007 SBS server
Error:
Exchange 2007: POP3 ERR Command is not valid in this state
Summary: POP applications report ERR "Command is not valid in this state" after supplying credentials. To verify you try telnetting to POP port 110 of your server:

Telnet Server 110
User Myaccount
Pass Mypass
ERR Command is not valid in this state


Resolution: Open your Exchange Shell and enter:

Set-PopSettings -LoginType PlainTextLogin

Restart your POP3 service


Change MyDocs Location in Windows 7 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal (C:\Users\ProfileName\Documents) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Persoanl

SBS 2011 Post Install Backup Failure.
Caused by failure to upgrade Sharepoint using psconfig during Sharepoint SP1 install
Causes VSS errors which make SBS backup fail
FIX:

http://blogs.technet.com/b/sbs/archive/2011/07/06/potential-issues-after-installing-sharepoint-foundation-2010-sp1.aspx


Reinitialize corrupt or incorrect netcache (Network Share folder with gray X)
1. Click Start, type regedit in the Start Search box, and then press ENTER. If you are prompted for an administrator password or for a confirmation, type the password, or click Continue.
2. Locate the following registry subkey, and then right-click it: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\CSC
3. Point to New, and then click Key.
4. Type Parameters in the box.
5. Right-click Parameters, point to New, and then click DWORD (32-bit)Value.
6. Type FormatDatabase, and then press ENTER.
7. Right-click FormatDatabase, and then click Modify.
8. In the Value data box, type 1, and then click OK.
9. Exit Registry Editor, and then restart the computer.

Google default Search URL's
Google Search
http://www.microsoft.com/windows/ie/searchguide/en-intl/default.mspx?dcsref=http://runonce.msn.com/runonce2.aspx#
Google Mapping
javascript:window.external.addService('OSDFiles/map_google.xml');
Google Translate
javascript:window.external.addService('OSDFiles/translate_google.xml');
You receive an error message when you click a hyperlink in Outlook
http://support.microsoft.com/kb/310049
FixIt .msi download - href="http://go.microsoft.com/?linkid=9726441

Hidden Page to restart WAG320N
http://192.168.1.1/setup.cgi?todo=reboot (substitute IP address for Router IP)
Start a RDP session as Console
mstsc /console
start Google homepage without Annoying Instant feature
make this your homepage - http://www.google.com/webhp?complete=0&hl=en
Run 32 Bit Web Apps on IIS7 x64 Server
- creating an application pool with 32 bit enabled (advanced settings) *adding precondition="bitness64" in applicationHost.config "kerbauth.dll" and "exppw.dll" (C:\Windows\System32\inetsrv\config\applicationHost.config)
*disable http compression for the website as follows.
*click on IIS root in IIS manager and double click modules.
*unlock dynamin compression and static compression modules by right click - unlock
*Choose website modules and remove static and dynamic compression.
*restart IIS
*Do Not relock root modules.

Open DNS
Primary 208.67.222.222
Secondary 208.68.220.220

SBS2011 Sharepoint Timer error post SP installation
Sharepoint Timer issues post SBS2011 SP install
http://blogs.technet.com/b/sbs/archive/2011/07/06/potential-issues-afterinstalling-sharepointfoundation-2010-sp1.aspx
http://social.technet.microsoft.com/Forums/en-IE/sharepoint2010setup/thread/f89ac154-4e58-403c-b276-a2a07a39f40b

Security Error post Forefront installation on Exchange 2010 (SBS2011)
In a file named "E12AntiSpam.xml" in the
"C:\Program Files\Windows Small Business Server\Data\SHExtensions" directory.
Within that file, there is probably a line such as
$(Get-TransportAgent "Content Filter Agent").Enabled
The fix can be as simple as changing the line to:
$(Get-TransportAgent "FSE Content Filter Agent").Enabled
(just inserting "FSE " in the front of the agent name)


Exchange 2010 SP2 Rollup 2 and Forefront for Exchange
Note for Forefront Protection for Exchange users For those of you running
Forefront Protection for Exchange, be sure you perform these important
steps from the command line in the Forefront directory before and after
this rollup's installation process. Without these steps,
Exchange services for Information Store and Transport will not
start after you apply this update. Before installing the update,
disable ForeFront by using this command:
fscutility /disable.
After installing the update, re-enable ForeFront by running
fscutility /enable.
fscutility is in
C:\Program Files (x86)\Microsoft Forefront Online Protection for Exchange Gateway


Enable Exchange 2010 to authenticate Multifinction Printers for email
At the Exchange Mamagement Shell - Type
Get-ReceiveConnector "SERVERNAME\Connector Name" | Add-ADPermission -User "NT AUTHORITY\Authenticated Users" -ExtendedRights ms-Exch-SMTP-Accept-Authoritative-Domain-Sender
Edit the Server and usernames in Notepad first - then paste
NB - Changing SMTP port to 26 can help
Canon - Press Additional Functions
2 & 8 together
Additional Functions
You are now in level 1 of service mode
To get to 2nd level, press 2 then Additional Functions
If in service mode lvl2
Copier/option/body
SMTPTXPN - SMTP send port #
SMTPTRXPN - SMTP receive port #
Default 25 - Set to 26
Dont forget to open firewall for port 26 and test using Telnet

Make a USB Thumbdrive Bootable
diskpart
list disk
select disk x (where x is the number of the USB Flash Drive)
clean
create partition primary
active
format fs=fat32 quick
assign
copy files from CD

Windows Update Fails
secedit /configure /cfg %windir%\repair\secsetup.inf /db secsetup.sdb /verbose
And / Or
net stop wuauserv
delete the contents of Windows/software distribution/download
net start wuauserv

Import .PST to Exchange 2010 (SBS2011)
In Exchange shell, type
New-ManagementRoleAssignment –Role “mailbox import export” –User “Administrator"
then import PST using-
New-MailboxExportRequest –Mailbox user –FilePath “\\\Sharename\user.pst”
See this link for much much more... http://blogs.technet.com/b/sbs/archive/2011/05/09/how-to-import-and-export-mailboxes-using-pst-files-in-sbs-2011-standard.aspx

SBS2008 Send a message to all logged on users
msg * "message content"

Restart HUDLite service on a trixbox.
Use Putty to open command line
service hudlite-server restart

Add SPF record to DNS.
Go here to generate SPF String
SPF Wizard
Take generated text minus " and insert into TXT DNS record
Create matching PTR record
Recheck using above wizard.

Move iTunes Device Backups to another drive
1. Close iTunes.
2. Move MobileSync directory (containing Backups folder) to D:\ drive. (Choose Crive Letter)
3. Remove MobileSync from the old location.
4. Open Command Prompt and issued the following command (replacing with Windows login):
mklink /J "c:\Users\\AppData\Roaming\Apple Computer\MobileSync" i:\MobileSync
5. A message will be returning confirming:
Junction created for c:\Users\\AppData\Roaming\Apple Computer\MobileSync <<===>> i:\MobileSync
6. Open Windows Explorer and then browse to the old MobileSync location and verify it is now linking to D:\MobileSync.
7. Finally restart iTunes, connect an iOS device and ensure it backs up data successfully to the new storage location.



Annoucements

Network Doctor Rescue

NEED EMERGENCY SUPPORT?
Try Network Doctor Rescue!*

You can pay by EFT or Credit Card and "No fix - No charge" applies.

Call 0409359422 for support.
* Minimum charge $30