Archive for the ‘Uncategorized’ Category

If you are like me and did a single box farm installation of SharePoint 2010, you might get to an error whenever you have configured your search. I configured the search to crawl my local SharePoint Sites and when it did a full crawl it gave me the following error: Access is denied. Verify that [...]

I have some users in AD, which had a wrong Telephone property specified. The value was correct specified in the Mobile Phone property, so I wanted to copy this value from every user into the Telephone property. A picture says more than a 1000 words. Off course, PowerShell comes to mind. First I tried it [...]

A preview of what’s coming in the new hotmail. Amongs others: sweep (get rid of clutter) and integration with office live workspaces and skydrive.   read more @ source

On creating a new distribution group in Exchange you could get the following error: Couldn’t find object “<user object in AD>”. Please make sure that it was spelled correctly or specify a different object. Reason: the recipient <user object in AD> isn’t the expected type. You probably logged in with an administrator account, which has [...]

To set permission’s on a room mailbox in Exchange 2010, you have to execute the PowerShell command Add-MaiboxFolderPermission. Add-MailboxFolderPermission -identity <roomname>@<domain.com> -user <email address of user who needs access> -AccessRights <AccessRight> The parameter AccessRight specifies the permissions for the user, you can use the following values: ReadItems   The user has the right to read items [...]

I needed to recreate a folder structure from one computer to another. To be ahead of some comments I foresee, one computer did not have powershell or any internet connection (to download powershell), and I was not allowed to install anything. To solve the problem I used “old school” DOS commands. Open a command prompt [...]

You can create a PowerShell profile to set your environment (aliases, modules you want to import, functions,etc..) First of all check if a profile already exists with the command test-path $profile This will return true or false. If no profile exists you can create one with the following command: new-item -type file -path $profile -force [...]

When I wanted to create a test user for SCOM 2007 to monitor Exchange, I constantly ran into the error (whenever I ran the script new-TestCasconnectivityUser.ps1): CreateTestUser : Mailbox could not be created. Verify that OU ‘Users’ exists and that password meets complexity requirements. I checked google, and all solutions pointed to the fact that [...]

Cloud versus On Premise.

Original Source: here Coca-Cola Enterprises, the soft drink bottling and distribution company,  is the world’s largest marketer, producer, and distributor of Coca-Cola products, with around 75,000 employees worldwide and sales in over 200 countries. Coca-Cola Enterprises is an extremely successful corporation but all enterprises, no matter the size and success, can improve. “The tools that [...]