-
Notifications
You must be signed in to change notification settings - Fork 381
Check for cmdlet #2502
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
Check for cmdlet #2502
Conversation
|
/azp run #Resolved |
|
Azure Pipelines successfully started running 1 pipeline(s). #Resolved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Updates Check-SharingStatus.ps1 to be more resilient when parsing calendar sharing logs and to avoid failures in larger mailboxes/environments where certain Exchange cmdlets may not be present.
Changes:
- Improves timestamp culture detection logic for AcceptCalendarSharingInvite log parsing.
- Updates calendar size warning logic to use
Int64and handle thousands separators in byte counts. - Guards
Get-CalendarActiveSharingInformationusage behind aGet-Commandexistence check.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
No pipelines are associated with this pull request. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Issue:
Check for cmdlet before calling
Handle large calendars (blows Int)
Improve culture checker
Validation:
Ran on SAW machine.