Memorise

Archive for the ‘Microsoft’ Category

Robocopy syntex

robocopy “M:\Sourcefolder” “H:\destination” /S /E /COPYALL /ZB /NP /MT:20 /R:3 /W:30 /LOG:”c:\logfolder\failingdrive.log” Mapp Network drives i.e  Z: then open command prompt as Administrator, modify the drive letter and folder location as per requirement then paste them to command prompt window. robocopy “C:\Company Files” “Z:\Company Files” /S /E /COPYALL /ZB /NP /R:3 /W:5 /LOG:”c:\companyfile.log” robocopy “C:\Users […]

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 […]

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 […]

Can’t Install or Un-install Microsoft office

There is a command you can run that resets the registry permissions. ‘secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose’ There is also a program called ‘windows installer clean up utility’ Download this program, and you can remove all office features, no problem. Once you have removed the office files and also deleted the Microsoft office folder on […]