MailBox Usage Data not equivalent to Office Portal information in providing storage alerts Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Office 365 Product Usage Data API Permissions and Data Format
How to get even lighting when using flash for group photos near wall?
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
Would reducing the reference voltage of an ADC have any effect on accuracy?
Implementing 3DES algorithm in Java: is my code secure?
I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?
How to keep bees out of canned beverages?
What’s with the clanks in Endgame?
Married in secret, can marital status in passport be changed at a later date?
Can you stand up from being prone using Skirmisher outside of your turn?
What was Apollo 13's "Little Jolt" after MECO?
Trumpet valves, lengths, and pitch
Second order approximation of the loss function (Deep learning book, 7.33)
Why do games have consumables?
Mistake in years of experience in resume?
What is the term for a person whose job is to place products on shelves in stores?
Is it acceptable to use working hours to read general interest books?
std::is_constructible on incomplete types
My admission is revoked after accepting the admission offer
As an international instructor, should I openly talk about my accent?
What is the best way to deal with NPC-NPC combat?
Why isn't everyone flabbergasted about Bran's "gift"?
What's the difference between using dependency injection with a container and using a service locator?
Check if a string is entirely made of the same substring
How to avoid introduction cliches
MailBox Usage Data not equivalent to Office Portal information in providing storage alerts
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar Manara
Data science time! April 2019 and salary with experience
The Ask Question Wizard is Live!Office 365 Product Usage Data API Permissions and Data Format
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
Replacing PowerShell MSOnline with Microsoft Graph. I want to see if the getMailboxUsageDetail
report can be used. So I
Set-Mailbox <id>@tenant -ProhibitSendQuota 19KB -ProhibitSendReceiveQuota 20KB -IssueWarningQuota 18KB
The SDK returns:
RefreshDate(3/18/2019 12:00:00 AM)
UserPrincipalName(xxxxx)
DisplayName(Tom Kanary)
IsDeleted(False)
DeletedDate()
CreatedDate(6/29/2018 12:00:00 AM)
LastActivityDate(3/13/2019 12:00:00 AM)
ItemCount(746)
StorageUsedInBytes(17,803,402)
IssueWarningQuotaInBytes(105226698752)
ProhibitSendQuotaInBytes(106300440576)
ProhibitSendReceiveQuotaInBytes(107,374,182,400)
The account has less than 100 messages in the mailbox. I expected IssueWarningQuotaInBytes
to be the same as -IssueWarningQuota
.
When I logged into Exchange Admin, I see "17.26 MB used, 93028% of 19 KB" and get an email warning. Also, LastLogon
is correct.
In Graph LastActivityDate
seems to be a possible replacement but LastActivityDate
(day) appears to be sampled at EOD and rounded to YYMMDD
, and only if I logged and read/sent mail. For example, on Mar 10 08:30 2019
. Then on the MailboxUsageDetail
report for Mar 10 with show an older date, the Mar 11 report will show Mar 10 0:00 2019
, and following reports will continue to show this date until the day after my new (active) login.
Is there any reason why portal data is (better) and different from Graph
microsoft-graph microsoft-graph-mail
add a comment |
Replacing PowerShell MSOnline with Microsoft Graph. I want to see if the getMailboxUsageDetail
report can be used. So I
Set-Mailbox <id>@tenant -ProhibitSendQuota 19KB -ProhibitSendReceiveQuota 20KB -IssueWarningQuota 18KB
The SDK returns:
RefreshDate(3/18/2019 12:00:00 AM)
UserPrincipalName(xxxxx)
DisplayName(Tom Kanary)
IsDeleted(False)
DeletedDate()
CreatedDate(6/29/2018 12:00:00 AM)
LastActivityDate(3/13/2019 12:00:00 AM)
ItemCount(746)
StorageUsedInBytes(17,803,402)
IssueWarningQuotaInBytes(105226698752)
ProhibitSendQuotaInBytes(106300440576)
ProhibitSendReceiveQuotaInBytes(107,374,182,400)
The account has less than 100 messages in the mailbox. I expected IssueWarningQuotaInBytes
to be the same as -IssueWarningQuota
.
When I logged into Exchange Admin, I see "17.26 MB used, 93028% of 19 KB" and get an email warning. Also, LastLogon
is correct.
In Graph LastActivityDate
seems to be a possible replacement but LastActivityDate
(day) appears to be sampled at EOD and rounded to YYMMDD
, and only if I logged and read/sent mail. For example, on Mar 10 08:30 2019
. Then on the MailboxUsageDetail
report for Mar 10 with show an older date, the Mar 11 report will show Mar 10 0:00 2019
, and following reports will continue to show this date until the day after my new (active) login.
Is there any reason why portal data is (better) and different from Graph
microsoft-graph microsoft-graph-mail
add a comment |
Replacing PowerShell MSOnline with Microsoft Graph. I want to see if the getMailboxUsageDetail
report can be used. So I
Set-Mailbox <id>@tenant -ProhibitSendQuota 19KB -ProhibitSendReceiveQuota 20KB -IssueWarningQuota 18KB
The SDK returns:
RefreshDate(3/18/2019 12:00:00 AM)
UserPrincipalName(xxxxx)
DisplayName(Tom Kanary)
IsDeleted(False)
DeletedDate()
CreatedDate(6/29/2018 12:00:00 AM)
LastActivityDate(3/13/2019 12:00:00 AM)
ItemCount(746)
StorageUsedInBytes(17,803,402)
IssueWarningQuotaInBytes(105226698752)
ProhibitSendQuotaInBytes(106300440576)
ProhibitSendReceiveQuotaInBytes(107,374,182,400)
The account has less than 100 messages in the mailbox. I expected IssueWarningQuotaInBytes
to be the same as -IssueWarningQuota
.
When I logged into Exchange Admin, I see "17.26 MB used, 93028% of 19 KB" and get an email warning. Also, LastLogon
is correct.
In Graph LastActivityDate
seems to be a possible replacement but LastActivityDate
(day) appears to be sampled at EOD and rounded to YYMMDD
, and only if I logged and read/sent mail. For example, on Mar 10 08:30 2019
. Then on the MailboxUsageDetail
report for Mar 10 with show an older date, the Mar 11 report will show Mar 10 0:00 2019
, and following reports will continue to show this date until the day after my new (active) login.
Is there any reason why portal data is (better) and different from Graph
microsoft-graph microsoft-graph-mail
Replacing PowerShell MSOnline with Microsoft Graph. I want to see if the getMailboxUsageDetail
report can be used. So I
Set-Mailbox <id>@tenant -ProhibitSendQuota 19KB -ProhibitSendReceiveQuota 20KB -IssueWarningQuota 18KB
The SDK returns:
RefreshDate(3/18/2019 12:00:00 AM)
UserPrincipalName(xxxxx)
DisplayName(Tom Kanary)
IsDeleted(False)
DeletedDate()
CreatedDate(6/29/2018 12:00:00 AM)
LastActivityDate(3/13/2019 12:00:00 AM)
ItemCount(746)
StorageUsedInBytes(17,803,402)
IssueWarningQuotaInBytes(105226698752)
ProhibitSendQuotaInBytes(106300440576)
ProhibitSendReceiveQuotaInBytes(107,374,182,400)
The account has less than 100 messages in the mailbox. I expected IssueWarningQuotaInBytes
to be the same as -IssueWarningQuota
.
When I logged into Exchange Admin, I see "17.26 MB used, 93028% of 19 KB" and get an email warning. Also, LastLogon
is correct.
In Graph LastActivityDate
seems to be a possible replacement but LastActivityDate
(day) appears to be sampled at EOD and rounded to YYMMDD
, and only if I logged and read/sent mail. For example, on Mar 10 08:30 2019
. Then on the MailboxUsageDetail
report for Mar 10 with show an older date, the Mar 11 report will show Mar 10 0:00 2019
, and following reports will continue to show this date until the day after my new (active) login.
Is there any reason why portal data is (better) and different from Graph
microsoft-graph microsoft-graph-mail
microsoft-graph microsoft-graph-mail
edited Mar 25 at 15:50
Marc LaFleur
20.6k32034
20.6k32034
asked Mar 22 at 15:44
tom.kanarytom.kanary
323
323
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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%2fstackoverflow.com%2fquestions%2f55303272%2fmailbox-usage-data-not-equivalent-to-office-portal-information-in-providing-stor%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f55303272%2fmailbox-usage-data-not-equivalent-to-office-portal-information-in-providing-stor%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