5

I said and will say again (over and over) Microsoft WTF!

Set-CalendarProcessing -Identity $userUpn -AutomateProcessing AutoAccept -AllowConflicts $false -BookingType 'Standard' -BookingWindowInDays 365 -MaximumDurationInMinutes 1440 -AllowRecurringMeetings $true -EnforceSchedulingHorizon $false -ScheduleOnlyDuringWorkHours $false -ConflictPercentageAllowed 0 -MaximumConflictInstances 0 -ForwardRequestsToDelegates $true -DeleteAttachments $true -DeleteComments $true -RemovePrivateProperty $true -DeleteSubject $true -AddOrganizerToSubject $true -DeleteNonCalendarItems $true -TentativePendingApproval $true-EnableResponseDetails $true -OrganizerInfo $true -AllRequestOutOfPolicy $false -AllBookInPolicy $true -AllRequestInPolicy $true -RemoveOldMeetingMessages $true -AddNewRequestsTentatively $true -ProcessExternalMeetingMessages $false -RemoveForwardedMeetingNotifications $true

ok I "splatted" that command but yet does not look much better :-)

Oh how I miss my dear old VIm and SSH sessions can't wait to go back to where I belong!

Comments
  • 0
    Since I have no fucking clue, is this any better in Linux/mac/other OS'es?
  • 0
    @linuxxx well apart not having access Exchange specifically yes :-)

    This is somehow related to another rant I posted couple of days ago where I had a parameter with a 30chars name...

    This command specifically configures parameters for a mailbox and I have no way to do that centrally via configuration or ‘policy’ so have to use that command which, you cannot see here, is all on one line.. yes I can split it but yet
  • 0
    Not all parameters are required, I guess
  • 0
    @KDSBest of course not but that’s what makes us my baseline so in a sense they are required...
  • 1
    What exactly is the problem? The possibility to customize so many parameters? Longer names but easier to read and remember?
Add Comment