Skip to content

Commit 53db433

Browse files
better descriptions
1 parent ae92127 commit 53db433

21 files changed

Lines changed: 42 additions & 0 deletions

Modules/CIPPHTTP/Public/Entrypoints/HTTP Functions/Email-Exchange/Administration/Invoke-ListCalendarPermissions.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Function Invoke-ListCalendarPermissions {
44
Entrypoint
55
.ROLE
66
Exchange.Mailbox.Read
7+
.DESCRIPTION
8+
Lists calendar permissions for mailboxes in a tenant. Supports UseReportDB=true query parameter to retrieve cached data from the reporting database for significantly better performance, especially when querying AllTenants.
79
#>
810
[CmdletBinding()]
911
param($Request, $TriggerMetadata)

Modules/CIPPHTTP/Public/Entrypoints/HTTP Functions/Email-Exchange/Administration/Invoke-ListHVEAccounts.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ function Invoke-ListHVEAccounts {
44
Entrypoint
55
.ROLE
66
Exchange.Mailbox.Read
7+
.DESCRIPTION
8+
Lists High Volume Email (HVE) accounts and billing policies for a tenant. Supports UseReportDB=true query parameter to retrieve cached data from the reporting database for significantly better performance, especially when querying AllTenants.
79
#>
810
[CmdletBinding()]
911
param($Request, $TriggerMetadata)

Modules/CIPPHTTP/Public/Entrypoints/HTTP Functions/Email-Exchange/Administration/Invoke-ListMailboxRules.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ function Invoke-ListMailboxRules {
44
Entrypoint
55
.ROLE
66
Exchange.Mailbox.Read
7+
.DESCRIPTION
8+
Lists inbox rules configured on mailboxes in a tenant. Supports UseReportDB=true query parameter to retrieve cached data from the reporting database for significantly better performance, especially when querying AllTenants.
79
#>
810
[CmdletBinding()]
911
param($Request, $TriggerMetadata)

Modules/CIPPHTTP/Public/Entrypoints/HTTP Functions/Email-Exchange/Administration/Invoke-ListMailboxes.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ function Invoke-ListMailboxes {
44
Entrypoint
55
.ROLE
66
Exchange.Mailbox.Read
7+
.DESCRIPTION
8+
Lists Exchange Online mailboxes for a tenant. Supports UseReportDB=true query parameter to retrieve cached data from the reporting database for significantly better performance, especially when querying AllTenants.
79
#>
810
[CmdletBinding()]
911
param($Request, $TriggerMetadata)

Modules/CIPPHTTP/Public/Entrypoints/HTTP Functions/Email-Exchange/Administration/Invoke-ListmailboxPermissions.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ function Invoke-ListmailboxPermissions {
44
Entrypoint
55
.ROLE
66
Exchange.Mailbox.Read
7+
.DESCRIPTION
8+
Lists mailbox permissions (Full Access, Send As, Send on Behalf) for a tenant. Supports UseReportDB=true query parameter to retrieve cached data from the reporting database for significantly better performance, especially when querying AllTenants.
79
#>
810
[CmdletBinding()]
911
param($Request, $TriggerMetadata)

Modules/CIPPHTTP/Public/Entrypoints/HTTP Functions/Email-Exchange/Reports/Invoke-ListMailboxForwarding.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ function Invoke-ListMailboxForwarding {
44
Entrypoint
55
.ROLE
66
Exchange.Mailbox.Read
7+
.DESCRIPTION
8+
Lists mailbox forwarding rules and configurations for a tenant. Supports UseReportDB=true query parameter to retrieve cached data from the reporting database for significantly better performance, especially when querying AllTenants.
79
#>
810
[CmdletBinding()]
911
param($Request, $TriggerMetadata)

Modules/CIPPHTTP/Public/Entrypoints/HTTP Functions/Endpoint/Applications/Invoke-ListApps.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ function Invoke-ListApps {
44
Entrypoint
55
.ROLE
66
Endpoint.Application.Read
7+
.DESCRIPTION
8+
Lists Intune managed applications for a tenant. Supports UseReportDB=true query parameter to retrieve cached data from the reporting database for significantly better performance, especially when querying AllTenants.
79
#>
810
[CmdletBinding()]
911
param($Request, $TriggerMetadata)

Modules/CIPPHTTP/Public/Entrypoints/HTTP Functions/Endpoint/MEM/Invoke-ListAppProtectionPolicies.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Entrypoint
55
.ROLE
66
Endpoint.MEM.Read
7+
.DESCRIPTION
8+
Lists Intune app protection policies for a tenant. Supports UseReportDB=true query parameter to retrieve cached data from the reporting database for significantly better performance, especially when querying AllTenants.
79
#>
810
[CmdletBinding()]
911
param($Request, $TriggerMetadata)

Modules/CIPPHTTP/Public/Entrypoints/HTTP Functions/Endpoint/MEM/Invoke-ListAssignmentFilters.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ function Invoke-ListAssignmentFilters {
44
Entrypoint
55
.ROLE
66
Endpoint.MEM.Read
7+
.DESCRIPTION
8+
Lists Intune assignment filters for a tenant. Supports UseReportDB=true query parameter to retrieve cached data from the reporting database for significantly better performance, especially when querying AllTenants.
79
#>
810
[CmdletBinding()]
911
param($Request, $TriggerMetadata)

Modules/CIPPHTTP/Public/Entrypoints/HTTP Functions/Endpoint/MEM/Invoke-ListCompliancePolicies.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Entrypoint
55
.ROLE
66
Endpoint.MEM.Read
7+
.DESCRIPTION
8+
Lists Intune device compliance policies for a tenant. Supports UseReportDB=true query parameter to retrieve cached data from the reporting database for significantly better performance, especially when querying AllTenants.
79
#>
810
[CmdletBinding()]
911
param($Request, $TriggerMetadata)

0 commit comments

Comments
 (0)