Part – 1 Introduction For the purposes of this article, I am assuming that the SBS server will be decommissioned at the end of the process, leaving a windows 2003 server Native Domain with a separate dedicated Domain Controller (DC) and separate server box running Exchange 2003 Standard. You could in-fact keep the SBS server […]
A bit more research later and I found that Vista SP2 has a similar Service Pack Cleanup Tool in the same C:WindowsSystem32 directory called COMPCLN.exe. You can start the program by using the following instructions: Click Start > Run Type in CMD and press [enter] At the command prompt, type COMPCLN and press [enter] Press […]
Handy Light – Instruction Do this after the setup below, Blue, yellow, Red then touch top right corner, screen should change to purple. Set up an ad hoc Wi-Fi network on your computer (network name and password requirement are not important). Connect to the Wi-Fi network you just created on your iPhone through the Settings/Wi-Fi […]
To repair and reset the Windows Vista Click on Start button. Type Cmd in the Start Search text box. Press Ctrl-Shift-Enter keyboard shortcut to run command prompt as Administrator. Allow elevation request. Type netsh winsock reset in the Command Prompt shell, and then press the Enter key. Restart the computer. What netsh winsock reset command does are it resets Winsock Catalog to a clean […]
Apply this to Terminal Server 2008 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\NonEnum] “{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}”=dword:00000001 OR To create GPO Templet use below. ; Use this one for hiding the network icon in your explorer. CLASS MACHINE CATEGORY !!Custom CATEGORY !!ExplorerExtras POLICY !!HideNetworkInExplorer KEYNAME “SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\NonEnum” EXPLAIN !!HideNetworkInExplorer_Help VALUENAME “{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}” VALUEON NUMERIC 1 VALUEOFF NUMERIC 0 END POLICY END CATEGORY END CATEGORY [strings] Custom=”Custom […]
Enable-ExchangeCertificate : The certificate with thumbprint XXXXXXXXX was found but is not valid for use with Exchange Server (reason: PrivateKeyMissing). At line:1 char:27 + Enable-ExchangeCertificate -Thumbprint XXXXXXXXX -Services “IIS” The above error can as a result of multiple reasons. CSR was created with IIS and attempted to be installed through the Exchange Management Shell (EMS), […]
You can change ip address using ifconfig command itself. You can use Terminal. you will need permission to change the IP, use su Shirajs-MacBook-Pro:~ shiraj$ su Password: sh-3.2# To set IP address 192.168.200.1, enter command: # ifconfig vmnet1 192.168.200.2 netmask 255.255.255.0 up # ifconfig vmnet1 you can change the /Library/Application Support/VMWare Fusion/vmnet1/dhcpd.conf and have […]
It can be difficult getting the PHP’s default mail functions to work when you run an apache server on windows instead of a unix environment. I ran into this problem with my server (running XAMPP), and thought others may benefit from a quick how-to. Another slight problem I had to get working was using an […]
To use the Exchange Management Shell to configure an external host name for Outlook Anywhere set-OutlookAnywhere -Server:’CAS01′ -ExternalHostName:’site.contoso.com’ Procedure Exchange 2007 SP1 To use the Exchange Management Shell to configure the authentication method to be the same for both the /rpc virtual directory in IIS and Outlook 2007 Set-OutlookAnywhere -Name Server01 -DefaultAuthenticationMethod <Basic or NTLM> […]
Exchange 2003 with iPhone Things to remember: Exchange is SP2 is minimum requirement and install all latest patch is recommended. Microsoft Exchange 2003 has Service Pack 2 Installed I would also install .Net framework 3.5 or above as well, as we are dealing with IIS and website. Test IIS (Internet Information Server) components for proper […]