DCSIMG
Exchange Management Shell - Yuval Sinay
Sign in | Join | Help

Yuval Sinay

Yuval's blog.

Browse by Tags

My First Exchange 2013 RTM Installation
26 October 12 01:43 AM | yuval14 | with no comments
I just finished my first Exchange 2013 RTM Installation. I attached a few screenshots from the installation process so you can obtain a first look on Exchange 2013 RTM Installation. Note: The Exchange 2013 was installed on Windows 2012 Datacenter. Step 1: Exchange 2013 Prerequisites - Automatic Installation Step 2: Exchange 2013 Additional Prerequisites – Manual Installation Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bi Installation. Download source: http://go.microsoft.com...
“Connecting to remote server failed with the following error message: Access is denied” error message may appear during initialization of Exchange 2010 Management Tools
13 March 12 10:27 PM | yuval14 | 1 comment(s)
A common issue for Exchange 2010 Administrators (even with Exchange 2010 SP2 RU1) is to get some mysteries error messages during initialization of Exchange 2010 Management Tools. Microsoft released a few troubleshooting guides that cover the common solutions for this issue: Troubleshooting the Exchange Management Shell Troubleshooting Exchange 2010 Management Tools startup issues Even More Exchange 2010 Management Tools Fun However, one of the undocumented solutions is to reboot all the domain controllers...
How to find out the free space size in Exchange 2010 database before defrag
12 March 12 09:01 PM | yuval14 | with no comments
One of the newest Exchange 2010 feather is the “Online Defrag” mechanism. However, the “Online Defrag” mechanism doesn’t reduce the overall Exchange 2010 database size (its just markup the free space with “0”). To find out if offline defrag may be needed, you can use the following PowerShell command: “Get-MailboxDatabase -Status | ft name,databasesize,availablenewmailboxspace –auto”
How to find the last Exchange 2010 database backup time
28 June 11 12:48 PM | yuval14 | 2 comment(s)
To find the last Exchange 2010 database backup time of all the Exchange databases in the organization, please use the following PowerShell (Exchange Management Shell) command: Get-MailboxDatabase -Status | select LastFullBackup Get-MailboxDatabase -Status | select LastDiffBackup Get-MailboxDatabase -Status | select LastIncBackup   To find the last Exchange 2010 database backup time of specific Exchange database, please use the following PowerShell (Exchange Management Shell) command: Get-MailboxDatabase  ...