A parameter cannot be found that matches parameter name 'DeleteContent'Exchange 2013 Edge server setupCannot open mailboxWhy does Exchange 2013 return wrong search results?Dead Exchange 2010 organisation move to clean Exchange 2013Exchange CU 10 Install ErrorHow can I move email messages from Exchange Online to Gmail?Adding Exchange 2013 to Existing 2010 Hybrid deployment IssuesExchange mailbox move-request from 2013 to 2016 gets stuck at Initial SeedingExchange 2013. I cannot send email. error: You don't have permission to perform this actionNew-MailboxSearch: Parameter cannot be found
Why didn't Aeroflot Flight 1492 dump its fuel first?
How to use structured binding in an array passed as arg to some function?
Drawing lines to nearest point
Can I use my laptop, which says 100-240V, in the USA?
How could a Lich maintain the appearance of being alive without magic?
What does i386 mean on macOS Mojave?
How to make a language evolve quickly?
How are Core iX names like Core i5, i7 related to Haswell, Ivy Bridge?
What food production methods would allow a metropolis like New York to become self sufficient
How do I tell my supervisor that he is choosing poor replacements for me while I am on maternity leave?
Why does the Earth follow an elliptical trajectory rather than a parabolic one?
When a land becomes a creature, is it untapped?
What to do if SUS scores contradict qualitative feedback?
How do I compare the result of "1d20+x, with advantage" to "1d20+y, without advantage", assuming x < y?
For the erase-remove idiom, why is the second parameter necessary which points to the end of the container?
Why was Endgame Thanos so different than Infinity War Thanos?
What stroke width Instagram is using for its icons and how to get same results?
On studying Computer Science vs. Software Engineering to become a proficient coder
c++ what does , means after if
How can I answer high-school writing prompts without sounding weird and fake?
Is a vector space automatically spacelike if it has a basis of spacelike vectors?
List software from restricted, multiverse separately
Anatomically Correct Carnivorous Tree
What does "Ich wusste, dass aus dir mal was wird" mean?
A parameter cannot be found that matches parameter name 'DeleteContent'
Exchange 2013 Edge server setupCannot open mailboxWhy does Exchange 2013 return wrong search results?Dead Exchange 2010 organisation move to clean Exchange 2013Exchange CU 10 Install ErrorHow can I move email messages from Exchange Online to Gmail?Adding Exchange 2013 to Existing 2010 Hybrid deployment IssuesExchange mailbox move-request from 2013 to 2016 gets stuck at Initial SeedingExchange 2013. I cannot send email. error: You don't have permission to perform this actionNew-MailboxSearch: Parameter cannot be found
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I am attempting to run this command:
Get-Mailbox | Search-Mailbox -SearchQuery '(Received:01/01/2010..31/12/2013)' -DeleteContent
but I receive error message:
A parameter cannot be found that matches parameter name 'DeleteContent'.
I have searched this error message online and viewed other solutions like ensuring the account has Mailbox Import Export Role. I checked and this role is part of Organization Management, which Administrator is a member of.
exchange-2013
add a comment |
I am attempting to run this command:
Get-Mailbox | Search-Mailbox -SearchQuery '(Received:01/01/2010..31/12/2013)' -DeleteContent
but I receive error message:
A parameter cannot be found that matches parameter name 'DeleteContent'.
I have searched this error message online and viewed other solutions like ensuring the account has Mailbox Import Export Role. I checked and this role is part of Organization Management, which Administrator is a member of.
exchange-2013
add a comment |
I am attempting to run this command:
Get-Mailbox | Search-Mailbox -SearchQuery '(Received:01/01/2010..31/12/2013)' -DeleteContent
but I receive error message:
A parameter cannot be found that matches parameter name 'DeleteContent'.
I have searched this error message online and viewed other solutions like ensuring the account has Mailbox Import Export Role. I checked and this role is part of Organization Management, which Administrator is a member of.
exchange-2013
I am attempting to run this command:
Get-Mailbox | Search-Mailbox -SearchQuery '(Received:01/01/2010..31/12/2013)' -DeleteContent
but I receive error message:
A parameter cannot be found that matches parameter name 'DeleteContent'.
I have searched this error message online and viewed other solutions like ensuring the account has Mailbox Import Export Role. I checked and this role is part of Organization Management, which Administrator is a member of.
exchange-2013
exchange-2013
asked Apr 30 '15 at 13:16
SMWSMW
492410
492410
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Your user must be assigned the roles: Discovery Management and Mailbox Import Export role.
https://technet.microsoft.com/en-us/library/dd638205(v=exchg.150).aspx
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f686756%2fa-parameter-cannot-be-found-that-matches-parameter-name-deletecontent%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Your user must be assigned the roles: Discovery Management and Mailbox Import Export role.
https://technet.microsoft.com/en-us/library/dd638205(v=exchg.150).aspx
add a comment |
Your user must be assigned the roles: Discovery Management and Mailbox Import Export role.
https://technet.microsoft.com/en-us/library/dd638205(v=exchg.150).aspx
add a comment |
Your user must be assigned the roles: Discovery Management and Mailbox Import Export role.
https://technet.microsoft.com/en-us/library/dd638205(v=exchg.150).aspx
Your user must be assigned the roles: Discovery Management and Mailbox Import Export role.
https://technet.microsoft.com/en-us/library/dd638205(v=exchg.150).aspx
answered Dec 4 '17 at 7:04
user446856user446856
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f686756%2fa-parameter-cannot-be-found-that-matches-parameter-name-deletecontent%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown