{"id":1321,"date":"2023-04-01T19:38:59","date_gmt":"2023-04-01T19:38:59","guid":{"rendered":"https:\/\/www.mozesoft.com\/blog\/?p=1321"},"modified":"2023-04-01T19:39:00","modified_gmt":"2023-04-01T19:39:00","slug":"a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet","status":"publish","type":"post","link":"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/","title":{"rendered":"A Step-by-Step Guide on Using Get-MailboxRestoreRequest Cmdlet"},"content":{"rendered":"\n<p>The <code>Get-MailboxRestoreRequest<\/code> cmdlet in Exchange Server and Microsoft 365 allows you to view the status and details of mailbox restore requests that have been submitted to restore deleted or lost items or mailboxes. Here is a step-by-step guide on using the <code>Get-MailboxRestoreRequest<\/code> cmdlet:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Open the Exchange Management Shell (EMS) or connect to the Exchange Online PowerShell.<\/li><li>Run the <code>Get-MailboxRestoreRequest<\/code> cmdlet followed by the <code>-Status<\/code> parameter and the status you want to filter by, such as <code>Queued<\/code>, <code>InProgress<\/code>, or <code>Completed<\/code>. For example:<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>Get-MailboxRestoreRequest -Status Completed\n<\/code><\/pre>\n\n\n\n<p>This command will return a list of completed mailbox restore requests.<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\"><li>If you want to filter the results by the name of the mailbox being restored, use the <code>-Identity<\/code> parameter followed by the mailbox name. For example:<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>Get-MailboxRestoreRequest -Identity john.doe@contoso.com -Status Completed\n<\/code><\/pre>\n\n\n\n<p>This command will return a list of completed mailbox restore requests for the mailbox named &#8220;<a href=\"mailto:john.doe@contoso.com\">john.doe@contoso.com<\/a>&#8220;.<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"4\"><li>You can also filter the results by the date range using the <code>-StartDate<\/code> and <code>-EndDate<\/code> parameters. For example:<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>Get-MailboxRestoreRequest -Status Completed -StartDate \"01\/01\/2022\" -EndDate \"12\/31\/2022\"\n<\/code><\/pre>\n\n\n\n<p>This command will return a list of completed mailbox restore requests that were initiated between January 1, 2022, and December 31, 2022.<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"5\"><li>If you want to view detailed information about a specific mailbox restore request, use the <code>-Identity<\/code> parameter followed by the name of the restore request. For example:<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>Get-MailboxRestoreRequest -Identity \"Restore Request 1\"\n<\/code><\/pre>\n\n\n\n<p>This command will return detailed information about the restore request named &#8220;Restore Request 1&#8221;, including the mailbox being restored, the status, the date and time it was initiated, and any error messages.<\/p>\n\n\n\n<p>Using the <code>Get-MailboxRestoreRequest<\/code> cmdlet can help you track and manage mailbox restore requests in Exchange Server and Microsoft 365 environments, allowing you to quickly view the status and details of ongoing and completed restore operations.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Get-MailboxRestoreRequest cmdlet in Exchange Server and Microsoft 365 allows you to view the status and details of mailbox restore requests that have been submitted to restore deleted or lost items or mailboxes. Here is a step-by-step guide on using the Get-MailboxRestoreRequest cmdlet: Open the Exchange Management Shell (EMS) or connect to the Exchange Online [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-1321","post","type-post","status-publish","format-standard","hentry","category-exchange-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>A Step-by-Step Guide on Using Get-MailboxRestoreRequest Cmdlet<\/title>\n<meta name=\"description\" content=\"A Step-by-Step Guide on Using Get-MailboxRestoreRequest Cmdlet\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A Step-by-Step Guide on Using Get-MailboxRestoreRequest Cmdlet\" \/>\n<meta property=\"og:description\" content=\"A Step-by-Step Guide on Using Get-MailboxRestoreRequest Cmdlet\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-01T19:38:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-01T19:39:00+00:00\" \/>\n<meta name=\"author\" content=\"Adsank\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adsank\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/\"},\"author\":{\"name\":\"Adsank\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\"},\"headline\":\"A Step-by-Step Guide on Using Get-MailboxRestoreRequest Cmdlet\",\"datePublished\":\"2023-04-01T19:38:59+00:00\",\"dateModified\":\"2023-04-01T19:39:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/\"},\"wordCount\":259,\"articleSection\":[\"Exchange Server\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/\",\"url\":\"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/\",\"name\":\"A Step-by-Step Guide on Using Get-MailboxRestoreRequest Cmdlet\",\"isPartOf\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#website\"},\"datePublished\":\"2023-04-01T19:38:59+00:00\",\"dateModified\":\"2023-04-01T19:39:00+00:00\",\"author\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\"},\"description\":\"A Step-by-Step Guide on Using Get-MailboxRestoreRequest Cmdlet\",\"breadcrumb\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.mozesoft.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A Step-by-Step Guide on Using Get-MailboxRestoreRequest Cmdlet\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#website\",\"url\":\"https:\/\/www.mozesoft.com\/blog\/\",\"name\":\"Blog\",\"description\":\"IT Knowledgebase\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.mozesoft.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\",\"name\":\"Adsank\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g\",\"caption\":\"Adsank\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"A Step-by-Step Guide on Using Get-MailboxRestoreRequest Cmdlet","description":"A Step-by-Step Guide on Using Get-MailboxRestoreRequest Cmdlet","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/","og_locale":"en_US","og_type":"article","og_title":"A Step-by-Step Guide on Using Get-MailboxRestoreRequest Cmdlet","og_description":"A Step-by-Step Guide on Using Get-MailboxRestoreRequest Cmdlet","og_url":"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/","og_site_name":"Blog","article_published_time":"2023-04-01T19:38:59+00:00","article_modified_time":"2023-04-01T19:39:00+00:00","author":"Adsank","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Adsank","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/#article","isPartOf":{"@id":"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/"},"author":{"name":"Adsank","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c"},"headline":"A Step-by-Step Guide on Using Get-MailboxRestoreRequest Cmdlet","datePublished":"2023-04-01T19:38:59+00:00","dateModified":"2023-04-01T19:39:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/"},"wordCount":259,"articleSection":["Exchange Server"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/","url":"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/","name":"A Step-by-Step Guide on Using Get-MailboxRestoreRequest Cmdlet","isPartOf":{"@id":"https:\/\/www.mozesoft.com\/blog\/#website"},"datePublished":"2023-04-01T19:38:59+00:00","dateModified":"2023-04-01T19:39:00+00:00","author":{"@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c"},"description":"A Step-by-Step Guide on Using Get-MailboxRestoreRequest Cmdlet","breadcrumb":{"@id":"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.mozesoft.com\/blog\/a-step-by-step-guide-on-using-get-mailboxrestorerequest-cmdlet\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mozesoft.com\/blog\/"},{"@type":"ListItem","position":2,"name":"A Step-by-Step Guide on Using Get-MailboxRestoreRequest Cmdlet"}]},{"@type":"WebSite","@id":"https:\/\/www.mozesoft.com\/blog\/#website","url":"https:\/\/www.mozesoft.com\/blog\/","name":"Blog","description":"IT Knowledgebase","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mozesoft.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c","name":"Adsank","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g","caption":"Adsank"}}]}},"_links":{"self":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/1321","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/comments?post=1321"}],"version-history":[{"count":1,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/1321\/revisions"}],"predecessor-version":[{"id":1322,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/1321\/revisions\/1322"}],"wp:attachment":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/media?parent=1321"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/categories?post=1321"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/tags?post=1321"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}