Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport

## SYNOPSIS
Invoke action getSharedUseLicenseUsageReport
Get the shared use license usage reports, such as **servicePlanId**, **licenseCount**, and **claimedLicenseCount**, for real-time, 7 days, or 28 days trend.

## SYNTAX

Expand All @@ -28,7 +28,7 @@ Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport
```

## DESCRIPTION
Invoke action getSharedUseLicenseUsageReport
Get the shared use license usage reports, such as **servicePlanId**, **licenseCount**, and **claimedLicenseCount**, for real-time, 7 days, or 28 days trend.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Microsoft.Graph.DeviceManagement.Actions
Module Guid: f3d8bf3b-65a5-435a-ba19-288fb5afa658
Module Guid: 4e61386f-e7a1-4cdc-ac51-8508483f4c92
Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions
Help Version: 1.0.0.0
Locale: en-US
Expand Down Expand Up @@ -305,7 +305,7 @@ Get the daily aggregated remote connection reports, such as round trip time, ava
Get the remote connection history records of a Cloud PC during a given period.

### [Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport](Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport.md)
Invoke action getSharedUseLicenseUsageReport
Get the shared use license usage reports, such as **servicePlanId**, **licenseCount**, and **claimedLicenseCount**, for real-time, 7 days, or 28 days trend.

### [Get-MgDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport](Get-MgDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport.md)
Get the total aggregated remote connection usage of a Cloud PC during a given time span.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Microsoft.Graph.DeviceManagement.Actions
Module Guid: f3d8bf3b-65a5-435a-ba19-288fb5afa658
Module Guid: 4e61386f-e7a1-4cdc-ac51-8508483f4c92
Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions
Help Version: 1.0.0.0
Locale: en-US
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Microsoft.Graph.DeviceManagement.Administration
Module Guid: 87380e30-9e41-4076-a5a9-176c238a0e71
Module Guid: 2605f878-6207-438e-b901-b41066ebfc00
Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.administration
Help Version: 1.0.0.0
Locale: en-US
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Accept wildcard characters: False
```

### -ExpirationDateTime
The date time when the export job expires.
The date and time when the export job expires.

```yaml
Type: System.DateTime
Expand Down Expand Up @@ -95,7 +95,8 @@ Accept wildcard characters: False
```

### -ExportUrl
The storage account url of the exported report, it can be used to download the file.
The storage account URL of the exported report.
It can be used to download the file.

```yaml
Type: System.String
Expand Down Expand Up @@ -186,7 +187,7 @@ Accept wildcard characters: False
```

### -RequestDateTime
The date time when the export job was requested.
The date and time when the export job was requested.

```yaml
Type: System.DateTime
Expand Down Expand Up @@ -254,13 +255,13 @@ To create the parameters described below, construct a hash table containing the
BODYPARAMETER <IMicrosoftGraphCloudPcExportJob>: cloudPcExportJob
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
- `[ExpirationDateTime <DateTime?>]`: The date time when the export job expires.
- `[ExpirationDateTime <DateTime?>]`: The date and time when the export job expires.
- `[ExportJobStatus <String>]`: cloudPcExportJobStatus
- `[ExportUrl <String>]`: The storage account url of the exported report, it can be used to download the file.
- `[ExportUrl <String>]`: The storage account URL of the exported report. It can be used to download the file.
- `[Filter <String>]`: The filter applied on the report.
- `[Format <String>]`: The format of the exported report.
- `[ReportName <String>]`: cloudPcReportName
- `[RequestDateTime <DateTime?>]`: The date time when the export job was requested.
- `[RequestDateTime <DateTime?>]`: The date and time when the export job was requested.
- `[Select <String[]>]`: The selected columns of the report.

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,24 +166,24 @@ BODYPARAMETER <IMicrosoftGraphCloudPcReports>: cloudPcReports
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
- `[ExportJobs <IMicrosoftGraphCloudPcExportJob[]>]`: The export jobs created for downloading reports.
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
- `[ExpirationDateTime <DateTime?>]`: The date time when the export job expires.
- `[ExpirationDateTime <DateTime?>]`: The date and time when the export job expires.
- `[ExportJobStatus <String>]`: cloudPcExportJobStatus
- `[ExportUrl <String>]`: The storage account url of the exported report, it can be used to download the file.
- `[ExportUrl <String>]`: The storage account URL of the exported report. It can be used to download the file.
- `[Filter <String>]`: The filter applied on the report.
- `[Format <String>]`: The format of the exported report.
- `[ReportName <String>]`: cloudPcReportName
- `[RequestDateTime <DateTime?>]`: The date time when the export job was requested.
- `[RequestDateTime <DateTime?>]`: The date and time when the export job was requested.
- `[Select <String[]>]`: The selected columns of the report.

EXPORTJOBS <IMicrosoftGraphCloudPcExportJob[]>: The export jobs created for downloading reports.
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
- `[ExpirationDateTime <DateTime?>]`: The date time when the export job expires.
- `[ExpirationDateTime <DateTime?>]`: The date and time when the export job expires.
- `[ExportJobStatus <String>]`: cloudPcExportJobStatus
- `[ExportUrl <String>]`: The storage account url of the exported report, it can be used to download the file.
- `[ExportUrl <String>]`: The storage account URL of the exported report. It can be used to download the file.
- `[Filter <String>]`: The filter applied on the report.
- `[Format <String>]`: The format of the exported report.
- `[ReportName <String>]`: cloudPcReportName
- `[RequestDateTime <DateTime?>]`: The date time when the export job was requested.
- `[RequestDateTime <DateTime?>]`: The date and time when the export job was requested.
- `[Select <String[]>]`: The selected columns of the report.

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Accept wildcard characters: False
```

### -ExpirationDateTime
The date time when the export job expires.
The date and time when the export job expires.

```yaml
Type: System.DateTime
Expand Down Expand Up @@ -124,7 +124,8 @@ Accept wildcard characters: False
```

### -ExportUrl
The storage account url of the exported report, it can be used to download the file.
The storage account URL of the exported report.
It can be used to download the file.

```yaml
Type: System.String
Expand Down Expand Up @@ -246,7 +247,7 @@ Accept wildcard characters: False
```

### -RequestDateTime
The date time when the export job was requested.
The date and time when the export job was requested.

```yaml
Type: System.DateTime
Expand Down Expand Up @@ -316,13 +317,13 @@ To create the parameters described below, construct a hash table containing the
BODYPARAMETER <IMicrosoftGraphCloudPcExportJob>: cloudPcExportJob
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
- `[ExpirationDateTime <DateTime?>]`: The date time when the export job expires.
- `[ExpirationDateTime <DateTime?>]`: The date and time when the export job expires.
- `[ExportJobStatus <String>]`: cloudPcExportJobStatus
- `[ExportUrl <String>]`: The storage account url of the exported report, it can be used to download the file.
- `[ExportUrl <String>]`: The storage account URL of the exported report. It can be used to download the file.
- `[Filter <String>]`: The filter applied on the report.
- `[Format <String>]`: The format of the exported report.
- `[ReportName <String>]`: cloudPcReportName
- `[RequestDateTime <DateTime?>]`: The date time when the export job was requested.
- `[RequestDateTime <DateTime?>]`: The date and time when the export job was requested.
- `[Select <String[]>]`: The selected columns of the report.

INPUTOBJECT <IDeviceManagementAdministrationIdentity>: Identity Parameter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Microsoft.Graph.DeviceManagement.Administration
Module Guid: 87380e30-9e41-4076-a5a9-176c238a0e71
Module Guid: 2605f878-6207-438e-b901-b41066ebfc00
Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.administration
Help Version: 1.0.0.0
Locale: en-US
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Microsoft.Graph.DeviceManagement
Module Guid: 2c96dc02-8c72-4b75-b52a-ee87323c3998
Module Guid: 8072d0d3-c0aa-453f-ad55-9b4d3dc0a527
Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement
Help Version: 1.0.0.0
Locale: en-US
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10316,13 +10316,13 @@ BODYPARAMETER <IMicrosoftGraphDeviceManagement1>: Singleton entity that acts as
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
- `[ExportJobs <IMicrosoftGraphCloudPcExportJob[]>]`: The export jobs created for downloading reports.
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
- `[ExpirationDateTime <DateTime?>]`: The date time when the export job expires.
- `[ExpirationDateTime <DateTime?>]`: The date and time when the export job expires.
- `[ExportJobStatus <String>]`: cloudPcExportJobStatus
- `[ExportUrl <String>]`: The storage account url of the exported report, it can be used to download the file.
- `[ExportUrl <String>]`: The storage account URL of the exported report. It can be used to download the file.
- `[Filter <String>]`: The filter applied on the report.
- `[Format <String>]`: The format of the exported report.
- `[ReportName <String>]`: cloudPcReportName
- `[RequestDateTime <DateTime?>]`: The date time when the export job was requested.
- `[RequestDateTime <DateTime?>]`: The date and time when the export job was requested.
- `[Select <String[]>]`: The selected columns of the report.
- `[ServicePlans <IMicrosoftGraphCloudPcServicePlan[]>]`: Cloud PC service plans.
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
Expand Down Expand Up @@ -50355,13 +50355,13 @@ VIRTUALENDPOINT <IMicrosoftGraphVirtualEndpoint>: virtualEndpoint
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
- `[ExportJobs <IMicrosoftGraphCloudPcExportJob[]>]`: The export jobs created for downloading reports.
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
- `[ExpirationDateTime <DateTime?>]`: The date time when the export job expires.
- `[ExpirationDateTime <DateTime?>]`: The date and time when the export job expires.
- `[ExportJobStatus <String>]`: cloudPcExportJobStatus
- `[ExportUrl <String>]`: The storage account url of the exported report, it can be used to download the file.
- `[ExportUrl <String>]`: The storage account URL of the exported report. It can be used to download the file.
- `[Filter <String>]`: The filter applied on the report.
- `[Format <String>]`: The format of the exported report.
- `[ReportName <String>]`: cloudPcReportName
- `[RequestDateTime <DateTime?>]`: The date time when the export job was requested.
- `[RequestDateTime <DateTime?>]`: The date and time when the export job was requested.
- `[Select <String[]>]`: The selected columns of the report.
- `[ServicePlans <IMicrosoftGraphCloudPcServicePlan[]>]`: Cloud PC service plans.
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Microsoft.Graph.DeviceManagement
Module Guid: 2c96dc02-8c72-4b75-b52a-ee87323c3998
Module Guid: 8072d0d3-c0aa-453f-ad55-9b4d3dc0a527
Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement
Help Version: 1.0.0.0
Locale: en-US
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ schema: 2.0.0

## SYNOPSIS
List all the categories associated with an assignment.
Only teachers, students, and applications with application permissions can perform this operation.

## SYNTAX

Expand All @@ -20,6 +21,7 @@ Get-MgEducationClassAssignmentCategoryByRef -EducationAssignmentId <String> -Edu

## DESCRIPTION
List all the categories associated with an assignment.
Only teachers, students, and applications with application permissions can perform this operation.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ schema: 2.0.0
Read the properties and relationships of an educationAssignmentDefaults object.
These are the class-level assignment defaults respected by new assignments created in the class.
Callers can continue to specify custom values on each **assignment** creation if they don't want the default behaviors.
Only teachers can perform this operation.

## SYNTAX

Expand All @@ -30,6 +31,7 @@ Get-MgEducationClassAssignmentDefault -InputObject <IEducationIdentity> [-Expand
Read the properties and relationships of an educationAssignmentDefaults object.
These are the class-level assignment defaults respected by new assignments created in the class.
Callers can continue to specify custom values on each **assignment** creation if they don't want the default behaviors.
Only teachers can perform this operation.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ schema: 2.0.0

## SYNOPSIS
Get the educationRubric object attached to an educationAssignment, if one exists.
Only teachers, students, and applications with application permissions can perform this operation.

## SYNTAX

Expand All @@ -26,6 +27,7 @@ Get-MgEducationClassAssignmentRubric -InputObject <IEducationIdentity> [-ExpandP

## DESCRIPTION
Get the educationRubric object attached to an educationAssignment, if one exists.
Only teachers, students, and applications with application permissions can perform this operation.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ schema: 2.0.0

## SYNOPSIS
Get the educationRubric object attached to an educationAssignment, if one exists.
Only teachers, students, and applications with application permissions can perform this operation.

## SYNTAX

Expand All @@ -25,6 +26,7 @@ Get-MgEducationClassAssignmentRubricByRef -InputObject <IEducationIdentity> [<Co

## DESCRIPTION
Get the educationRubric object attached to an educationAssignment, if one exists.
Only teachers, students, and applications with application permissions can perform this operation.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ schema: 2.0.0

## SYNOPSIS
Read the properties and relationships of an educationAssignmentSettings object.
Only teachers can perform this operation.

## SYNTAX

Expand All @@ -26,6 +27,7 @@ Get-MgEducationClassAssignmentSetting -InputObject <IEducationIdentity> [-Expand

## DESCRIPTION
Read the properties and relationships of an educationAssignmentSettings object.
Only teachers can perform this operation.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ schema: 2.0.0

## SYNOPSIS
List all the categories associated with an assignment.
Only teachers, students, and applications with application permissions can perform this operation.

## SYNTAX

Expand All @@ -20,6 +21,7 @@ Get-MgEducationMeAssignmentCategory -EducationAssignmentId <String> [-ExpandProp

## DESCRIPTION
List all the categories associated with an assignment.
Only teachers, students, and applications with application permissions can perform this operation.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ schema: 2.0.0

## SYNOPSIS
List all the categories associated with an assignment.
Only teachers, students, and applications with application permissions can perform this operation.

## SYNTAX

Expand All @@ -20,6 +21,7 @@ Get-MgEducationMeAssignmentCategoryByRef -EducationAssignmentId <String> [-Filte

## DESCRIPTION
List all the categories associated with an assignment.
Only teachers, students, and applications with application permissions can perform this operation.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ schema: 2.0.0

## SYNOPSIS
Get the educationRubric object attached to an educationAssignment, if one exists.
Only teachers, students, and applications with application permissions can perform this operation.

## SYNTAX

Expand All @@ -26,6 +27,7 @@ Get-MgEducationMeAssignmentRubric -InputObject <IEducationIdentity> [-ExpandProp

## DESCRIPTION
Get the educationRubric object attached to an educationAssignment, if one exists.
Only teachers, students, and applications with application permissions can perform this operation.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ schema: 2.0.0

## SYNOPSIS
Get the educationRubric object attached to an educationAssignment, if one exists.
Only teachers, students, and applications with application permissions can perform this operation.

## SYNTAX

Expand All @@ -24,6 +25,7 @@ Get-MgEducationMeAssignmentRubricByRef -InputObject <IEducationIdentity> [<Commo

## DESCRIPTION
Get the educationRubric object attached to an educationAssignment, if one exists.
Only teachers, students, and applications with application permissions can perform this operation.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ schema: 2.0.0

## SYNOPSIS
List all the categories associated with an assignment.
Only teachers, students, and applications with application permissions can perform this operation.

## SYNTAX

Expand All @@ -20,6 +21,7 @@ Get-MgEducationUserAssignmentCategory -EducationAssignmentId <String> -Education

## DESCRIPTION
List all the categories associated with an assignment.
Only teachers, students, and applications with application permissions can perform this operation.

## EXAMPLES

Expand Down
Loading