Archive: Tutorials
-
Jul 31, 2010
No CommentsHow to retrieve list of mailboxes sorted by size in Exchange 2010 using PowerShell
You have probably noticed that you can’t view and sort mailboxes by their size in Exchange 2010 using Exchange Management Console. To do this you need to use Exchange Management Shell. Run the following command to retrieve list of mailboxes sorted by size on a specific server: Get-MailboxStatistics -Server <Server Name> | Sort-Object -Property TotalItemSize...
-
Jul 24, 2010
No CommentsHow to enable colocation of data on tape in MS DPM 2010
Microsoft Data Protection Manager 2010 will not let you backup different protection groups to the same tape. In DPM 2010 Administrator Console, Management -> Libraries tab, you can check current status of “Colocation of data on tape” property. To enable colocation of data on tape, open DPM Management Shell and execute the following command: Set-DPMGlobalProperty...
-
Jul 24, 2010
2 CommentsHow to deploy printers with Group Policy – Windows Server 2008, 7, Vista, XP
In this article I will show how to deploy printers using Group Policy to Windows 7, Vista and XP client machines. While for Windows 7 Group Policy settings just work, you need to do additional tasks to achieve required results on Windows Vista and Windows XP machines. I will use one server running Windows Server...
-
Jul 23, 2010
No CommentsFind and remove duplicate values in Microsoft Excel 2007
It is possible to remove duplicates in several ways in Microsoft Office 2007. You can either remove rows containing duplicate values or highlight them, so you can delete them manually. Please note that Excel 2007 does not allow you to review data deleted by using Remove Duplicates tool. To review data use Conditional Formatting tool...
