Memorise

Author Archive

NETSH Command to Change from Static IP Address to DHCP

SOURCE: http://technet.microsoft.com/en-us/library/bb490943.aspx To switch the specified adapter from a static address to DHCP, type the following command: netsh interface ip set address “Local Area Connection” dhcp NOTE: Typing this command changes the interface named “Local Area Connection” to DHCP. To display all of the adapters in the computer with their current IP addresses to determine […]

Network and Sharing Center Freeze Issue

PROBLEM: If i right click computer and select “Manage” it hangs If i right click network connection and select “Network and Sharing center” it hangs If i go to device manager, it hangs SOLUTION: Exchange services were failing to start and kept holding the services on starting that hold up the server. Found that after enabling IPv6 and rebooting the […]

Extract data from MySQL ibdata1 data file

I recently had my server out of order and I could only access to files. I manage to backup my MySQL files (ibdata, ib_logfile1, ib_logfile2, and the tables *.frm files). No sql dump to be imported into a new MySQL installation. I setup new Server with same version of MySql installed simply replacing the “data” directory inside […]

Unable to open Exchange Server 2010’s Exchange Management Console…”Kerberos” authentication failed

Unable to open Exchange Server 2010’s Exchange Management Console with the error: “The attempt to connect to http://exchange.domain.com/PowerShell using “Kerberos” authentication failed: Connecting to remote server failed…” Restarted the IIS didn’t help but Once the World Wide Web Publishing Service restarted, the Exchange Management Console was now able to load the organisation. You can also try: Go […]

Site to Site VPN with Netscreen 5GT and Netgear DG834G

Site to Site VPN with Netscreen 5GT and Netgear DG834G I purchased my parents a new router/modem/wireless device the other day. It is a Netgear DG834G, great value for money. Anyway the Netgear supports VPN termination, so I decided to setup a VPN between their house and mine. This allows me to run voip over the […]

Windows 7 and Folder Redirection Issue

I found folder permissions to be the only problem when configuring folder redirection on windows 7. Dont forget to enforce the policy on client PC by goign to cmd and typing “gpupdate /force” and reloging. This is a user policy so you dont need to boot your PC, just log off and on to test […]

How To Create Shared Mailbox In Exchange Server 2010

Convert a Mailbox http://technet.microsoft.com/en-us/library/bb201749.aspx Set-Mailbox ConfRoom1 -Type Room You can use the following values for the Type parameter: Regular Room Equipment Shared In Exchange Server 2010 there is option to create a shared mailbox for use of several users. To create shared mailbox follow this steps: 1. Open EMS (Exchange Management Shell) and type this command, New-mailbox […]

When you send an e-mail message from a shared mailbox in Outlook 2007, the sent message is not saved in the Sent Items folder of the shared mailbox

When you send an e-mail message from a shared mailbox in Outlook 2007, the sent message is not saved in the Sent Items folder of the shared mailbox To do this, follow these steps: Click Start, click Run, type regedit, and then click OK. Locate and then click the following registry subkey: HKEY_CURRENT_USERSoftwareMicrosoftOffice12.0OutlookPreferences On the Edit menu, point to New, and then […]

Install & Configure BES Express 5.0.3 With Exchange 2010

Outline I will be covering the installation and initial configuration of Blackberry Express Server 5.0.3 on both Windows 2008 Server SP2 and Windows 2008 Server R2.  This particular scenario covers the installation of Blackberry Express Server 5.0.3 on the same server that hosts your Exchange 2010 installation, however depending on the size of your environment […]