{"id":485,"date":"2021-02-02T09:07:23","date_gmt":"2021-02-02T17:07:23","guid":{"rendered":"https:\/\/blog.iabsolute.com\/?p=485"},"modified":"2021-02-02T09:13:04","modified_gmt":"2021-02-02T17:13:04","slug":"exchange-powershell-command-line","status":"publish","type":"post","link":"https:\/\/blog.iabsolute.com\/?p=485","title":{"rendered":"Exchange PowerShell Command Line"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Check the free space available in the database<\/h4>\n\n\n\n<p>Get-MailboxDatabase -Status | select Name, DatabaseSize, AvailableNewMailboxSpace<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Check for the stopped Exchange Server services<\/h4>\n\n\n\n<p>Get-Service | Where-Object {$_.Name -Like \u2018MSExchange*\u2019 -and $_.Status -eq \u2018Stopped\u2019}<\/p>\n\n\n\n<p>Check mail flow &#8211;> Get-Queue<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Check the free space available in the database Get-MailboxDatabase -Status | select Name, DatabaseSize, AvailableNewMailboxSpace Check for the stopped Exchange Server services Get-Service | Where-Object {$_.Name -Like \u2018MSExchange*\u2019 -and $_.Status -eq \u2018Stopped\u2019} Check mail flow &#8211;> Get-Queue<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14,17],"tags":[],"class_list":["post-485","post","type-post","status-publish","format-standard","hentry","category-exchange","category-powershell"],"_links":{"self":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts\/485","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=485"}],"version-history":[{"count":3,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts\/485\/revisions"}],"predecessor-version":[{"id":488,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts\/485\/revisions\/488"}],"wp:attachment":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=485"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=485"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=485"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}