Exchange 2007: Give a user full access to all mailboxes

The following command will give full access to the Mailbox database including future mailboxes when they are created. Just change the name of the Mailbox Database to yours and the name to the one you wish to use Get-MailboxDatabase -identity “Mailbox Database” | Add-ADPermission -User “Trusted User”-AccessRights GenericAll Now access to all mailboxes: Get-Mailbox -ResultSize […]

Continue Reading

Windows: Remove hidden NIC

Applies to Windows 2003 I was getting this error after have made some change with my virtual NIC adapters. The error I was facing was this one, when I was making changes to the only NIC there was installed: The IP address XXX.XXX.XXX.XXX you have entered for this network adapter is already assigned to another […]

Continue Reading

This operation has been cancelled due to restrictions in effect on this computer.

Trying to open a hyperlink in Microsoft Office Outlook or Microsoft Office Word – you receive the following error message and subsequently cannot open the hyperlinks: This operation has been cancelled due to restrictions in effect on this computer. Cause: Upgrading Internet Explorer from a previous version or uninstalling Google Chrome can corrupt dependent registry keys. […]

Continue Reading