Skip to content

Weekly PowerShell Microsoft Graph Reference Docs Refresh #693

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Microsoft.Graph.Applications
Module Guid: f9259d19-d241-4bc1-a79f-10dc759eb03d
Module Guid: a8b227fa-7926-472a-a042-a8b2e7243050
Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.applications/?view=graph-powershell-1.0
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.BackupRestore
Module Guid: efd8e9b9-f439-4644-a681-5460e2ba2190
Module Guid: c587b60a-c104-4b46-866a-4ac970a8c94d
Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.backuprestore/?view=graph-powershell-1.0
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.Bookings
Module Guid: a8a0c128-4349-4c75-9e5a-bf8d40b11033
Module Guid: c3dd6561-c367-479c-86eb-8150f152ec23
Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.bookings/?view=graph-powershell-1.0
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.Calendar
Module Guid: f57fbe35-578f-4ce0-9631-f245a0012d84
Module Guid: b88904e3-e73d-4b77-b4df-7168c960a01d
Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/?view=graph-powershell-1.0
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.ChangeNotifications
Module Guid: 49e4f391-8077-4aea-ac8f-79f845543d8d
Module Guid: eaf9aaf6-17cd-4577-80f2-c95eeed0e0e6
Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.changenotifications/?view=graph-powershell-1.0
Help Version: 1.0.0.0
Locale: en-US
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ ms.subservice: teams

## SYNOPSIS
Get a callRecording object associated with a scheduled onlineMeeting.
This API doesn't support getting call recordings from channel meetings.
This API supports the retrieval of call transcripts from private chat meetings and channel meetings.
However, private channel meetings are not supported at this time.
For a recording, this API returns the metadata of the single recording associated with the online meeting.
For the content of a recording, this API returns the stream of bytes associated with the recording.

Expand Down Expand Up @@ -61,7 +62,8 @@ Get-MgUserOnlineMeetingRecording -InputObject <ICloudCommunicationsIdentity> [-E

## DESCRIPTION
Get a callRecording object associated with a scheduled onlineMeeting.
This API doesn't support getting call recordings from channel meetings.
This API supports the retrieval of call transcripts from private chat meetings and channel meetings.
However, private channel meetings are not supported at this time.
For a recording, this API returns the metadata of the single recording associated with the online meeting.
For the content of a recording, this API returns the stream of bytes associated with the recording.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ ms.subservice: teams

## SYNOPSIS
Retrieve a callTranscript object associated with a scheduled onlineMeeting.
This API doesn't support getting call transcripts from channel meetings.
This API supports the retrieval of call transcripts from private chat meetings and channel meetings.
However, private channel meetings are not supported at this time.
Retrieving the transcript returns the metadata of the single transcript associated with the online meeting.
Retrieving the content of the transcript returns the stream of text associated with the transcript.

Expand Down Expand Up @@ -62,7 +63,8 @@ Get-MgUserOnlineMeetingTranscript -InputObject <ICloudCommunicationsIdentity> [-

## DESCRIPTION
Retrieve a callTranscript object associated with a scheduled onlineMeeting.
This API doesn't support getting call transcripts from channel meetings.
This API supports the retrieval of call transcripts from private chat meetings and channel meetings.
However, private channel meetings are not supported at this time.
Retrieving the transcript returns the metadata of the single transcript associated with the online meeting.
Retrieving the content of the transcript returns the stream of text associated with the transcript.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ ms.subservice: teams

## SYNOPSIS
Retrieve a callTranscript object associated with a scheduled onlineMeeting.
This API doesn't support getting call transcripts from channel meetings.
This API supports the retrieval of call transcripts from private chat meetings and channel meetings.
However, private channel meetings are not supported at this time.
Retrieving the transcript returns the metadata of the single transcript associated with the online meeting.
Retrieving the content of the transcript returns the stream of text associated with the transcript.

Expand All @@ -35,7 +36,8 @@ Get-MgUserOnlineMeetingTranscriptContent -InputObject <ICloudCommunicationsIdent

## DESCRIPTION
Retrieve a callTranscript object associated with a scheduled onlineMeeting.
This API doesn't support getting call transcripts from channel meetings.
This API supports the retrieval of call transcripts from private chat meetings and channel meetings.
However, private channel meetings are not supported at this time.
Retrieving the transcript returns the metadata of the single transcript associated with the online meeting.
Retrieving the content of the transcript returns the stream of text associated with the transcript.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ ms.subservice: teams

## SYNOPSIS
Retrieve a callTranscript object associated with a scheduled onlineMeeting.
This API doesn't support getting call transcripts from channel meetings.
This API supports the retrieval of call transcripts from private chat meetings and channel meetings.
However, private channel meetings are not supported at this time.
Retrieving the transcript returns the metadata of the single transcript associated with the online meeting.
Retrieving the content of the transcript returns the stream of text associated with the transcript.

Expand All @@ -35,7 +36,8 @@ Get-MgUserOnlineMeetingTranscriptMetadataContent -InputObject <ICloudCommunicati

## DESCRIPTION
Retrieve a callTranscript object associated with a scheduled onlineMeeting.
This API doesn't support getting call transcripts from channel meetings.
This API supports the retrieval of call transcripts from private chat meetings and channel meetings.
However, private channel meetings are not supported at this time.
Retrieving the transcript returns the metadata of the single transcript associated with the online meeting.
Retrieving the content of the transcript returns the stream of text associated with the transcript.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Microsoft.Graph.CloudCommunications
Module Guid: fec12fb4-3aa4-47ef-b912-acd6c4e42471
Module Guid: 09b4d6e2-8d23-46a8-96a0-cecd00fc196d
Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/?view=graph-powershell-1.0
Help Version: 1.0.0.0
Locale: en-US
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[BandwidthLowEventRatio <Single?>]`: Fraction of the call that the media endpoint detected the available bandwidth or bandwidth policy was low enough to cause poor quality of the audio sent.
- `[BasicServiceSetIdentifier <String>]`: The wireless LAN basic service set identifier of the media endpoint used to connect to the network.
This property isn't available if the user disables precise location sharing in their operating system or Microsoft Teams app settings.
- `[ConnectionType <String>]`: networkConnectionType
- `[DelayEventRatio <Single?>]`: Fraction of the call that the media endpoint detected the network delay was significant enough to impact the ability to have real-time two-way communication.
- `[DnsSuffix <String>]`: DNS suffix associated with the network adapter of the media endpoint.
Expand Down Expand Up @@ -585,6 +586,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[BandwidthLowEventRatio <Single?>]`: Fraction of the call that the media endpoint detected the available bandwidth or bandwidth policy was low enough to cause poor quality of the audio sent.
- `[BasicServiceSetIdentifier <String>]`: The wireless LAN basic service set identifier of the media endpoint used to connect to the network.
This property isn't available if the user disables precise location sharing in their operating system or Microsoft Teams app settings.
- `[ConnectionType <String>]`: networkConnectionType
- `[DelayEventRatio <Single?>]`: Fraction of the call that the media endpoint detected the network delay was significant enough to impact the ability to have real-time two-way communication.
- `[DnsSuffix <String>]`: DNS suffix associated with the network adapter of the media endpoint.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[BandwidthLowEventRatio <Single?>]`: Fraction of the call that the media endpoint detected the available bandwidth or bandwidth policy was low enough to cause poor quality of the audio sent.
- `[BasicServiceSetIdentifier <String>]`: The wireless LAN basic service set identifier of the media endpoint used to connect to the network.
This property isn't available if the user disables precise location sharing in their operating system or Microsoft Teams app settings.
- `[ConnectionType <String>]`: networkConnectionType
- `[DelayEventRatio <Single?>]`: Fraction of the call that the media endpoint detected the network delay was significant enough to impact the ability to have real-time two-way communication.
- `[DnsSuffix <String>]`: DNS suffix associated with the network adapter of the media endpoint.
Expand Down Expand Up @@ -600,6 +601,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[BandwidthLowEventRatio <Single?>]`: Fraction of the call that the media endpoint detected the available bandwidth or bandwidth policy was low enough to cause poor quality of the audio sent.
- `[BasicServiceSetIdentifier <String>]`: The wireless LAN basic service set identifier of the media endpoint used to connect to the network.
This property isn't available if the user disables precise location sharing in their operating system or Microsoft Teams app settings.
- `[ConnectionType <String>]`: networkConnectionType
- `[DelayEventRatio <Single?>]`: Fraction of the call that the media endpoint detected the network delay was significant enough to impact the ability to have real-time two-way communication.
- `[DnsSuffix <String>]`: DNS suffix associated with the network adapter of the media endpoint.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Microsoft.Graph.Compliance
Module Guid: 2e3571f3-b9f4-4e63-b2bd-223d24a97951
Module Guid: b2dcace8-4914-413e-838d-6214ac62a436
Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.compliance/?view=graph-powershell-1.0
Help Version: 1.0.0.0
Locale: en-US
Expand Down
Loading