Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #1901

Merged
merged 34 commits into from
Dec 6, 2023
Merged

Release #1901

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
392f665
Save RBA Log, RBA Logs summary, Better coverage of known issues
Shanefe Nov 22, 2023
066c61b
tweak msg
Shanefe Nov 22, 2023
783fe17
Update Emerging-Issues.md
Batre-MSFT Nov 23, 2023
399c483
Merge pull request #1893 from microsoft/Batre-MSFT-patch-3
Batre-MSFT Nov 23, 2023
a120a46
Output changes, parameter for waiting time.
iserrano76 Nov 27, 2023
5964eaa
Update VSSTester.md
johage Nov 27, 2023
e81b765
Merge pull request #1895 from johage/patch-2
bill-long Nov 27, 2023
257569b
Update VSSTester.md
johage Nov 28, 2023
87cc1a3
Merge pull request #1896 from johage/patch-3
lusassl-msft Nov 29, 2023
8a0244f
Add High Performance (ConfigMgr) powerplan
lusassl-msft Nov 29, 2023
7b9e31b
Typo fixed
lusassl-msft Nov 29, 2023
2417c26
Merge pull request #1897 from microsoft/lusassl-HCConfigMgrPowerPlan
lusassl-msft Nov 30, 2023
af2c0f8
Modified the outputpath and doc
iserrano76 Dec 1, 2023
16cadba
Fix Set-ExchAVExclusions and use just one param
iserrano76 Dec 4, 2023
720fbb5
Updated Set-ExchAVExclusions docs
iserrano76 Dec 4, 2023
56b8f5c
Adding Outputing of Sharing Type specifically
Shanefe Nov 20, 2023
7e5e4ad
Skip checks if they are not using modern sharing
Shanefe Dec 5, 2023
4ce78c9
Adding Outputing of Sharing Type specifically
Shanefe Nov 20, 2023
5a51f7e
Merge
Shanefe Dec 5, 2023
de0c8d6
Clean
Shanefe Dec 5, 2023
f520f99
Update Summary output
Shanefe Dec 5, 2023
dab7815
Merge branch 'main' into CheckSharingStatus
Shanefe Dec 5, 2023
ab5b64b
Update EWS short name mapping
Shanefe Dec 6, 2023
453cd87
CodeFormatter
Shanefe Dec 6, 2023
4898c20
Merge pull request #1899 from Shanefe/CheckSharingStatus
dpaulson45 Dec 6, 2023
3e55636
Merge branch 'main' into CalLogSummaryUpdate
dpaulson45 Dec 6, 2023
5697756
Merge pull request #1900 from Shanefe/CalLogSummaryUpdate
dpaulson45 Dec 6, 2023
7a76598
Merge branch 'main' into main
dpaulson45 Dec 6, 2023
584e12d
Merge pull request #1894 from iserrano76/main
dpaulson45 Dec 6, 2023
37dc18f
PR Fix - Predefine First / Last
Shanefe Dec 6, 2023
7900353
Merge branch 'main' into RBA-LogDetails
dpaulson45 Dec 6, 2023
2f5ef4b
Merge pull request #1891 from Shanefe/RBA-LogDetails
dpaulson45 Dec 6, 2023
6529140
VSSTester: Allow specifying volumes to back up
bill-long Nov 30, 2023
4101f9b
Merge pull request #1898 from microsoft/bilong-vsstesterrefactor
bill-long Dec 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
258 changes: 198 additions & 60 deletions Calendar/Check-SharingStatus.ps1

Large diffs are not rendered by default.

58 changes: 40 additions & 18 deletions Calendar/Get-CalendarDiagnosticObjectsSummary.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ $script:CalendarItemTypes = @{
'IPM.OLE.CLASS.{00061055-0000-0000-C000-000000000046}' = "ExceptionMsgClass"
'IPM.Schedule.Meeting.Notification.Forward' = "ForwardNotification"
'IPM.Appointment' = "IpmAppointment"
'IPM.Appointment.MP' = "IpmAppointment"
'IPM.Schedule.Meeting.Request' = "MeetingRequest"
'IPM.CalendarSharing.EventUpdate' = "SharingCFM"
'IPM.CalendarSharing.EventDelete' = "SharingDelete"
Expand Down Expand Up @@ -550,12 +551,21 @@ function CreateShortClientName {
} elseif ($ClientInfoString -like "*Microsoft Outlook 16*") {
$ShortClientName = "Outlook-ModernCalendarSharing"
} else {
$ShortClientName = "Rest"
$ShortClientName = "[Unknown Rest Client]"
}
# Client=WebServices;Mozilla/5.0 (ZoomPresence.Android 8.1.0 x86);
} else {
$ShortClientName = findMatch -PassedHash $ShortClientNameProcessor
}

if ($ShortClientName -eq "" -And $ClientInfoString -like "Client=WebServices*") {
if ($ClientInfoString -like "*ZoomPresence*") {
$ShortClientName = "ZoomPresence"
} else {
$ShortClientName = "Unknown EWS App"
}
}

if ($ClientInfoString -like "*InternalCalendarSharing*" -and $ClientInfoString -like "*OWA*") {
$ShortClientName = "Owa-ModernCalendarSharing"
}
Expand All @@ -569,6 +579,10 @@ function CreateShortClientName {
$ShortClientName = "Outlook-ModernCalendarSharing"
}

if ($ShortClientName -eq "") {
$ShortClientName = "[NoShortNameFound]"
}

return $ShortClientName
}

Expand Down Expand Up @@ -1058,19 +1072,23 @@ function BuildTimeline {
[array] $Output = "Transport delivered a new Meeting Request from $($CalLog.SentRepresentingDisplayName)."
[bool] $MeetingSummaryNeeded = $True
} else {
[array] $Output = "$($CalLog.ResponsibleUserName) sent a $($CalLog.MeetingRequestType.Value) update for the Meeting Request and was processed by $($CalLog.Client)."
[array] $Output = "$($CalLog.ResponsibleUser) sent a $($CalLog.MeetingRequestType.Value) update for the Meeting Request and was processed by $($CalLog.Client)."
}
}
}
}
Update {
[array] $Output = "$($CalLog.ResponsibleUserName) updated on the $($CalLog.MeetingRequestType) Meeting Request with $($CalLog.Client)."
[array] $Output = "$($CalLog.ResponsibleUser) updated on the $($CalLog.MeetingRequestType) Meeting Request with $($CalLog.Client)."
}
MoveToDeletedItems {
[array] $Output = "$($CalLog.ResponsibleUserName) deleted the Meeting Request with $($CalLog.Client)."
if ($CalLog.ResponsibleUser -eq "Calendar Assistant") {
[array] $Output = "$($CalLog.Client) Deleted the Meeting Request."
} else {
[array] $Output = "$($CalLog.ResponsibleUser) Deleted the Meeting Request with $($CalLog.Client)."
}
}
default {
[array] $Output = "$($CalLog.TriggerAction) was performed on the $($CalLog.MeetingRequestType) Meeting Request by $($CalLog.ResponsibleUserName) with $($CalLog.Client)."
[array] $Output = "$($CalLog.TriggerAction) was performed on the $($CalLog.MeetingRequestType) Meeting Request by $($CalLog.ResponsibleUser) with $($CalLog.Client)."
}
}
}
Expand Down Expand Up @@ -1104,14 +1122,14 @@ function BuildTimeline {
[array] $Output = "$($CalLog.SentRepresentingDisplayName) $($Action) a $($MeetingRespType) Meeting Response message$($Extra)."
} else {
switch ($CalLog.Client) {
RBA {
[array] $Output = "RBA $($Action) a $($MeetingRespType) Meeting Response message."
ResourceBookingAssistant {
[array] $Output = "ResourceBookingAssistant $($Action) a $($MeetingRespType) Meeting Response message."
}
Transport {
[array] $Output = "$($CalLog.SentRepresentingDisplayName) $($Action) $($MeetingRespType) Meeting Response message."
}
default {
[array] $Output = "Meeting Response $($MeetingRespType) from [$($CalLog.SentRepresentingDisplayName)] was $($Action) by $($CalLog.ResponsibleUserName) with $($CalLog.Client)."
[array] $Output = "Meeting Response $($MeetingRespType) from [$($CalLog.SentRepresentingDisplayName)] was $($Action) by $($CalLog.ResponsibleUser) with $($CalLog.Client)."
}
}
}
Expand Down Expand Up @@ -1145,7 +1163,7 @@ function BuildTimeline {
Transport {
[array] $Output = "$($CalLog.Client) added a new Tentative Meeting from $($CalLog.SentRepresentingDisplayName) to the Calendar."
}
RBA {
ResourceBookingAssistant {
[array] $Output = "$($CalLog.Client) added a new Tentative Meeting from $($CalLog.SentRepresentingDisplayName) to the Calendar."
}
default {
Expand All @@ -1162,24 +1180,28 @@ function BuildTimeline {
LocationProcessor {
[array] $Output = ""
}
RBA {
[array] $Output = "RBA $($CalLog.TriggerAction) the Meeting."
ResourceBookingAssistant {
[array] $Output = "ResourceBookingAssistant $($CalLog.TriggerAction)d the Meeting."
}
default {
if ($CalLog.ResponsibleUser -eq "Calendar Assistant") {
[array] $Output = "The Exchange System $($CalLog.TriggerAction)d the meeting via the Calendar Assistant."
} else {
[array] $Output = "$($CalLog.TriggerAction) to the Meeting by [$($CalLog.ResponsibleUserName)] with $($CalLog.Client)."
[array] $Output = "$($CalLog.TriggerAction) to the Meeting by [$($CalLog.ResponsibleUser)] with $($CalLog.Client)."
$AddChangedProperties = $True
}
}
}

if ($CalLog.FreeBusyStatus -eq 2 -and $PreviousCalLog.FreeBusyStatus -ne 2) {
[array] $Output = "$($CalLog.ResponsibleUserName) Accepted the meeting with $($CalLog.Client)."
if ($CalLog.ResponsibleUserName -eq "Calendar Assistant") {
[array] $Output = "$($CalLog.Client) Accepted the meeting."
} else {
[array] $Output = "$($CalLog.ResponsibleUser) Accepted the meeting with $($CalLog.Client)."
}
$AddChangedProperties = $False
} elseif ($CalLog.FreeBusyStatus -ne 2 -and $PreviousCalLog.FreeBusyStatus -eq 2) {
[array] $Output = "$($CalLog.ResponsibleUserName) Declined the Meeting with $($CalLog.Client)."
[array] $Output = "[$($CalLog.ResponsibleUser)] Declined the Meeting with $($CalLog.Client)."
$AddChangedProperties = $False
}
}
Expand All @@ -1191,14 +1213,14 @@ function BuildTimeline {
LocationProcessor {
[array] $Output = ""
}
RBA {
[array] $Output = "RBA $($CalLog.TriggerAction) the Meeting."
ResourceBookingAssistant {
[array] $Output = "ResourceBookingAssistant $($CalLog.TriggerAction) the Meeting."
}
default {
if ($CalLog.ResponsibleUser -eq "Calendar Assistant") {
[array] $Output = "The Exchange System $($CalLog.TriggerAction)s the meeting via the Calendar Assistant."
} else {
[array] $Output = "The Meeting was $($CalLog.TriggerAction) by [$($CalLog.ResponsibleUserName)] with $($CalLog.Client)."
[array] $Output = "The Meeting was $($CalLog.TriggerAction) by [$($CalLog.ResponsibleUser)] with $($CalLog.Client)."
$AddChangedProperties = $True
}
}
Expand All @@ -1213,7 +1235,7 @@ function BuildTimeline {
}
}
MoveToDeletedItems {
[array] $Output = "[$($CalLog.ResponsibleUser)] moved the Meeting to the Deleted Items with $($CalLog.Client)."
[array] $Output = "[$($CalLog.ResponsibleUser)] Deleted the Meeting with $($CalLog.Client) (Moved the Meeting to the Deleted Items)."
}
default {
[array] $Output = "[$($CalLog.ResponsibleUser)] $($CalLog.TriggerAction) the Meeting with $($CalLog.Client)."
Expand Down
Loading
Loading