├── .gitignore ├── Advanced-Documentation.md ├── Authentication-Samples └── AuthenticateWithAPSCredential.md ├── CertificateAuthentication.md ├── Exch-Rest.psd1 ├── Exch-Rest.psm1 ├── HowCanIExamples.md ├── Images ├── AppRegCapture.PNG └── MenuCaptureGettingStarted.PNG ├── LICENSE.txt ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll ├── Microsoft.IdentityModel.Clients.ActiveDirectory.xml ├── Newtonsoft.Json.dll ├── Newtonsoft.Json.xml ├── README.md ├── Samples ├── ADAL │ ├── ImportingAdalTokenExampleCommon.ps1 │ ├── ImportingAdalTokenExampleTenant.ps1 │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ └── Microsoft.IdentityModel.Clients.ActiveDirectory.xml ├── CalendaringExamples.md ├── ContactsExamples.md ├── GetRoomsAndCalendarAppointments.ps1 ├── OneDriveDailyExport.ps1 ├── PresenceDlSample.ps1 ├── Searching a Mailbox.md ├── SendMessageExamples.md ├── SendOOFMessageCard.ps1 ├── SendOneDriveFileAsRegualarAttachment.ps1 ├── SendOneDriveReferanceAttachment.ps1 ├── SendSeverHealthAdaptiveCard.ps1 ├── SimpleMailGui.md ├── moveItemToFolderBasedOnInternetMessageId.ps1 ├── showLast10.ps1 └── simpleAttachDownload.ps1 ├── en-us └── about_Exch-Rest.help.txt ├── functions ├── Automation │ └── Invoke-EXRFillMailboxFolder.ps1 ├── Azure │ ├── Get-EXRAuditLogsDirectoryAudits.ps1 │ ├── Get-EXRAuditLogsSignIns - Copy.ps1 │ └── Get-EXRAuditLogsSignIns.ps1 ├── Batch │ └── Get-EXRBatchItems.ps1 ├── Client │ ├── Get-EXRDefaultAppRegistration.ps1 │ ├── Invoke-EXRNewMessagesForm.ps1 │ ├── New-EXRDefaultAppRegistration.ps1 │ ├── Remove-EXRDefaultAppRegistration.ps1 │ └── Start-EXRMailClient.ps1 ├── Digest │ └── Get-EXRDigestEmailBody.ps1 ├── Excel │ ├── Get-EXRExcelRange.ps1 │ ├── New-EXRExcelWorkBookSession.ps1 │ ├── New-EXRExcelWorkSheet.ps1 │ └── Update-EXRExcelRange.ps1 ├── Insights │ └── Get-EXRInsights.ps1 ├── ManagementAPI │ ├── Get-EXRMCurrentStatus.ps1 │ ├── Get-EXRMDlpSensitiveTypes.ps1 │ ├── Get-EXRMHistoricalStatus.ps1 │ ├── Get-EXRMServiceMessages.ps1 │ ├── Get-EXRMServices.ps1 │ ├── Get-EXRMSubscriptionContent.ps1 │ ├── Get-EXRMSubscriptionContentBlob.ps1 │ ├── Get-EXRMSubscriptions.ps1 │ ├── Invoke-EXRMStopSubscription.ps1 │ └── New-EXRMSubscription.ps1 ├── SK4B │ ├── Connext-EXRSK4B.ps1 │ ├── Get-EXRSK4BPresence.ps1 │ ├── Invoke-EXRGetUCWAEvents.ps1 │ ├── Invoke-EXRSK4BReportMyActivity.ps1 │ ├── Search-EXRSK4BPeople.ps1 │ ├── Send-EXRSK4BMessage.ps1 │ └── Set-EXRSK4BPresence.ps1 ├── Scan │ ├── Get-EXREmailBodyLinks.ps1 │ └── Invoke-EXRParseEmailBodyLinks.ps1 ├── Subscriptions │ ├── Get-EXRSubscriptions.ps1 │ ├── Invoke-EXRDeleteSubscriptions.ps1 │ └── New-EXRSubscription.ps1 ├── Teams │ └── Get-EXRTeamsPrivateChatMessages.ps1 ├── calendar │ ├── Get-EXRCalendarID.ps1 │ ├── Get-EXRNamedCalendarView.ps1 │ ├── Get-EXRReminders.ps1 │ ├── New-EXRCalendarEvent.ps1 │ └── Set-EXRCalendarEvent.ps1 ├── cards │ ├── New-EXRAdaptiveCard.ps1 │ └── New-EXRMessageCard.ps1 ├── contacts │ ├── Export-EXRContactToVcard.ps1 │ ├── Export-EXRDirectoryContactToVcard.ps1 │ ├── Export-EXRUserToCSV.ps1 │ ├── Export-EXRUserToVcard.ps1 │ ├── Get-EXRChildContactFolders.ps1 │ ├── Get-EXRContact.ps1 │ ├── Get-EXRContactFolders.ps1 │ ├── Get-EXRContactGroups.ps1 │ ├── Get-EXRContactPhoto.ps1 │ ├── Get-EXRContacts.ps1 │ ├── Get-EXRContactsFolder.ps1 │ ├── Get-EXRDirectoryContact.ps1 │ ├── Get-EXRDirectoryContacts.ps1 │ ├── Invoke-EXRDeleteContact.ps1 │ ├── New-EXRContact.ps1 │ ├── New-EXRContactFolder.ps1 │ ├── Search-EXRContact.ps1 │ ├── Set-EXRContact.ps1 │ └── Set-EXRContactPhoto.ps1 ├── ews │ └── Invoke-EXRConvertId.ps1 ├── groups │ ├── Get-EXRGroupCalendar.ps1 │ ├── Get-EXRGroupChannels.ps1 │ ├── Get-EXRGroupConversationThreads.ps1 │ ├── Get-EXRGroupConversations.ps1 │ ├── Get-EXRGroupFiles.ps1 │ ├── Get-EXRGroupMembers.ps1 │ ├── Get-EXRGroupThread.ps1 │ ├── Get-EXRGroupThreadPost.ps1 │ ├── Get-EXRGroupThreadPosts.ps1 │ ├── Get-EXRGroupThreads.ps1 │ ├── Get-EXRGroups.ps1 │ ├── Get-EXRModernGroups.ps1 │ └── Get-EXRUnifedGroups.ps1 ├── mailFolders │ ├── Get-EXRCalendarFolder.ps1 │ ├── Get-EXRCalendarFolders.ps1 │ ├── Get-EXRChildFolders.ps1 │ ├── Get-EXRFolderFromId.ps1 │ ├── Get-EXRFolderFromPath.ps1 │ ├── Get-EXRNonIPMSubTreeRootFolder.ps1 │ ├── Get-EXRRootMailFolder.ps1 │ ├── Get-EXRSearchFolders.ps1 │ ├── Get-EXRSpecialFolder.ps1 │ ├── Get-EXRWellKnownFolder.ps1 │ ├── Get-EXRWellKnownFolderList.ps1 │ ├── New-EXRCalendarFolder.ps1 │ └── New-EXRFolder.ps1 ├── mailItems │ ├── Copy-EXRMessage.ps1 │ ├── Find-EXRMessageFromMessageId.ps1 │ ├── Get-EXRAllMailboxItems.ps1 │ ├── Get-EXRAllMailboxItemsbySubject.ps1 │ ├── Get-EXRDeletedItems.ps1 │ ├── Get-EXREmail.ps1 │ ├── Get-EXREmailHeaders.ps1 │ ├── Get-EXRFolderItems.ps1 │ ├── Get-EXRItemSize.ps1 │ ├── Get-EXRLastInboxEmail.ps1 │ ├── Get-EXRMasterCategories.ps1 │ ├── Get-EXRPinnedEmailProperty.ps1 │ ├── Get-EXRPinnedItemsInFolder.ps1 │ ├── Get-EXRRetainedDeletedFolderItems.ps1 │ ├── Get-EXRRetainedPurgesFolderItems.ps1 │ ├── Get-EXRSchedule.ps1 │ ├── Get-EXRTransportHeader.ps1 │ ├── Get-EXRWellKnownFolderItems.ps1 │ ├── Invoke-EXRPostExtension.ps1 │ ├── Invoke-EXRReadEmail.ps1 │ ├── Invoke-EXRUnsubscribeEmail.ps1 │ ├── Move-EXRMessage.ps1 │ ├── Search-EXRMessage.ps1 │ ├── Send-EXRVoiceMail.ps1 │ ├── Set-EXRItemCategory.ps1 │ ├── Set-EXRPinEmail.ps1 │ ├── Set-EXRReadFlag.ps1 │ └── Set-EXRUnPinEmail.ps1 ├── mailbox │ ├── Connect-EXRMailbox.ps1 │ └── Connect-EXRManagementAPI.ps1 ├── mailfeature │ └── Get-EXRMailTip.ps1 ├── mailoperations │ └── Invoke-EXRMarkEmailAsRead.ps1 ├── mailrules │ └── Get-EXRInboxRule.ps1 ├── oAuth │ ├── Get-EXRAccessToken.ps1 │ ├── Get-EXRAccessTokenADAL.ps1 │ ├── Get-EXRAccessTokenUserAndPass.ps1 │ ├── Get-EXRAppOnlyToken.ps1 │ ├── Get-EXRGetCredentialType.ps1 │ ├── Get-EXRTestAccessToken.ps1 │ ├── Get-EXRTestAppToken.ps1 │ ├── Get-EXRUserinfo.ps1 │ ├── Invoke-CreateAppTokenCertificate.ps1 │ └── New-EXRJWTToken.ps1 ├── onedrive │ ├── Copy-EXROneDriveItem.ps1 │ ├── Get-EXRDefaultOneDrive.ps1 │ ├── Get-EXRDefaultOneDriveRootItems.ps1 │ ├── Get-EXROneDriveChildren.ps1 │ ├── Get-EXROneDriveItem.ps1 │ ├── Get-EXROneDriveItemAsPDF.ps1 │ ├── Get-EXROneDriveItemFromPath.ps1 │ ├── Invoke-EXREnumChildFolders.ps1 │ ├── Invoke-EXREnumOneDriveFolders.ps1 │ ├── Invoke-EXRFolderPicker.ps1 │ ├── Invoke-EXRMailFolderPicker.ps1 │ ├── Invoke-EXROneDriveFolderPicker.ps1 │ ├── Invoke-EXROneDriveItems.ps1 │ ├── Invoke-EXRUploadOneDriveItemToPath.ps1 │ ├── New-EXROExcelWorkBookSession.ps1 │ └── New-EXRReferanceAttachment.ps1 ├── other │ ├── Export-EXRContactFolderToCSV.ps1 │ ├── Find-EXRMeetingTimes.ps1 │ ├── Find-EXRRooms.ps1 │ ├── Get-EXRAllCalendarFolders.ps1 │ ├── Get-EXRAllChildFolders.ps1 │ ├── Get-EXRAllChildFoldersBatch.ps1 │ ├── Get-EXRAllContactFolders.ps1 │ ├── Get-EXRAllMailFolders.ps1 │ ├── Get-EXRAllTaskfolders.ps1 │ ├── Get-EXRArchiveFolder.ps1 │ ├── Get-EXRAttachments.ps1 │ ├── Get-EXRAutomaticRepliesSettings.ps1 │ ├── Get-EXRCalendarGroups.ps1 │ ├── Get-EXRCalendarView.ps1 │ ├── Get-EXRChannelInformation.ps1 │ ├── Get-EXRDefaultCalendarFolder.ps1 │ ├── Get-EXRDefaultContactsFolder.ps1 │ ├── Get-EXREntryIdForOWAid.ps1 │ ├── Get-EXRExtendedPropList.ps1 │ ├── Get-EXRFocusedInboxItems.ps1 │ ├── Get-EXRFolderClass.ps1 │ ├── Get-EXRFolderPath.ps1 │ ├── Get-EXRInbox.ps1 │ ├── Get-EXRInboxItems.ps1 │ ├── Get-EXRInferenceClassificationResult.ps1 │ ├── Get-EXRItemProp.ps1 │ ├── Get-EXRItemRetentionTags.ps1 │ ├── Get-EXRKnownProps.ps1 │ ├── Get-EXRMailAppProps.ps1 │ ├── Get-EXRMailboxSettings.ps1 │ ├── Get-EXRMailboxSettingsReport.ps1 │ ├── Get-EXRMailboxTimeZone.ps1 │ ├── Get-EXRMailboxUser.ps1 │ ├── Get-EXRModernGroups.ps1 │ ├── Get-EXRNamedProperty.ps1 │ ├── Get-EXRObjectCollectionProp.ps1 │ ├── Get-EXRObjectProp.ps1 │ ├── Get-EXROffice365ActiveUsers.ps1 │ ├── Get-EXRPeople.ps1 │ ├── Get-EXRRecoverableItemsFolders.ps1 │ ├── Get-EXRRecurrence.ps1 │ ├── Get-EXRStandardProperty.ps1 │ ├── Get-EXRTaggedProperty.ps1 │ ├── Get-EXRTenantId.ps1 │ ├── Get-EXRUserPhoto.ps1 │ ├── Get-EXRUserPhotoMetaData.ps1 │ ├── Get-EXRVerbStream.ps1 │ ├── Import-EXRAccessToken.ps1 │ ├── Invoke-EXRCreateSelfSignedCert.ps1 │ ├── Invoke-EXRDecodeToken.ps1 │ ├── Invoke-EXRDeleteFolder.ps1 │ ├── Invoke-EXRDeleteItemConfirm.ps1 │ ├── Invoke-EXRDownloadAttachment.ps1 │ ├── Invoke-EXREnumCalendarGroups.ps1 │ ├── Invoke-EXRTranslateExchangeIds.ps1 │ ├── Invoke-UpdateItem.ps1 │ ├── New-EXRAttendee.ps1 │ ├── New-EXREmailAddress.ps1 │ ├── New-EXRInboxRule.ps1 │ ├── Remove-EXRInboxRule.ps1 │ ├── Rename-EXRFolder.ps1 │ ├── Send-EXRSimpleMeetingRequest.ps1 │ ├── Set-EXRFolderRetentionTag.ps1 │ ├── Set-EXRInboxRule.ps1 │ ├── Set-EXRTracing.ps1 │ ├── Update-EXRFolder.ps1 │ ├── Update-EXRFolderClass.ps1 │ ├── Update-EXRItem.ps1 │ ├── Update-EXRMessage.ps1 │ └── onedrive │ │ ├── Copy-EXROneDriveItem.ps1 │ │ ├── Get-EXRDefaultOneDrive.ps1 │ │ ├── Get-EXRDefaultOneDriveRootItems.ps1 │ │ ├── Get-EXROneDriveChildren.ps1 │ │ ├── Get-EXROneDriveItem.ps1 │ │ ├── Get-EXROneDriveItemAsPDF.ps1 │ │ ├── Get-EXROneDriveItemFromPath.ps1 │ │ ├── Invoke-EXREnumChildFolders.ps1 │ │ ├── Invoke-EXREnumOneDriveFolders.ps1 │ │ ├── Invoke-EXRFolderPicker.ps1 │ │ ├── Invoke-EXRMailFolderPicker.ps1 │ │ ├── Invoke-EXROneDriveFolderPicker.ps1 │ │ ├── Invoke-EXROneDriveItems.ps1 │ │ ├── Invoke-EXRUploadOneDriveItemToPath.ps1 │ │ ├── New-EXROExcelWorkBookSession.ps1 │ │ └── New-EXRReferanceAttachment.ps1 ├── reports │ ├── Get-EXRDeliveryReport.ps1 │ ├── Get-EXREmailActivityUserCounts.ps1 │ ├── Get-EXREmailActivityUserDetail.ps1 │ ├── Get-EXREmailAppUsageAppsUserCounts.ps1 │ ├── Get-EXREmailAppUsageUserCounts.ps1 │ ├── Get-EXREmailAppUsageUserDetail.ps1 │ ├── Get-EXREmailAppUsageVersionsUserCounts.ps1 │ ├── Get-EXREmailLinkReport.ps1 │ ├── Get-EXRMailboxUsage.ps1 │ ├── Get-EXRMailboxUsageMailboxCounts.ps1 │ ├── Get-EXRMailboxUsageStorage.ps1 │ ├── Get-EXRMessageTrace.ps1 │ ├── Get-EXRMessageTraceDetail.ps1 │ ├── Get-EXRZapStatistics.ps1 │ └── Get-MailboxUsageQuotaStatusMailboxCounts.ps1 ├── sendmail │ ├── New-EXRCalendarEventREST.ps1 │ ├── New-EXRHolidayEvent.ps1 │ ├── New-EXRSentEmailMessage.ps1 │ ├── Send-EXRAdaptiveCard.ps1 │ ├── Send-EXRMessage.ps1 │ ├── Send-EXRMessageREST.ps1 │ └── Send-EXRVoteEmail.ps1 └── users │ ├── Find-EXRUser.ps1 │ ├── Get-EXRGuestUsers.ps1 │ ├── Get-EXRMe.ps1 │ ├── Get-EXRMemberOf.ps1 │ ├── Get-EXRUser.ps1 │ └── Get-EXRUsers.ps1 ├── internal ├── functions │ ├── AI │ │ ├── Invoke-EXRProcessAntiSPAMHeaders.ps1 │ │ └── Invoke-EXRProcessSentiment.ps1 │ ├── client │ │ ├── Expand-ExtendedProperties.ps1 │ │ ├── Expand-MessageProperties.ps1 │ │ ├── Get-ClientFolderItem.ps1 │ │ ├── New-ClientMessage.ps1 │ │ ├── Open-ClientMailbox.ps1 │ │ ├── Save-ClientAttachment.ps1 │ │ ├── Select-ClientAttachment.ps1 │ │ ├── Send-ClientMessage.ps1 │ │ ├── Show-ClientHeader.ps1 │ │ └── Show-ClientMessage.ps1 │ ├── connectivity │ │ ├── Get-EndPoint.ps1 │ │ ├── Get-HTTPClient.ps1 │ │ ├── Invoke-RestDELETE.ps1 │ │ ├── Invoke-RestGet.ps1 │ │ ├── Invoke-RestPOST.ps1 │ │ ├── Invoke-RestPatch.ps1 │ │ └── Invoke-RestPut.ps1 │ ├── oauth │ │ ├── Get-ProfiledToken.ps1 │ │ ├── Get-ProtectedToken.ps1 │ │ ├── Invoke-RefreshAccessToken.ps1 │ │ └── Show-EXROAuthWindow.ps1 │ ├── other │ │ ├── ConverToString.ps1 │ │ ├── Convert-FromBase64StringWithNoPadding.ps1 │ │ ├── CreateFlatList.ps1 │ │ ├── ExpandPayload.ps1 │ │ ├── Get-AppSettings.ps1 │ │ ├── Get-UniqueFileName.ps1 │ │ ├── GetFolderRetentionTags.ps1 │ │ ├── HexStringToByteArray.ps1 │ │ ├── ParseItem.ps1 │ │ ├── ParseJsonArray.ps1 │ │ ├── ParseJsonObject.ps1 │ │ └── ParseJsonString.ps1 │ ├── security │ │ ├── ConvertFrom-SecureStringCustom.ps1 │ │ ├── Protect-String.ps1 │ │ └── Unprotect-String.ps1 │ └── sendmail │ │ ├── Get-EventJSONFormat.ps1 │ │ ├── Get-MessageJSONFormat.ps1 │ │ └── Get-PostJSONFormat.ps1 └── scripts │ ├── postimport.ps1 │ ├── preimport.ps1 │ └── tokenCache.ps1 ├── tests └── pester.ps1 └── xml └── PoshExchRest.Format.ps1xml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/.gitignore -------------------------------------------------------------------------------- /Advanced-Documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Advanced-Documentation.md -------------------------------------------------------------------------------- /Authentication-Samples/AuthenticateWithAPSCredential.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Authentication-Samples/AuthenticateWithAPSCredential.md -------------------------------------------------------------------------------- /CertificateAuthentication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/CertificateAuthentication.md -------------------------------------------------------------------------------- /Exch-Rest.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Exch-Rest.psd1 -------------------------------------------------------------------------------- /Exch-Rest.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Exch-Rest.psm1 -------------------------------------------------------------------------------- /HowCanIExamples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/HowCanIExamples.md -------------------------------------------------------------------------------- /Images/AppRegCapture.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Images/AppRegCapture.PNG -------------------------------------------------------------------------------- /Images/MenuCaptureGettingStarted.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Images/MenuCaptureGettingStarted.PNG -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml -------------------------------------------------------------------------------- /Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /Microsoft.IdentityModel.Clients.ActiveDirectory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Microsoft.IdentityModel.Clients.ActiveDirectory.xml -------------------------------------------------------------------------------- /Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/README.md -------------------------------------------------------------------------------- /Samples/ADAL/ImportingAdalTokenExampleCommon.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/ADAL/ImportingAdalTokenExampleCommon.ps1 -------------------------------------------------------------------------------- /Samples/ADAL/ImportingAdalTokenExampleTenant.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/ADAL/ImportingAdalTokenExampleTenant.ps1 -------------------------------------------------------------------------------- /Samples/ADAL/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/ADAL/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /Samples/ADAL/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/ADAL/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml -------------------------------------------------------------------------------- /Samples/ADAL/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/ADAL/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /Samples/ADAL/Microsoft.IdentityModel.Clients.ActiveDirectory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/ADAL/Microsoft.IdentityModel.Clients.ActiveDirectory.xml -------------------------------------------------------------------------------- /Samples/CalendaringExamples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/CalendaringExamples.md -------------------------------------------------------------------------------- /Samples/ContactsExamples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/ContactsExamples.md -------------------------------------------------------------------------------- /Samples/GetRoomsAndCalendarAppointments.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/GetRoomsAndCalendarAppointments.ps1 -------------------------------------------------------------------------------- /Samples/OneDriveDailyExport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/OneDriveDailyExport.ps1 -------------------------------------------------------------------------------- /Samples/PresenceDlSample.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/PresenceDlSample.ps1 -------------------------------------------------------------------------------- /Samples/Searching a Mailbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/Searching a Mailbox.md -------------------------------------------------------------------------------- /Samples/SendMessageExamples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/SendMessageExamples.md -------------------------------------------------------------------------------- /Samples/SendOOFMessageCard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/SendOOFMessageCard.ps1 -------------------------------------------------------------------------------- /Samples/SendOneDriveFileAsRegualarAttachment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/SendOneDriveFileAsRegualarAttachment.ps1 -------------------------------------------------------------------------------- /Samples/SendOneDriveReferanceAttachment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/SendOneDriveReferanceAttachment.ps1 -------------------------------------------------------------------------------- /Samples/SendSeverHealthAdaptiveCard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/SendSeverHealthAdaptiveCard.ps1 -------------------------------------------------------------------------------- /Samples/SimpleMailGui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/SimpleMailGui.md -------------------------------------------------------------------------------- /Samples/moveItemToFolderBasedOnInternetMessageId.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/moveItemToFolderBasedOnInternetMessageId.ps1 -------------------------------------------------------------------------------- /Samples/showLast10.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/showLast10.ps1 -------------------------------------------------------------------------------- /Samples/simpleAttachDownload.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/Samples/simpleAttachDownload.ps1 -------------------------------------------------------------------------------- /en-us/about_Exch-Rest.help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/en-us/about_Exch-Rest.help.txt -------------------------------------------------------------------------------- /functions/Automation/Invoke-EXRFillMailboxFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Automation/Invoke-EXRFillMailboxFolder.ps1 -------------------------------------------------------------------------------- /functions/Azure/Get-EXRAuditLogsDirectoryAudits.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Azure/Get-EXRAuditLogsDirectoryAudits.ps1 -------------------------------------------------------------------------------- /functions/Azure/Get-EXRAuditLogsSignIns - Copy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Azure/Get-EXRAuditLogsSignIns - Copy.ps1 -------------------------------------------------------------------------------- /functions/Azure/Get-EXRAuditLogsSignIns.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Azure/Get-EXRAuditLogsSignIns.ps1 -------------------------------------------------------------------------------- /functions/Batch/Get-EXRBatchItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Batch/Get-EXRBatchItems.ps1 -------------------------------------------------------------------------------- /functions/Client/Get-EXRDefaultAppRegistration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Client/Get-EXRDefaultAppRegistration.ps1 -------------------------------------------------------------------------------- /functions/Client/Invoke-EXRNewMessagesForm.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Client/Invoke-EXRNewMessagesForm.ps1 -------------------------------------------------------------------------------- /functions/Client/New-EXRDefaultAppRegistration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Client/New-EXRDefaultAppRegistration.ps1 -------------------------------------------------------------------------------- /functions/Client/Remove-EXRDefaultAppRegistration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Client/Remove-EXRDefaultAppRegistration.ps1 -------------------------------------------------------------------------------- /functions/Client/Start-EXRMailClient.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Client/Start-EXRMailClient.ps1 -------------------------------------------------------------------------------- /functions/Digest/Get-EXRDigestEmailBody.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Digest/Get-EXRDigestEmailBody.ps1 -------------------------------------------------------------------------------- /functions/Excel/Get-EXRExcelRange.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Excel/Get-EXRExcelRange.ps1 -------------------------------------------------------------------------------- /functions/Excel/New-EXRExcelWorkBookSession.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Excel/New-EXRExcelWorkBookSession.ps1 -------------------------------------------------------------------------------- /functions/Excel/New-EXRExcelWorkSheet.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Excel/New-EXRExcelWorkSheet.ps1 -------------------------------------------------------------------------------- /functions/Excel/Update-EXRExcelRange.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Excel/Update-EXRExcelRange.ps1 -------------------------------------------------------------------------------- /functions/Insights/Get-EXRInsights.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Insights/Get-EXRInsights.ps1 -------------------------------------------------------------------------------- /functions/ManagementAPI/Get-EXRMCurrentStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/ManagementAPI/Get-EXRMCurrentStatus.ps1 -------------------------------------------------------------------------------- /functions/ManagementAPI/Get-EXRMDlpSensitiveTypes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/ManagementAPI/Get-EXRMDlpSensitiveTypes.ps1 -------------------------------------------------------------------------------- /functions/ManagementAPI/Get-EXRMHistoricalStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/ManagementAPI/Get-EXRMHistoricalStatus.ps1 -------------------------------------------------------------------------------- /functions/ManagementAPI/Get-EXRMServiceMessages.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/ManagementAPI/Get-EXRMServiceMessages.ps1 -------------------------------------------------------------------------------- /functions/ManagementAPI/Get-EXRMServices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/ManagementAPI/Get-EXRMServices.ps1 -------------------------------------------------------------------------------- /functions/ManagementAPI/Get-EXRMSubscriptionContent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/ManagementAPI/Get-EXRMSubscriptionContent.ps1 -------------------------------------------------------------------------------- /functions/ManagementAPI/Get-EXRMSubscriptionContentBlob.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/ManagementAPI/Get-EXRMSubscriptionContentBlob.ps1 -------------------------------------------------------------------------------- /functions/ManagementAPI/Get-EXRMSubscriptions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/ManagementAPI/Get-EXRMSubscriptions.ps1 -------------------------------------------------------------------------------- /functions/ManagementAPI/Invoke-EXRMStopSubscription.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/ManagementAPI/Invoke-EXRMStopSubscription.ps1 -------------------------------------------------------------------------------- /functions/ManagementAPI/New-EXRMSubscription.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/ManagementAPI/New-EXRMSubscription.ps1 -------------------------------------------------------------------------------- /functions/SK4B/Connext-EXRSK4B.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/SK4B/Connext-EXRSK4B.ps1 -------------------------------------------------------------------------------- /functions/SK4B/Get-EXRSK4BPresence.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/SK4B/Get-EXRSK4BPresence.ps1 -------------------------------------------------------------------------------- /functions/SK4B/Invoke-EXRGetUCWAEvents.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/SK4B/Invoke-EXRGetUCWAEvents.ps1 -------------------------------------------------------------------------------- /functions/SK4B/Invoke-EXRSK4BReportMyActivity.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/SK4B/Invoke-EXRSK4BReportMyActivity.ps1 -------------------------------------------------------------------------------- /functions/SK4B/Search-EXRSK4BPeople.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/SK4B/Search-EXRSK4BPeople.ps1 -------------------------------------------------------------------------------- /functions/SK4B/Send-EXRSK4BMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/SK4B/Send-EXRSK4BMessage.ps1 -------------------------------------------------------------------------------- /functions/SK4B/Set-EXRSK4BPresence.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/SK4B/Set-EXRSK4BPresence.ps1 -------------------------------------------------------------------------------- /functions/Scan/Get-EXREmailBodyLinks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Scan/Get-EXREmailBodyLinks.ps1 -------------------------------------------------------------------------------- /functions/Scan/Invoke-EXRParseEmailBodyLinks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Scan/Invoke-EXRParseEmailBodyLinks.ps1 -------------------------------------------------------------------------------- /functions/Subscriptions/Get-EXRSubscriptions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Subscriptions/Get-EXRSubscriptions.ps1 -------------------------------------------------------------------------------- /functions/Subscriptions/Invoke-EXRDeleteSubscriptions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Subscriptions/Invoke-EXRDeleteSubscriptions.ps1 -------------------------------------------------------------------------------- /functions/Subscriptions/New-EXRSubscription.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Subscriptions/New-EXRSubscription.ps1 -------------------------------------------------------------------------------- /functions/Teams/Get-EXRTeamsPrivateChatMessages.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/Teams/Get-EXRTeamsPrivateChatMessages.ps1 -------------------------------------------------------------------------------- /functions/calendar/Get-EXRCalendarID.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/calendar/Get-EXRCalendarID.ps1 -------------------------------------------------------------------------------- /functions/calendar/Get-EXRNamedCalendarView.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/calendar/Get-EXRNamedCalendarView.ps1 -------------------------------------------------------------------------------- /functions/calendar/Get-EXRReminders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/calendar/Get-EXRReminders.ps1 -------------------------------------------------------------------------------- /functions/calendar/New-EXRCalendarEvent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/calendar/New-EXRCalendarEvent.ps1 -------------------------------------------------------------------------------- /functions/calendar/Set-EXRCalendarEvent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/calendar/Set-EXRCalendarEvent.ps1 -------------------------------------------------------------------------------- /functions/cards/New-EXRAdaptiveCard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/cards/New-EXRAdaptiveCard.ps1 -------------------------------------------------------------------------------- /functions/cards/New-EXRMessageCard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/cards/New-EXRMessageCard.ps1 -------------------------------------------------------------------------------- /functions/contacts/Export-EXRContactToVcard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/Export-EXRContactToVcard.ps1 -------------------------------------------------------------------------------- /functions/contacts/Export-EXRDirectoryContactToVcard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/Export-EXRDirectoryContactToVcard.ps1 -------------------------------------------------------------------------------- /functions/contacts/Export-EXRUserToCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/Export-EXRUserToCSV.ps1 -------------------------------------------------------------------------------- /functions/contacts/Export-EXRUserToVcard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/Export-EXRUserToVcard.ps1 -------------------------------------------------------------------------------- /functions/contacts/Get-EXRChildContactFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/Get-EXRChildContactFolders.ps1 -------------------------------------------------------------------------------- /functions/contacts/Get-EXRContact.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/Get-EXRContact.ps1 -------------------------------------------------------------------------------- /functions/contacts/Get-EXRContactFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/Get-EXRContactFolders.ps1 -------------------------------------------------------------------------------- /functions/contacts/Get-EXRContactGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/Get-EXRContactGroups.ps1 -------------------------------------------------------------------------------- /functions/contacts/Get-EXRContactPhoto.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/Get-EXRContactPhoto.ps1 -------------------------------------------------------------------------------- /functions/contacts/Get-EXRContacts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/Get-EXRContacts.ps1 -------------------------------------------------------------------------------- /functions/contacts/Get-EXRContactsFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/Get-EXRContactsFolder.ps1 -------------------------------------------------------------------------------- /functions/contacts/Get-EXRDirectoryContact.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/Get-EXRDirectoryContact.ps1 -------------------------------------------------------------------------------- /functions/contacts/Get-EXRDirectoryContacts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/Get-EXRDirectoryContacts.ps1 -------------------------------------------------------------------------------- /functions/contacts/Invoke-EXRDeleteContact.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/Invoke-EXRDeleteContact.ps1 -------------------------------------------------------------------------------- /functions/contacts/New-EXRContact.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/New-EXRContact.ps1 -------------------------------------------------------------------------------- /functions/contacts/New-EXRContactFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/New-EXRContactFolder.ps1 -------------------------------------------------------------------------------- /functions/contacts/Search-EXRContact.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/Search-EXRContact.ps1 -------------------------------------------------------------------------------- /functions/contacts/Set-EXRContact.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/Set-EXRContact.ps1 -------------------------------------------------------------------------------- /functions/contacts/Set-EXRContactPhoto.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/contacts/Set-EXRContactPhoto.ps1 -------------------------------------------------------------------------------- /functions/ews/Invoke-EXRConvertId.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/ews/Invoke-EXRConvertId.ps1 -------------------------------------------------------------------------------- /functions/groups/Get-EXRGroupCalendar.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/groups/Get-EXRGroupCalendar.ps1 -------------------------------------------------------------------------------- /functions/groups/Get-EXRGroupChannels.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/groups/Get-EXRGroupChannels.ps1 -------------------------------------------------------------------------------- /functions/groups/Get-EXRGroupConversationThreads.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/groups/Get-EXRGroupConversationThreads.ps1 -------------------------------------------------------------------------------- /functions/groups/Get-EXRGroupConversations.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/groups/Get-EXRGroupConversations.ps1 -------------------------------------------------------------------------------- /functions/groups/Get-EXRGroupFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/groups/Get-EXRGroupFiles.ps1 -------------------------------------------------------------------------------- /functions/groups/Get-EXRGroupMembers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/groups/Get-EXRGroupMembers.ps1 -------------------------------------------------------------------------------- /functions/groups/Get-EXRGroupThread.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/groups/Get-EXRGroupThread.ps1 -------------------------------------------------------------------------------- /functions/groups/Get-EXRGroupThreadPost.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/groups/Get-EXRGroupThreadPost.ps1 -------------------------------------------------------------------------------- /functions/groups/Get-EXRGroupThreadPosts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/groups/Get-EXRGroupThreadPosts.ps1 -------------------------------------------------------------------------------- /functions/groups/Get-EXRGroupThreads.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/groups/Get-EXRGroupThreads.ps1 -------------------------------------------------------------------------------- /functions/groups/Get-EXRGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/groups/Get-EXRGroups.ps1 -------------------------------------------------------------------------------- /functions/groups/Get-EXRModernGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/groups/Get-EXRModernGroups.ps1 -------------------------------------------------------------------------------- /functions/groups/Get-EXRUnifedGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/groups/Get-EXRUnifedGroups.ps1 -------------------------------------------------------------------------------- /functions/mailFolders/Get-EXRCalendarFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailFolders/Get-EXRCalendarFolder.ps1 -------------------------------------------------------------------------------- /functions/mailFolders/Get-EXRCalendarFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailFolders/Get-EXRCalendarFolders.ps1 -------------------------------------------------------------------------------- /functions/mailFolders/Get-EXRChildFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailFolders/Get-EXRChildFolders.ps1 -------------------------------------------------------------------------------- /functions/mailFolders/Get-EXRFolderFromId.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailFolders/Get-EXRFolderFromId.ps1 -------------------------------------------------------------------------------- /functions/mailFolders/Get-EXRFolderFromPath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailFolders/Get-EXRFolderFromPath.ps1 -------------------------------------------------------------------------------- /functions/mailFolders/Get-EXRNonIPMSubTreeRootFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailFolders/Get-EXRNonIPMSubTreeRootFolder.ps1 -------------------------------------------------------------------------------- /functions/mailFolders/Get-EXRRootMailFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailFolders/Get-EXRRootMailFolder.ps1 -------------------------------------------------------------------------------- /functions/mailFolders/Get-EXRSearchFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailFolders/Get-EXRSearchFolders.ps1 -------------------------------------------------------------------------------- /functions/mailFolders/Get-EXRSpecialFolder.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /functions/mailFolders/Get-EXRWellKnownFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailFolders/Get-EXRWellKnownFolder.ps1 -------------------------------------------------------------------------------- /functions/mailFolders/Get-EXRWellKnownFolderList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailFolders/Get-EXRWellKnownFolderList.ps1 -------------------------------------------------------------------------------- /functions/mailFolders/New-EXRCalendarFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailFolders/New-EXRCalendarFolder.ps1 -------------------------------------------------------------------------------- /functions/mailFolders/New-EXRFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailFolders/New-EXRFolder.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Copy-EXRMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Copy-EXRMessage.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Find-EXRMessageFromMessageId.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Find-EXRMessageFromMessageId.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Get-EXRAllMailboxItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Get-EXRAllMailboxItems.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Get-EXRAllMailboxItemsbySubject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Get-EXRAllMailboxItemsbySubject.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Get-EXRDeletedItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Get-EXRDeletedItems.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Get-EXREmail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Get-EXREmail.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Get-EXREmailHeaders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Get-EXREmailHeaders.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Get-EXRFolderItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Get-EXRFolderItems.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Get-EXRItemSize.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Get-EXRItemSize.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Get-EXRLastInboxEmail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Get-EXRLastInboxEmail.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Get-EXRMasterCategories.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Get-EXRMasterCategories.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Get-EXRPinnedEmailProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Get-EXRPinnedEmailProperty.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Get-EXRPinnedItemsInFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Get-EXRPinnedItemsInFolder.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Get-EXRRetainedDeletedFolderItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Get-EXRRetainedDeletedFolderItems.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Get-EXRRetainedPurgesFolderItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Get-EXRRetainedPurgesFolderItems.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Get-EXRSchedule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Get-EXRSchedule.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Get-EXRTransportHeader.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Get-EXRTransportHeader.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Get-EXRWellKnownFolderItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Get-EXRWellKnownFolderItems.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Invoke-EXRPostExtension.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Invoke-EXRPostExtension.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Invoke-EXRReadEmail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Invoke-EXRReadEmail.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Invoke-EXRUnsubscribeEmail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Invoke-EXRUnsubscribeEmail.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Move-EXRMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Move-EXRMessage.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Search-EXRMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Search-EXRMessage.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Send-EXRVoiceMail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Send-EXRVoiceMail.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Set-EXRItemCategory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Set-EXRItemCategory.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Set-EXRPinEmail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Set-EXRPinEmail.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Set-EXRReadFlag.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Set-EXRReadFlag.ps1 -------------------------------------------------------------------------------- /functions/mailItems/Set-EXRUnPinEmail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailItems/Set-EXRUnPinEmail.ps1 -------------------------------------------------------------------------------- /functions/mailbox/Connect-EXRMailbox.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailbox/Connect-EXRMailbox.ps1 -------------------------------------------------------------------------------- /functions/mailbox/Connect-EXRManagementAPI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailbox/Connect-EXRManagementAPI.ps1 -------------------------------------------------------------------------------- /functions/mailfeature/Get-EXRMailTip.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailfeature/Get-EXRMailTip.ps1 -------------------------------------------------------------------------------- /functions/mailoperations/Invoke-EXRMarkEmailAsRead.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailoperations/Invoke-EXRMarkEmailAsRead.ps1 -------------------------------------------------------------------------------- /functions/mailrules/Get-EXRInboxRule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/mailrules/Get-EXRInboxRule.ps1 -------------------------------------------------------------------------------- /functions/oAuth/Get-EXRAccessToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/oAuth/Get-EXRAccessToken.ps1 -------------------------------------------------------------------------------- /functions/oAuth/Get-EXRAccessTokenADAL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/oAuth/Get-EXRAccessTokenADAL.ps1 -------------------------------------------------------------------------------- /functions/oAuth/Get-EXRAccessTokenUserAndPass.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/oAuth/Get-EXRAccessTokenUserAndPass.ps1 -------------------------------------------------------------------------------- /functions/oAuth/Get-EXRAppOnlyToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/oAuth/Get-EXRAppOnlyToken.ps1 -------------------------------------------------------------------------------- /functions/oAuth/Get-EXRGetCredentialType.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/oAuth/Get-EXRGetCredentialType.ps1 -------------------------------------------------------------------------------- /functions/oAuth/Get-EXRTestAccessToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/oAuth/Get-EXRTestAccessToken.ps1 -------------------------------------------------------------------------------- /functions/oAuth/Get-EXRTestAppToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/oAuth/Get-EXRTestAppToken.ps1 -------------------------------------------------------------------------------- /functions/oAuth/Get-EXRUserinfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/oAuth/Get-EXRUserinfo.ps1 -------------------------------------------------------------------------------- /functions/oAuth/Invoke-CreateAppTokenCertificate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/oAuth/Invoke-CreateAppTokenCertificate.ps1 -------------------------------------------------------------------------------- /functions/oAuth/New-EXRJWTToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/oAuth/New-EXRJWTToken.ps1 -------------------------------------------------------------------------------- /functions/onedrive/Copy-EXROneDriveItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/onedrive/Copy-EXROneDriveItem.ps1 -------------------------------------------------------------------------------- /functions/onedrive/Get-EXRDefaultOneDrive.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/onedrive/Get-EXRDefaultOneDrive.ps1 -------------------------------------------------------------------------------- /functions/onedrive/Get-EXRDefaultOneDriveRootItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/onedrive/Get-EXRDefaultOneDriveRootItems.ps1 -------------------------------------------------------------------------------- /functions/onedrive/Get-EXROneDriveChildren.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/onedrive/Get-EXROneDriveChildren.ps1 -------------------------------------------------------------------------------- /functions/onedrive/Get-EXROneDriveItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/onedrive/Get-EXROneDriveItem.ps1 -------------------------------------------------------------------------------- /functions/onedrive/Get-EXROneDriveItemAsPDF.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/onedrive/Get-EXROneDriveItemAsPDF.ps1 -------------------------------------------------------------------------------- /functions/onedrive/Get-EXROneDriveItemFromPath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/onedrive/Get-EXROneDriveItemFromPath.ps1 -------------------------------------------------------------------------------- /functions/onedrive/Invoke-EXREnumChildFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/onedrive/Invoke-EXREnumChildFolders.ps1 -------------------------------------------------------------------------------- /functions/onedrive/Invoke-EXREnumOneDriveFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/onedrive/Invoke-EXREnumOneDriveFolders.ps1 -------------------------------------------------------------------------------- /functions/onedrive/Invoke-EXRFolderPicker.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/onedrive/Invoke-EXRFolderPicker.ps1 -------------------------------------------------------------------------------- /functions/onedrive/Invoke-EXRMailFolderPicker.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/onedrive/Invoke-EXRMailFolderPicker.ps1 -------------------------------------------------------------------------------- /functions/onedrive/Invoke-EXROneDriveFolderPicker.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/onedrive/Invoke-EXROneDriveFolderPicker.ps1 -------------------------------------------------------------------------------- /functions/onedrive/Invoke-EXROneDriveItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/onedrive/Invoke-EXROneDriveItems.ps1 -------------------------------------------------------------------------------- /functions/onedrive/Invoke-EXRUploadOneDriveItemToPath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/onedrive/Invoke-EXRUploadOneDriveItemToPath.ps1 -------------------------------------------------------------------------------- /functions/onedrive/New-EXROExcelWorkBookSession.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/onedrive/New-EXROExcelWorkBookSession.ps1 -------------------------------------------------------------------------------- /functions/onedrive/New-EXRReferanceAttachment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/onedrive/New-EXRReferanceAttachment.ps1 -------------------------------------------------------------------------------- /functions/other/Export-EXRContactFolderToCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Export-EXRContactFolderToCSV.ps1 -------------------------------------------------------------------------------- /functions/other/Find-EXRMeetingTimes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Find-EXRMeetingTimes.ps1 -------------------------------------------------------------------------------- /functions/other/Find-EXRRooms.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Find-EXRRooms.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRAllCalendarFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRAllCalendarFolders.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRAllChildFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRAllChildFolders.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRAllChildFoldersBatch.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRAllChildFoldersBatch.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRAllContactFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRAllContactFolders.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRAllMailFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRAllMailFolders.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRAllTaskfolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRAllTaskfolders.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRArchiveFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRArchiveFolder.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRAttachments.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRAttachments.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRAutomaticRepliesSettings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRAutomaticRepliesSettings.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRCalendarGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRCalendarGroups.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRCalendarView.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRCalendarView.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRChannelInformation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRChannelInformation.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRDefaultCalendarFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRDefaultCalendarFolder.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRDefaultContactsFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRDefaultContactsFolder.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXREntryIdForOWAid.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXREntryIdForOWAid.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRExtendedPropList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRExtendedPropList.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRFocusedInboxItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRFocusedInboxItems.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRFolderClass.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRFolderClass.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRFolderPath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRFolderPath.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRInbox.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRInbox.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRInboxItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRInboxItems.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRInferenceClassificationResult.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRInferenceClassificationResult.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRItemProp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRItemProp.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRItemRetentionTags.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRItemRetentionTags.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRKnownProps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRKnownProps.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRMailAppProps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRMailAppProps.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRMailboxSettings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRMailboxSettings.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRMailboxSettingsReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRMailboxSettingsReport.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRMailboxTimeZone.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRMailboxTimeZone.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRMailboxUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRMailboxUser.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRModernGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRModernGroups.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRNamedProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRNamedProperty.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRObjectCollectionProp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRObjectCollectionProp.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRObjectProp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRObjectProp.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXROffice365ActiveUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXROffice365ActiveUsers.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRPeople.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRPeople.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRRecoverableItemsFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRRecoverableItemsFolders.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRRecurrence.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRRecurrence.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRStandardProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRStandardProperty.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRTaggedProperty.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRTaggedProperty.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRTenantId.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRTenantId.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRUserPhoto.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRUserPhoto.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRUserPhotoMetaData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRUserPhotoMetaData.ps1 -------------------------------------------------------------------------------- /functions/other/Get-EXRVerbStream.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Get-EXRVerbStream.ps1 -------------------------------------------------------------------------------- /functions/other/Import-EXRAccessToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Import-EXRAccessToken.ps1 -------------------------------------------------------------------------------- /functions/other/Invoke-EXRCreateSelfSignedCert.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Invoke-EXRCreateSelfSignedCert.ps1 -------------------------------------------------------------------------------- /functions/other/Invoke-EXRDecodeToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Invoke-EXRDecodeToken.ps1 -------------------------------------------------------------------------------- /functions/other/Invoke-EXRDeleteFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Invoke-EXRDeleteFolder.ps1 -------------------------------------------------------------------------------- /functions/other/Invoke-EXRDeleteItemConfirm.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Invoke-EXRDeleteItemConfirm.ps1 -------------------------------------------------------------------------------- /functions/other/Invoke-EXRDownloadAttachment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Invoke-EXRDownloadAttachment.ps1 -------------------------------------------------------------------------------- /functions/other/Invoke-EXREnumCalendarGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Invoke-EXREnumCalendarGroups.ps1 -------------------------------------------------------------------------------- /functions/other/Invoke-EXRTranslateExchangeIds.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Invoke-EXRTranslateExchangeIds.ps1 -------------------------------------------------------------------------------- /functions/other/Invoke-UpdateItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Invoke-UpdateItem.ps1 -------------------------------------------------------------------------------- /functions/other/New-EXRAttendee.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/New-EXRAttendee.ps1 -------------------------------------------------------------------------------- /functions/other/New-EXREmailAddress.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/New-EXREmailAddress.ps1 -------------------------------------------------------------------------------- /functions/other/New-EXRInboxRule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/New-EXRInboxRule.ps1 -------------------------------------------------------------------------------- /functions/other/Remove-EXRInboxRule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Remove-EXRInboxRule.ps1 -------------------------------------------------------------------------------- /functions/other/Rename-EXRFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Rename-EXRFolder.ps1 -------------------------------------------------------------------------------- /functions/other/Send-EXRSimpleMeetingRequest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Send-EXRSimpleMeetingRequest.ps1 -------------------------------------------------------------------------------- /functions/other/Set-EXRFolderRetentionTag.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Set-EXRFolderRetentionTag.ps1 -------------------------------------------------------------------------------- /functions/other/Set-EXRInboxRule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Set-EXRInboxRule.ps1 -------------------------------------------------------------------------------- /functions/other/Set-EXRTracing.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Set-EXRTracing.ps1 -------------------------------------------------------------------------------- /functions/other/Update-EXRFolder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Update-EXRFolder.ps1 -------------------------------------------------------------------------------- /functions/other/Update-EXRFolderClass.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Update-EXRFolderClass.ps1 -------------------------------------------------------------------------------- /functions/other/Update-EXRItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Update-EXRItem.ps1 -------------------------------------------------------------------------------- /functions/other/Update-EXRMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/Update-EXRMessage.ps1 -------------------------------------------------------------------------------- /functions/other/onedrive/Copy-EXROneDriveItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/onedrive/Copy-EXROneDriveItem.ps1 -------------------------------------------------------------------------------- /functions/other/onedrive/Get-EXRDefaultOneDrive.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/onedrive/Get-EXRDefaultOneDrive.ps1 -------------------------------------------------------------------------------- /functions/other/onedrive/Get-EXRDefaultOneDriveRootItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/onedrive/Get-EXRDefaultOneDriveRootItems.ps1 -------------------------------------------------------------------------------- /functions/other/onedrive/Get-EXROneDriveChildren.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/onedrive/Get-EXROneDriveChildren.ps1 -------------------------------------------------------------------------------- /functions/other/onedrive/Get-EXROneDriveItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/onedrive/Get-EXROneDriveItem.ps1 -------------------------------------------------------------------------------- /functions/other/onedrive/Get-EXROneDriveItemAsPDF.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/onedrive/Get-EXROneDriveItemAsPDF.ps1 -------------------------------------------------------------------------------- /functions/other/onedrive/Get-EXROneDriveItemFromPath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/onedrive/Get-EXROneDriveItemFromPath.ps1 -------------------------------------------------------------------------------- /functions/other/onedrive/Invoke-EXREnumChildFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/onedrive/Invoke-EXREnumChildFolders.ps1 -------------------------------------------------------------------------------- /functions/other/onedrive/Invoke-EXREnumOneDriveFolders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/onedrive/Invoke-EXREnumOneDriveFolders.ps1 -------------------------------------------------------------------------------- /functions/other/onedrive/Invoke-EXRFolderPicker.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/onedrive/Invoke-EXRFolderPicker.ps1 -------------------------------------------------------------------------------- /functions/other/onedrive/Invoke-EXRMailFolderPicker.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/onedrive/Invoke-EXRMailFolderPicker.ps1 -------------------------------------------------------------------------------- /functions/other/onedrive/Invoke-EXROneDriveFolderPicker.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/onedrive/Invoke-EXROneDriveFolderPicker.ps1 -------------------------------------------------------------------------------- /functions/other/onedrive/Invoke-EXROneDriveItems.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/onedrive/Invoke-EXROneDriveItems.ps1 -------------------------------------------------------------------------------- /functions/other/onedrive/Invoke-EXRUploadOneDriveItemToPath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/onedrive/Invoke-EXRUploadOneDriveItemToPath.ps1 -------------------------------------------------------------------------------- /functions/other/onedrive/New-EXROExcelWorkBookSession.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/onedrive/New-EXROExcelWorkBookSession.ps1 -------------------------------------------------------------------------------- /functions/other/onedrive/New-EXRReferanceAttachment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/other/onedrive/New-EXRReferanceAttachment.ps1 -------------------------------------------------------------------------------- /functions/reports/Get-EXRDeliveryReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/reports/Get-EXRDeliveryReport.ps1 -------------------------------------------------------------------------------- /functions/reports/Get-EXREmailActivityUserCounts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/reports/Get-EXREmailActivityUserCounts.ps1 -------------------------------------------------------------------------------- /functions/reports/Get-EXREmailActivityUserDetail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/reports/Get-EXREmailActivityUserDetail.ps1 -------------------------------------------------------------------------------- /functions/reports/Get-EXREmailAppUsageAppsUserCounts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/reports/Get-EXREmailAppUsageAppsUserCounts.ps1 -------------------------------------------------------------------------------- /functions/reports/Get-EXREmailAppUsageUserCounts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/reports/Get-EXREmailAppUsageUserCounts.ps1 -------------------------------------------------------------------------------- /functions/reports/Get-EXREmailAppUsageUserDetail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/reports/Get-EXREmailAppUsageUserDetail.ps1 -------------------------------------------------------------------------------- /functions/reports/Get-EXREmailAppUsageVersionsUserCounts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/reports/Get-EXREmailAppUsageVersionsUserCounts.ps1 -------------------------------------------------------------------------------- /functions/reports/Get-EXREmailLinkReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/reports/Get-EXREmailLinkReport.ps1 -------------------------------------------------------------------------------- /functions/reports/Get-EXRMailboxUsage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/reports/Get-EXRMailboxUsage.ps1 -------------------------------------------------------------------------------- /functions/reports/Get-EXRMailboxUsageMailboxCounts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/reports/Get-EXRMailboxUsageMailboxCounts.ps1 -------------------------------------------------------------------------------- /functions/reports/Get-EXRMailboxUsageStorage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/reports/Get-EXRMailboxUsageStorage.ps1 -------------------------------------------------------------------------------- /functions/reports/Get-EXRMessageTrace.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/reports/Get-EXRMessageTrace.ps1 -------------------------------------------------------------------------------- /functions/reports/Get-EXRMessageTraceDetail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/reports/Get-EXRMessageTraceDetail.ps1 -------------------------------------------------------------------------------- /functions/reports/Get-EXRZapStatistics.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/reports/Get-EXRZapStatistics.ps1 -------------------------------------------------------------------------------- /functions/reports/Get-MailboxUsageQuotaStatusMailboxCounts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/reports/Get-MailboxUsageQuotaStatusMailboxCounts.ps1 -------------------------------------------------------------------------------- /functions/sendmail/New-EXRCalendarEventREST.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/sendmail/New-EXRCalendarEventREST.ps1 -------------------------------------------------------------------------------- /functions/sendmail/New-EXRHolidayEvent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/sendmail/New-EXRHolidayEvent.ps1 -------------------------------------------------------------------------------- /functions/sendmail/New-EXRSentEmailMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/sendmail/New-EXRSentEmailMessage.ps1 -------------------------------------------------------------------------------- /functions/sendmail/Send-EXRAdaptiveCard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/sendmail/Send-EXRAdaptiveCard.ps1 -------------------------------------------------------------------------------- /functions/sendmail/Send-EXRMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/sendmail/Send-EXRMessage.ps1 -------------------------------------------------------------------------------- /functions/sendmail/Send-EXRMessageREST.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/sendmail/Send-EXRMessageREST.ps1 -------------------------------------------------------------------------------- /functions/sendmail/Send-EXRVoteEmail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/sendmail/Send-EXRVoteEmail.ps1 -------------------------------------------------------------------------------- /functions/users/Find-EXRUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/users/Find-EXRUser.ps1 -------------------------------------------------------------------------------- /functions/users/Get-EXRGuestUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/users/Get-EXRGuestUsers.ps1 -------------------------------------------------------------------------------- /functions/users/Get-EXRMe.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/users/Get-EXRMe.ps1 -------------------------------------------------------------------------------- /functions/users/Get-EXRMemberOf.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/users/Get-EXRMemberOf.ps1 -------------------------------------------------------------------------------- /functions/users/Get-EXRUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/users/Get-EXRUser.ps1 -------------------------------------------------------------------------------- /functions/users/Get-EXRUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/functions/users/Get-EXRUsers.ps1 -------------------------------------------------------------------------------- /internal/functions/AI/Invoke-EXRProcessAntiSPAMHeaders.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/AI/Invoke-EXRProcessAntiSPAMHeaders.ps1 -------------------------------------------------------------------------------- /internal/functions/AI/Invoke-EXRProcessSentiment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/AI/Invoke-EXRProcessSentiment.ps1 -------------------------------------------------------------------------------- /internal/functions/client/Expand-ExtendedProperties.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/client/Expand-ExtendedProperties.ps1 -------------------------------------------------------------------------------- /internal/functions/client/Expand-MessageProperties.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/client/Expand-MessageProperties.ps1 -------------------------------------------------------------------------------- /internal/functions/client/Get-ClientFolderItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/client/Get-ClientFolderItem.ps1 -------------------------------------------------------------------------------- /internal/functions/client/New-ClientMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/client/New-ClientMessage.ps1 -------------------------------------------------------------------------------- /internal/functions/client/Open-ClientMailbox.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/client/Open-ClientMailbox.ps1 -------------------------------------------------------------------------------- /internal/functions/client/Save-ClientAttachment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/client/Save-ClientAttachment.ps1 -------------------------------------------------------------------------------- /internal/functions/client/Select-ClientAttachment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/client/Select-ClientAttachment.ps1 -------------------------------------------------------------------------------- /internal/functions/client/Send-ClientMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/client/Send-ClientMessage.ps1 -------------------------------------------------------------------------------- /internal/functions/client/Show-ClientHeader.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/client/Show-ClientHeader.ps1 -------------------------------------------------------------------------------- /internal/functions/client/Show-ClientMessage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/client/Show-ClientMessage.ps1 -------------------------------------------------------------------------------- /internal/functions/connectivity/Get-EndPoint.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/connectivity/Get-EndPoint.ps1 -------------------------------------------------------------------------------- /internal/functions/connectivity/Get-HTTPClient.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/connectivity/Get-HTTPClient.ps1 -------------------------------------------------------------------------------- /internal/functions/connectivity/Invoke-RestDELETE.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/connectivity/Invoke-RestDELETE.ps1 -------------------------------------------------------------------------------- /internal/functions/connectivity/Invoke-RestGet.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/connectivity/Invoke-RestGet.ps1 -------------------------------------------------------------------------------- /internal/functions/connectivity/Invoke-RestPOST.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/connectivity/Invoke-RestPOST.ps1 -------------------------------------------------------------------------------- /internal/functions/connectivity/Invoke-RestPatch.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/connectivity/Invoke-RestPatch.ps1 -------------------------------------------------------------------------------- /internal/functions/connectivity/Invoke-RestPut.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/connectivity/Invoke-RestPut.ps1 -------------------------------------------------------------------------------- /internal/functions/oauth/Get-ProfiledToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/oauth/Get-ProfiledToken.ps1 -------------------------------------------------------------------------------- /internal/functions/oauth/Get-ProtectedToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/oauth/Get-ProtectedToken.ps1 -------------------------------------------------------------------------------- /internal/functions/oauth/Invoke-RefreshAccessToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/oauth/Invoke-RefreshAccessToken.ps1 -------------------------------------------------------------------------------- /internal/functions/oauth/Show-EXROAuthWindow.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/oauth/Show-EXROAuthWindow.ps1 -------------------------------------------------------------------------------- /internal/functions/other/ConverToString.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/other/ConverToString.ps1 -------------------------------------------------------------------------------- /internal/functions/other/Convert-FromBase64StringWithNoPadding.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/other/Convert-FromBase64StringWithNoPadding.ps1 -------------------------------------------------------------------------------- /internal/functions/other/CreateFlatList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/other/CreateFlatList.ps1 -------------------------------------------------------------------------------- /internal/functions/other/ExpandPayload.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/other/ExpandPayload.ps1 -------------------------------------------------------------------------------- /internal/functions/other/Get-AppSettings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/other/Get-AppSettings.ps1 -------------------------------------------------------------------------------- /internal/functions/other/Get-UniqueFileName.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/other/Get-UniqueFileName.ps1 -------------------------------------------------------------------------------- /internal/functions/other/GetFolderRetentionTags.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/other/GetFolderRetentionTags.ps1 -------------------------------------------------------------------------------- /internal/functions/other/HexStringToByteArray.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/other/HexStringToByteArray.ps1 -------------------------------------------------------------------------------- /internal/functions/other/ParseItem.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/other/ParseItem.ps1 -------------------------------------------------------------------------------- /internal/functions/other/ParseJsonArray.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/other/ParseJsonArray.ps1 -------------------------------------------------------------------------------- /internal/functions/other/ParseJsonObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/other/ParseJsonObject.ps1 -------------------------------------------------------------------------------- /internal/functions/other/ParseJsonString.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/other/ParseJsonString.ps1 -------------------------------------------------------------------------------- /internal/functions/security/ConvertFrom-SecureStringCustom.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/security/ConvertFrom-SecureStringCustom.ps1 -------------------------------------------------------------------------------- /internal/functions/security/Protect-String.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/security/Protect-String.ps1 -------------------------------------------------------------------------------- /internal/functions/security/Unprotect-String.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/security/Unprotect-String.ps1 -------------------------------------------------------------------------------- /internal/functions/sendmail/Get-EventJSONFormat.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/sendmail/Get-EventJSONFormat.ps1 -------------------------------------------------------------------------------- /internal/functions/sendmail/Get-MessageJSONFormat.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/sendmail/Get-MessageJSONFormat.ps1 -------------------------------------------------------------------------------- /internal/functions/sendmail/Get-PostJSONFormat.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/functions/sendmail/Get-PostJSONFormat.ps1 -------------------------------------------------------------------------------- /internal/scripts/postimport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/scripts/postimport.ps1 -------------------------------------------------------------------------------- /internal/scripts/preimport.ps1: -------------------------------------------------------------------------------- 1 | # Add all things you want to run before importing the main code -------------------------------------------------------------------------------- /internal/scripts/tokenCache.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/internal/scripts/tokenCache.ps1 -------------------------------------------------------------------------------- /tests/pester.ps1: -------------------------------------------------------------------------------- 1 | # Insert tests here -------------------------------------------------------------------------------- /xml/PoshExchRest.Format.ps1xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscales/Exch-Rest/HEAD/xml/PoshExchRest.Format.ps1xml --------------------------------------------------------------------------------