diff --git a/src/Bookings/v1.0/examples/Get-MgBookingBusinessAppointment.md b/src/Bookings/v1.0/examples/Get-MgBookingBusinessAppointment.md
index f6c6949389e..ae1cff21186 100644
--- a/src/Bookings/v1.0/examples/Get-MgBookingBusinessAppointment.md
+++ b/src/Bookings/v1.0/examples/Get-MgBookingBusinessAppointment.md
@@ -1,17 +1,9 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Bookings
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+Get-MgBookingBusinessAppointment -BookingBusinessId $bookingBusinessId -BookingAppointmentId $bookingAppointmentId
+```
+This example shows how to use the Get-MgBookingBusinessAppointment Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Bookings/v1.0/examples/Get-MgBookingBusinessCalendarView.md b/src/Bookings/v1.0/examples/Get-MgBookingBusinessCalendarView.md
index f6c6949389e..d578be201ed 100644
--- a/src/Bookings/v1.0/examples/Get-MgBookingBusinessCalendarView.md
+++ b/src/Bookings/v1.0/examples/Get-MgBookingBusinessCalendarView.md
@@ -1,17 +1,9 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Bookings
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+Get-MgBookingBusinessCalendarView -BookingBusinessId $bookingBusinessId -Start "2018-04-30T00:00:00Z" -End "2018-05-10T00:00:00Z"
+```
+This example shows how to use the Get-MgBookingBusinessCalendarView Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Bookings/v1.0/examples/Get-MgBookingBusinessCustomQuestion.md b/src/Bookings/v1.0/examples/Get-MgBookingBusinessCustomQuestion.md
index f6c6949389e..9dcc8288f3c 100644
--- a/src/Bookings/v1.0/examples/Get-MgBookingBusinessCustomQuestion.md
+++ b/src/Bookings/v1.0/examples/Get-MgBookingBusinessCustomQuestion.md
@@ -1,17 +1,9 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Bookings
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+Get-MgBookingBusinessCustomQuestion -BookingBusinessId $bookingBusinessId -BookingCustomQuestionId $bookingCustomQuestionId
+```
+This example shows how to use the Get-MgBookingBusinessCustomQuestion Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Bookings/v1.0/examples/Get-MgBookingBusinessCustomer.md b/src/Bookings/v1.0/examples/Get-MgBookingBusinessCustomer.md
index f6c6949389e..322d0b0202a 100644
--- a/src/Bookings/v1.0/examples/Get-MgBookingBusinessCustomer.md
+++ b/src/Bookings/v1.0/examples/Get-MgBookingBusinessCustomer.md
@@ -1,17 +1,9 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Bookings
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+Get-MgBookingBusinessCustomer -BookingBusinessId $bookingBusinessId -BookingCustomerBaseId $bookingCustomerBaseId
+```
+This example shows how to use the Get-MgBookingBusinessCustomer Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Bookings/v1.0/examples/Get-MgBookingCurrency.md b/src/Bookings/v1.0/examples/Get-MgBookingCurrency.md
index f6c6949389e..58e5b089361 100644
--- a/src/Bookings/v1.0/examples/Get-MgBookingCurrency.md
+++ b/src/Bookings/v1.0/examples/Get-MgBookingCurrency.md
@@ -1,17 +1,9 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Bookings
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+Get-MgBookingCurrency -BookingCurrencyId $bookingCurrencyId
+```
+This example shows how to use the Get-MgBookingCurrency Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Bookings/v1.0/examples/New-MgBookingBusiness.md b/src/Bookings/v1.0/examples/New-MgBookingBusiness.md
index f6c6949389e..cec0e065fc0 100644
--- a/src/Bookings/v1.0/examples/New-MgBookingBusiness.md
+++ b/src/Bookings/v1.0/examples/New-MgBookingBusiness.md
@@ -1,17 +1,25 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Bookings
-{{ Add description here }}
+$params = @{
+ displayName = "Fourth Coffee"
+ address = @{
+ postOfficeBox = "P.O. Box 123"
+ street = "4567 Main Street"
+ city = "Buffalo"
+ state = "NY"
+ countryOrRegion = "USA"
+ postalCode = "98052"
+ }
+ phone = "206-555-0100"
+ email = "manager@fourthcoffee.com"
+ webSiteUrl = "https://www.fourthcoffee.com"
+ defaultCurrencyIso = "USD"
+}
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+New-MgBookingBusiness -BodyParameter $params
+```
+This example shows how to use the New-MgBookingBusiness Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Bookings/v1.0/examples/New-MgBookingBusinessCustomQuestion.md b/src/Bookings/v1.0/examples/New-MgBookingBusinessCustomQuestion.md
index f6c6949389e..ac09b57e8f6 100644
--- a/src/Bookings/v1.0/examples/New-MgBookingBusinessCustomQuestion.md
+++ b/src/Bookings/v1.0/examples/New-MgBookingBusinessCustomQuestion.md
@@ -1,17 +1,17 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Bookings
-{{ Add description here }}
+$params = @{
+ "@odata.type" = "#microsoft.graph.bookingCustomQuestion"
+ displayName = "What is your age?"
+ answerInputType = "text"
+ answerOptions = @(
+ )
+}
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+New-MgBookingBusinessCustomQuestion -BookingBusinessId $bookingBusinessId -BodyParameter $params
+```
+This example shows how to use the New-MgBookingBusinessCustomQuestion Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Bookings/v1.0/examples/New-MgBookingBusinessCustomer.md b/src/Bookings/v1.0/examples/New-MgBookingBusinessCustomer.md
index f6c6949389e..8baf7637773 100644
--- a/src/Bookings/v1.0/examples/New-MgBookingBusinessCustomer.md
+++ b/src/Bookings/v1.0/examples/New-MgBookingBusinessCustomer.md
@@ -1,17 +1,19 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Bookings
-{{ Add description here }}
+$params = @{
+ "@odata.type" = "#microsoft.graph.bookingCustomer"
+ displayName = "Joni Sherman"
+ emailAddress = "jonis@relecloud.com"
+ addresses = @(
+ )
+ phones = @(
+ )
+}
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+New-MgBookingBusinessCustomer -BookingBusinessId $bookingBusinessId -BodyParameter $params
+```
+This example shows how to use the New-MgBookingBusinessCustomer Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Bookings/v1.0/examples/New-MgBookingBusinessStaffMember.md b/src/Bookings/v1.0/examples/New-MgBookingBusinessStaffMember.md
index f6c6949389e..d029a30b9a8 100644
--- a/src/Bookings/v1.0/examples/New-MgBookingBusinessStaffMember.md
+++ b/src/Bookings/v1.0/examples/New-MgBookingBusinessStaffMember.md
@@ -1,17 +1,88 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Bookings
-{{ Add description here }}
+$params = @{
+ "@odata.type" = "#microsoft.graph.bookingStaffMember"
+ displayName = "Dana Swope"
+ emailAddress = "danas@contoso.com"
+ "role@odata.type" = "#microsoft.graph.bookingStaffRole"
+ role = "externalGuest"
+ timeZone = "America/Chicago"
+ useBusinessHours = $true
+ "workingHours@odata.type" = "#Collection(microsoft.graph.bookingWorkHours)"
+ workingHours = @(
+ @{
+ "@odata.type" = "#microsoft.graph.bookingWorkHours"
+ "day@odata.type" = "#microsoft.graph.dayOfWeek"
+ day = "monday"
+ "timeSlots@odata.type" = "#Collection(microsoft.graph.bookingWorkTimeSlot)"
+ timeSlots = @(
+ @{
+ "@odata.type" = "#microsoft.graph.bookingWorkTimeSlot"
+ endTime = "17:00:00.0000000"
+ startTime = "08:00:00.0000000"
+ }
+ )
+ }
+ @{
+ "@odata.type" = "#microsoft.graph.bookingWorkHours"
+ "day@odata.type" = "#microsoft.graph.dayOfWeek"
+ day = "tuesday"
+ "timeSlots@odata.type" = "#Collection(microsoft.graph.bookingWorkTimeSlot)"
+ timeSlots = @(
+ @{
+ "@odata.type" = "#microsoft.graph.bookingWorkTimeSlot"
+ endTime = "17:00:00.0000000"
+ startTime = "08:00:00.0000000"
+ }
+ )
+ }
+ @{
+ "@odata.type" = "#microsoft.graph.bookingWorkHours"
+ "day@odata.type" = "#microsoft.graph.dayOfWeek"
+ day = "wednesday"
+ "timeSlots@odata.type" = "#Collection(microsoft.graph.bookingWorkTimeSlot)"
+ timeSlots = @(
+ @{
+ "@odata.type" = "#microsoft.graph.bookingWorkTimeSlot"
+ endTime = "17:00:00.0000000"
+ startTime = "08:00:00.0000000"
+ }
+ )
+ }
+ @{
+ "@odata.type" = "#microsoft.graph.bookingWorkHours"
+ "day@odata.type" = "#microsoft.graph.dayOfWeek"
+ day = "thursday"
+ "timeSlots@odata.type" = "#Collection(microsoft.graph.bookingWorkTimeSlot)"
+ timeSlots = @(
+ @{
+ "@odata.type" = "#microsoft.graph.bookingWorkTimeSlot"
+ endTime = "17:00:00.0000000"
+ startTime = "08:00:00.0000000"
+ }
+ )
+ }
+ @{
+ "@odata.type" = "#microsoft.graph.bookingWorkHours"
+ "day@odata.type" = "#microsoft.graph.dayOfWeek"
+ day = "friday"
+ "timeSlots@odata.type" = "#Collection(microsoft.graph.bookingWorkTimeSlot)"
+ timeSlots = @(
+ @{
+ "@odata.type" = "#microsoft.graph.bookingWorkTimeSlot"
+ endTime = "17:00:00.0000000"
+ startTime = "08:00:00.0000000"
+ }
+ )
+ }
+ )
+ isEmailNotificationEnabled = $false
+}
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+New-MgBookingBusinessStaffMember -BookingBusinessId $bookingBusinessId -BodyParameter $params
+```
+This example shows how to use the New-MgBookingBusinessStaffMember Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Bookings/v1.0/examples/Remove-MgBookingBusinessAppointment.md b/src/Bookings/v1.0/examples/Remove-MgBookingBusinessAppointment.md
index f6c6949389e..23125c1fa44 100644
--- a/src/Bookings/v1.0/examples/Remove-MgBookingBusinessAppointment.md
+++ b/src/Bookings/v1.0/examples/Remove-MgBookingBusinessAppointment.md
@@ -1,17 +1,9 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Bookings
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+Remove-MgBookingBusinessAppointment -BookingBusinessId $bookingBusinessId -BookingAppointmentId $bookingAppointmentId
+```
+This example shows how to use the Remove-MgBookingBusinessAppointment Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Bookings/v1.0/examples/Remove-MgBookingBusinessCustomQuestion.md b/src/Bookings/v1.0/examples/Remove-MgBookingBusinessCustomQuestion.md
index f6c6949389e..48acb7eeaab 100644
--- a/src/Bookings/v1.0/examples/Remove-MgBookingBusinessCustomQuestion.md
+++ b/src/Bookings/v1.0/examples/Remove-MgBookingBusinessCustomQuestion.md
@@ -1,17 +1,9 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Bookings
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+Remove-MgBookingBusinessCustomQuestion -BookingBusinessId $bookingBusinessId -BookingCustomQuestionId $bookingCustomQuestionId
+```
+This example shows how to use the Remove-MgBookingBusinessCustomQuestion Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Bookings/v1.0/examples/Remove-MgBookingBusinessCustomer.md b/src/Bookings/v1.0/examples/Remove-MgBookingBusinessCustomer.md
index f6c6949389e..c233fb1cbd8 100644
--- a/src/Bookings/v1.0/examples/Remove-MgBookingBusinessCustomer.md
+++ b/src/Bookings/v1.0/examples/Remove-MgBookingBusinessCustomer.md
@@ -1,17 +1,9 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Bookings
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+Remove-MgBookingBusinessCustomer -BookingBusinessId $bookingBusinessId -BookingCustomerBaseId $bookingCustomerBaseId
+```
+This example shows how to use the Remove-MgBookingBusinessCustomer Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Bookings/v1.0/examples/Update-MgBookingBusiness.md b/src/Bookings/v1.0/examples/Update-MgBookingBusiness.md
index f6c6949389e..5e24fe9c7e8 100644
--- a/src/Bookings/v1.0/examples/Update-MgBookingBusiness.md
+++ b/src/Bookings/v1.0/examples/Update-MgBookingBusiness.md
@@ -1,17 +1,20 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Bookings
-{{ Add description here }}
+$params = @{
+ email = "admin@fabrikam.com"
+ schedulingPolicy = @{
+ timeSlotInterval = "PT60M"
+ minimumLeadTime = "P1D"
+ maximumAdvance = "P30D"
+ sendConfirmationsToOwner = $true
+ allowStaffSelection = $true
+ }
+}
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+Update-MgBookingBusiness -BookingBusinessId $bookingBusinessId -BodyParameter $params
+```
+This example shows how to use the Update-MgBookingBusiness Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Bookings/v1.0/examples/Update-MgBookingBusinessCustomQuestion.md b/src/Bookings/v1.0/examples/Update-MgBookingBusinessCustomQuestion.md
index f6c6949389e..fb3fb84f96d 100644
--- a/src/Bookings/v1.0/examples/Update-MgBookingBusinessCustomQuestion.md
+++ b/src/Bookings/v1.0/examples/Update-MgBookingBusinessCustomQuestion.md
@@ -1,17 +1,17 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Bookings
-{{ Add description here }}
+$params = @{
+ "@odata.type" = "#microsoft.graph.bookingCustomQuestion"
+ displayName = "What is your age?"
+ answerInputType = "text"
+ answerOptions = @(
+ )
+}
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+Update-MgBookingBusinessCustomQuestion -BookingBusinessId $bookingBusinessId -BookingCustomQuestionId $bookingCustomQuestionId -BodyParameter $params
+```
+This example shows how to use the Update-MgBookingBusinessCustomQuestion Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Bookings/v1.0/examples/Update-MgBookingBusinessCustomer.md b/src/Bookings/v1.0/examples/Update-MgBookingBusinessCustomer.md
index f6c6949389e..05767040083 100644
--- a/src/Bookings/v1.0/examples/Update-MgBookingBusinessCustomer.md
+++ b/src/Bookings/v1.0/examples/Update-MgBookingBusinessCustomer.md
@@ -1,17 +1,15 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Bookings
-{{ Add description here }}
+$params = @{
+ "@odata.type" = "#microsoft.graph.bookingCustomer"
+ displayName = "Adele"
+ emailAddress = "adele@relecloud.com"
+}
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+Update-MgBookingBusinessCustomer -BookingBusinessId $bookingBusinessId -BookingCustomerBaseId $bookingCustomerBaseId -BodyParameter $params
+```
+This example shows how to use the Update-MgBookingBusinessCustomer Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Files/beta/examples/Get-MgBetaDriveFollowingContent.md b/src/Files/beta/examples/Get-MgBetaDriveFollowingContent.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/beta/examples/Get-MgBetaDriveFollowingContent.md
+++ b/src/Files/beta/examples/Get-MgBetaDriveFollowingContent.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/beta/examples/Get-MgBetaDriveRoot.md b/src/Files/beta/examples/Get-MgBetaDriveRoot.md
index 093355d11d5..f72261302fa 100644
--- a/src/Files/beta/examples/Get-MgBetaDriveRoot.md
+++ b/src/Files/beta/examples/Get-MgBetaDriveRoot.md
@@ -1,18 +1,9 @@
-### Example 1: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
-
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+```powershell
Import-Module Microsoft.Graph.Beta.Files
+Get-MgBetaDriveRoot -DriveId $driveId
+```
+This example shows how to use the Get-MgBetaDriveRoot Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Files/beta/examples/Get-MgBetaDriveRootContent.md b/src/Files/beta/examples/Get-MgBetaDriveRootContent.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/beta/examples/Get-MgBetaDriveRootContent.md
+++ b/src/Files/beta/examples/Get-MgBetaDriveRootContent.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/beta/examples/Get-MgBetaDriveSpecial.md b/src/Files/beta/examples/Get-MgBetaDriveSpecial.md
index 093355d11d5..2b06b05dba0 100644
--- a/src/Files/beta/examples/Get-MgBetaDriveSpecial.md
+++ b/src/Files/beta/examples/Get-MgBetaDriveSpecial.md
@@ -1,18 +1,9 @@
-### Example 1: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
-
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+```powershell
Import-Module Microsoft.Graph.Beta.Files
+Get-MgBetaDriveSpecial -DriveId $driveId -DriveItemId $driveItemId
+```
+This example shows how to use the Get-MgBetaDriveSpecial Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Files/beta/examples/Get-MgBetaGroupDriveFollowingContent.md b/src/Files/beta/examples/Get-MgBetaGroupDriveFollowingContent.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/beta/examples/Get-MgBetaGroupDriveFollowingContent.md
+++ b/src/Files/beta/examples/Get-MgBetaGroupDriveFollowingContent.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/beta/examples/Get-MgBetaGroupDriveRoot.md b/src/Files/beta/examples/Get-MgBetaGroupDriveRoot.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/beta/examples/Get-MgBetaGroupDriveRoot.md
+++ b/src/Files/beta/examples/Get-MgBetaGroupDriveRoot.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/beta/examples/Get-MgBetaGroupDriveRootContent.md b/src/Files/beta/examples/Get-MgBetaGroupDriveRootContent.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/beta/examples/Get-MgBetaGroupDriveRootContent.md
+++ b/src/Files/beta/examples/Get-MgBetaGroupDriveRootContent.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/beta/examples/Get-MgBetaGroupDriveSpecial.md b/src/Files/beta/examples/Get-MgBetaGroupDriveSpecial.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/beta/examples/Get-MgBetaGroupDriveSpecial.md
+++ b/src/Files/beta/examples/Get-MgBetaGroupDriveSpecial.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/beta/examples/Get-MgBetaUserDriveFollowingContent.md b/src/Files/beta/examples/Get-MgBetaUserDriveFollowingContent.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/beta/examples/Get-MgBetaUserDriveFollowingContent.md
+++ b/src/Files/beta/examples/Get-MgBetaUserDriveFollowingContent.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/beta/examples/Get-MgBetaUserDriveRoot.md b/src/Files/beta/examples/Get-MgBetaUserDriveRoot.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/beta/examples/Get-MgBetaUserDriveRoot.md
+++ b/src/Files/beta/examples/Get-MgBetaUserDriveRoot.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/beta/examples/Get-MgBetaUserDriveRootContent.md b/src/Files/beta/examples/Get-MgBetaUserDriveRootContent.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/beta/examples/Get-MgBetaUserDriveRootContent.md
+++ b/src/Files/beta/examples/Get-MgBetaUserDriveRootContent.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/beta/examples/Get-MgBetaUserDriveSpecial.md b/src/Files/beta/examples/Get-MgBetaUserDriveSpecial.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/beta/examples/Get-MgBetaUserDriveSpecial.md
+++ b/src/Files/beta/examples/Get-MgBetaUserDriveSpecial.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/beta/examples/Remove-MgBetaDriveItem.md b/src/Files/beta/examples/Remove-MgBetaDriveItem.md
index 093355d11d5..bedd6f6d3b9 100644
--- a/src/Files/beta/examples/Remove-MgBetaDriveItem.md
+++ b/src/Files/beta/examples/Remove-MgBetaDriveItem.md
@@ -1,18 +1,9 @@
-### Example 1: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
-
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+```powershell
Import-Module Microsoft.Graph.Beta.Files
+Remove-MgBetaDriveItem -DriveId $driveId -DriveItemId $driveItemId
+```
+This example shows how to use the Remove-MgBetaDriveItem Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Files/beta/examples/Remove-MgBetaGroupDriveItem.md b/src/Files/beta/examples/Remove-MgBetaGroupDriveItem.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/beta/examples/Remove-MgBetaGroupDriveItem.md
+++ b/src/Files/beta/examples/Remove-MgBetaGroupDriveItem.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/beta/examples/Remove-MgBetaUserDriveItem.md b/src/Files/beta/examples/Remove-MgBetaUserDriveItem.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/beta/examples/Remove-MgBetaUserDriveItem.md
+++ b/src/Files/beta/examples/Remove-MgBetaUserDriveItem.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/beta/examples/Update-MgBetaDriveItem.md b/src/Files/beta/examples/Update-MgBetaDriveItem.md
index 093355d11d5..3122f8726c4 100644
--- a/src/Files/beta/examples/Update-MgBetaDriveItem.md
+++ b/src/Files/beta/examples/Update-MgBetaDriveItem.md
@@ -1,18 +1,13 @@
-### Example 1: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Beta.Files
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+$params = @{
+ name = "new-file-name.docx"
+}
+Update-MgBetaDriveItem -DriveId $driveId -DriveItemId $driveItemId -BodyParameter $params
+```
+This example shows how to use the Update-MgBetaDriveItem Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Files/beta/examples/Update-MgBetaGroupDriveItem.md b/src/Files/beta/examples/Update-MgBetaGroupDriveItem.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/beta/examples/Update-MgBetaGroupDriveItem.md
+++ b/src/Files/beta/examples/Update-MgBetaGroupDriveItem.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/beta/examples/Update-MgBetaUserDriveItem.md b/src/Files/beta/examples/Update-MgBetaUserDriveItem.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/beta/examples/Update-MgBetaUserDriveItem.md
+++ b/src/Files/beta/examples/Update-MgBetaUserDriveItem.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/v1.0/examples/Get-MgDriveFollowing.md b/src/Files/v1.0/examples/Get-MgDriveFollowing.md
index 093355d11d5..1e096575092 100644
--- a/src/Files/v1.0/examples/Get-MgDriveFollowing.md
+++ b/src/Files/v1.0/examples/Get-MgDriveFollowing.md
@@ -1,18 +1,9 @@
-### Example 1: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
-
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+```powershell
Import-Module Microsoft.Graph.Files
+Get-MgDriveFollowing -DriveId $driveId
+```
+This example shows how to use the Get-MgDriveFollowing Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Files/v1.0/examples/Get-MgDriveFollowingContent.md b/src/Files/v1.0/examples/Get-MgDriveFollowingContent.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/v1.0/examples/Get-MgDriveFollowingContent.md
+++ b/src/Files/v1.0/examples/Get-MgDriveFollowingContent.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/v1.0/examples/Get-MgDriveRoot.md b/src/Files/v1.0/examples/Get-MgDriveRoot.md
index 093355d11d5..6135f67c7d9 100644
--- a/src/Files/v1.0/examples/Get-MgDriveRoot.md
+++ b/src/Files/v1.0/examples/Get-MgDriveRoot.md
@@ -1,18 +1,9 @@
-### Example 1: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
-
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+```powershell
Import-Module Microsoft.Graph.Files
+Get-MgDriveRoot -DriveId $driveId
+```
+This example shows how to use the Get-MgDriveRoot Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Files/v1.0/examples/Get-MgDriveRootContent.md b/src/Files/v1.0/examples/Get-MgDriveRootContent.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/v1.0/examples/Get-MgDriveRootContent.md
+++ b/src/Files/v1.0/examples/Get-MgDriveRootContent.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/v1.0/examples/Get-MgDriveSpecial.md b/src/Files/v1.0/examples/Get-MgDriveSpecial.md
index 093355d11d5..7593518dde6 100644
--- a/src/Files/v1.0/examples/Get-MgDriveSpecial.md
+++ b/src/Files/v1.0/examples/Get-MgDriveSpecial.md
@@ -1,18 +1,9 @@
-### Example 1: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
-
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+```powershell
Import-Module Microsoft.Graph.Files
+Get-MgDriveSpecial -DriveId $driveId -DriveItemId $driveItemId
+```
+This example shows how to use the Get-MgDriveSpecial Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Files/v1.0/examples/Get-MgGroupDriveFollowing.md b/src/Files/v1.0/examples/Get-MgGroupDriveFollowing.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/v1.0/examples/Get-MgGroupDriveFollowing.md
+++ b/src/Files/v1.0/examples/Get-MgGroupDriveFollowing.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/v1.0/examples/Get-MgGroupDriveFollowingContent.md b/src/Files/v1.0/examples/Get-MgGroupDriveFollowingContent.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/v1.0/examples/Get-MgGroupDriveFollowingContent.md
+++ b/src/Files/v1.0/examples/Get-MgGroupDriveFollowingContent.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/v1.0/examples/Get-MgGroupDriveRoot.md b/src/Files/v1.0/examples/Get-MgGroupDriveRoot.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/v1.0/examples/Get-MgGroupDriveRoot.md
+++ b/src/Files/v1.0/examples/Get-MgGroupDriveRoot.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/v1.0/examples/Get-MgGroupDriveRootContent.md b/src/Files/v1.0/examples/Get-MgGroupDriveRootContent.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/v1.0/examples/Get-MgGroupDriveRootContent.md
+++ b/src/Files/v1.0/examples/Get-MgGroupDriveRootContent.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/v1.0/examples/Get-MgGroupDriveSpecial.md b/src/Files/v1.0/examples/Get-MgGroupDriveSpecial.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/v1.0/examples/Get-MgGroupDriveSpecial.md
+++ b/src/Files/v1.0/examples/Get-MgGroupDriveSpecial.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/v1.0/examples/Get-MgUserDriveFollowing.md b/src/Files/v1.0/examples/Get-MgUserDriveFollowing.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/v1.0/examples/Get-MgUserDriveFollowing.md
+++ b/src/Files/v1.0/examples/Get-MgUserDriveFollowing.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/v1.0/examples/Get-MgUserDriveFollowingContent.md b/src/Files/v1.0/examples/Get-MgUserDriveFollowingContent.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/v1.0/examples/Get-MgUserDriveFollowingContent.md
+++ b/src/Files/v1.0/examples/Get-MgUserDriveFollowingContent.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/v1.0/examples/Get-MgUserDriveRoot.md b/src/Files/v1.0/examples/Get-MgUserDriveRoot.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/v1.0/examples/Get-MgUserDriveRoot.md
+++ b/src/Files/v1.0/examples/Get-MgUserDriveRoot.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/v1.0/examples/Get-MgUserDriveRootContent.md b/src/Files/v1.0/examples/Get-MgUserDriveRootContent.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/v1.0/examples/Get-MgUserDriveRootContent.md
+++ b/src/Files/v1.0/examples/Get-MgUserDriveRootContent.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/v1.0/examples/Get-MgUserDriveSpecial.md b/src/Files/v1.0/examples/Get-MgUserDriveSpecial.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/v1.0/examples/Get-MgUserDriveSpecial.md
+++ b/src/Files/v1.0/examples/Get-MgUserDriveSpecial.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/v1.0/examples/Remove-MgDriveItem.md b/src/Files/v1.0/examples/Remove-MgDriveItem.md
index 093355d11d5..b79efdd1b48 100644
--- a/src/Files/v1.0/examples/Remove-MgDriveItem.md
+++ b/src/Files/v1.0/examples/Remove-MgDriveItem.md
@@ -1,18 +1,9 @@
-### Example 1: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
-
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+```powershell
Import-Module Microsoft.Graph.Files
+Remove-MgDriveItem -DriveId $driveId -DriveItemId $driveItemId
+```
+This example shows how to use the Remove-MgDriveItem Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Files/v1.0/examples/Remove-MgGroupDriveItem.md b/src/Files/v1.0/examples/Remove-MgGroupDriveItem.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/v1.0/examples/Remove-MgGroupDriveItem.md
+++ b/src/Files/v1.0/examples/Remove-MgGroupDriveItem.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/v1.0/examples/Remove-MgUserDriveItem.md b/src/Files/v1.0/examples/Remove-MgUserDriveItem.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/v1.0/examples/Remove-MgUserDriveItem.md
+++ b/src/Files/v1.0/examples/Remove-MgUserDriveItem.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/v1.0/examples/Update-MgDriveItem.md b/src/Files/v1.0/examples/Update-MgDriveItem.md
index 093355d11d5..ebe19fbfc54 100644
--- a/src/Files/v1.0/examples/Update-MgDriveItem.md
+++ b/src/Files/v1.0/examples/Update-MgDriveItem.md
@@ -1,18 +1,13 @@
-### Example 1: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Files
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+$params = @{
+ name = "new-file-name.docx"
+}
+Update-MgDriveItem -DriveId $driveId -DriveItemId $driveItemId -BodyParameter $params
+```
+This example shows how to use the Update-MgDriveItem Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Files/v1.0/examples/Update-MgGroupDriveItem.md b/src/Files/v1.0/examples/Update-MgGroupDriveItem.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/v1.0/examples/Update-MgGroupDriveItem.md
+++ b/src/Files/v1.0/examples/Update-MgGroupDriveItem.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Files/v1.0/examples/Update-MgUserDriveItem.md b/src/Files/v1.0/examples/Update-MgUserDriveItem.md
index 093355d11d5..f6c6949389e 100644
--- a/src/Files/v1.0/examples/Update-MgUserDriveItem.md
+++ b/src/Files/v1.0/examples/Update-MgUserDriveItem.md
@@ -1,6 +1,6 @@
### Example 1: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
@@ -9,10 +9,9 @@ PS C:\> {{ Add code here }}
### Example 2: {{ Add title here }}
```powershell
-PS C:\> {{ Add code here }}
+ PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
-
diff --git a/src/Groups/beta/examples/New-MgBetaGroupConversation.md b/src/Groups/beta/examples/New-MgBetaGroupConversation.md
index b0fadc0e52b..f6c6949389e 100644
--- a/src/Groups/beta/examples/New-MgBetaGroupConversation.md
+++ b/src/Groups/beta/examples/New-MgBetaGroupConversation.md
@@ -1,33 +1,17 @@
-### Example 1: Code snippet
+### Example 1: {{ Add title here }}
+```powershell
+ PS C:\> {{ Add code here }}
-```powershell
Import-Module Microsoft.Graph.Beta.Groups
+{{ Add output here }}
+```
-$params = @{
- topic = "Take your wellness days and rest"
- threads = @(
- @{
- posts = @(
- @{
- body = @{
- contentType = "html"
- content = "Contoso cares about you: Rest and Recharge"
- }
- newParticipants = @(
- @{
- emailAddress = @{
- name = "Adele Vance"
- address = "AdeleV@contoso.onmicrosoft.com"
- }
- }
- )
- }
- )
- }
- )
-}
+{{ Add description here }}
-New-MgBetaGroupConversation -GroupId $groupId -BodyParameter $params
-```
-This example shows how to use the New-MgBetaGroupConversation Cmdlet.
-
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
-
+### Example 2: {{ Add title here }}
+```powershell
+ PS C:\> {{ Add code here }}
+
+{{ Add output here }}
+```
+
+{{ Add description here }}
diff --git a/src/Groups/v1.0/examples/New-MgGroupConversation.md b/src/Groups/v1.0/examples/New-MgGroupConversation.md
index e6a3f1fa997..f6c6949389e 100644
--- a/src/Groups/v1.0/examples/New-MgGroupConversation.md
+++ b/src/Groups/v1.0/examples/New-MgGroupConversation.md
@@ -1,33 +1,17 @@
-### Example 1: Code snippet
+### Example 1: {{ Add title here }}
+```powershell
+ PS C:\> {{ Add code here }}
-```powershell
Import-Module Microsoft.Graph.Groups
+{{ Add output here }}
+```
-$params = @{
- topic = "Take your wellness days and rest"
- threads = @(
- @{
- posts = @(
- @{
- body = @{
- contentType = "html"
- content = "Contoso cares about you: Rest and Recharge"
- }
- newParticipants = @(
- @{
- emailAddress = @{
- name = "Adele Vance"
- address = "AdeleV@contoso.onmicrosoft.com"
- }
- }
- )
- }
- )
- }
- )
-}
+{{ Add description here }}
-New-MgGroupConversation -GroupId $groupId -BodyParameter $params
-```
-This example shows how to use the New-MgGroupConversation Cmdlet.
-
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
-
+### Example 2: {{ Add title here }}
+```powershell
+ PS C:\> {{ Add code here }}
+
+{{ Add output here }}
+```
+
+{{ Add description here }}
diff --git a/src/Identity.SignIns/beta/examples/Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md b/src/Identity.SignIns/beta/examples/Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md
index df61ddf8455..e1deec93ba2 100644
--- a/src/Identity.SignIns/beta/examples/Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md
+++ b/src/Identity.SignIns/beta/examples/Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md
@@ -1,21 +1,9 @@
-### Example 1: Using the Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference Cmdlet
-```powershell
-Import-Module Microsoft.Graph.Beta.Identity.SignIns
-Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference -AuthenticationContextClassReferenceId $authenticationContextClassReferenceId
-```
-This example shows how to use the Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference Cmdlet.
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
-### Example 2: Using the Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference Cmdlet
-```powershell
-Import-Module Microsoft.Graph.Beta.Identity.SignIns
-Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference
-```
-This example shows how to use the Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference Cmdlet.
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
-### Example 3: Using the Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference Cmdlet
-```powershell
-Import-Module Microsoft.Graph.Beta.Identity.SignIns
-Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference -AuthenticationContextClassReferenceId $authenticationContextClassReferenceId
-```
-This example shows how to use the Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference Cmdlet.
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+### Example 1: Code snippet
+
+```powershell
Import-Module Microsoft.Graph.Beta.Identity.SignIns
+
+Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference -AuthenticationContextClassReferenceId $authenticationContextClassReferenceId
+```
+This example shows how to use the Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Identity.SignIns/beta/examples/New-MgBetaPolicyClaimMappingPolicy.md b/src/Identity.SignIns/beta/examples/New-MgBetaPolicyClaimMappingPolicy.md
index 7ed60504fc1..9163d401172 100644
--- a/src/Identity.SignIns/beta/examples/New-MgBetaPolicyClaimMappingPolicy.md
+++ b/src/Identity.SignIns/beta/examples/New-MgBetaPolicyClaimMappingPolicy.md
@@ -4,7 +4,7 @@
$params = @{
definition = @(
- "{"ClaimsMappingPolicy":{"Version":1,"IncludeBasicClaimSet":"true","ClaimsSchema": [{"Source":"user","ID":"userprincipalname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier"},{"Source":"user","ID":"givenname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname"},{"Source":"user","ID":"displayname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"},{"Source":"user","ID":"surname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname"},{"Source":"user","ID":"userprincipalname","SamlClaimType":"username"}],"ClaimsTransformation":[{"ID":"CreateTermsOfService","TransformationMethod":"CreateStringClaim","InputParameters": [{"ID":"value","DataType":"string", "Value":"sandbox"}],"OutputClaims":[{"ClaimTypeReferenceId":"TOS","TransformationClaimType":"createdClaim"}]}]}}"
+ '{"ClaimsMappingPolicy":{"Version":1,"IncludeBasicClaimSet":"true","ClaimsSchema": [{"Source":"user","ID":"userprincipalname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier"},{"Source":"user","ID":"givenname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname"},{"Source":"user","ID":"displayname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"},{"Source":"user","ID":"surname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname"},{"Source":"user","ID":"userprincipalname","SamlClaimType":"username"}],"ClaimsTransformation":[{"ID":"CreateTermsOfService","TransformationMethod":"CreateStringClaim","InputParameters": [{"ID":"value","DataType":"string", "Value":"sandbox"}],"OutputClaims":[{"ClaimTypeReferenceId":"TOS","TransformationClaimType":"createdClaim"}]}]}}'
)
displayName = "Test1234"
}
diff --git a/src/Identity.SignIns/beta/examples/New-MgBetaPolicyTokenLifetimePolicy.md b/src/Identity.SignIns/beta/examples/New-MgBetaPolicyTokenLifetimePolicy.md
index 2fe39462a46..6dbee2730ad 100644
--- a/src/Identity.SignIns/beta/examples/New-MgBetaPolicyTokenLifetimePolicy.md
+++ b/src/Identity.SignIns/beta/examples/New-MgBetaPolicyTokenLifetimePolicy.md
@@ -4,7 +4,7 @@
$params = @{
definition = @(
- "{"TokenLifetimePolicy":{"Version":1,"AccessTokenLifetime":"8:00:00"}}"
+ '{"TokenLifetimePolicy":{"Version":1,"AccessTokenLifetime":"8:00:00"}}'
)
displayName = "Contoso token lifetime policy"
isOrganizationDefault = $true
diff --git a/src/Identity.SignIns/beta/examples/Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md b/src/Identity.SignIns/beta/examples/Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md
index 3783ae034c5..038e2fd5e15 100644
--- a/src/Identity.SignIns/beta/examples/Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md
+++ b/src/Identity.SignIns/beta/examples/Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md
@@ -1,7 +1,9 @@
-### Example 1: Using the Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference Cmdlet
-```powershell
-Import-Module Microsoft.Graph.Beta.Identity.SignIns
-Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference -AuthenticationContextClassReferenceId $authenticationContextClassReferenceId
-```
-This example shows how to use the Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference Cmdlet.
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+### Example 1: Code snippet
+
+```powershell
Import-Module Microsoft.Graph.Beta.Identity.SignIns
+
+Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference -AuthenticationContextClassReferenceId $authenticationContextClassReferenceId
+```
+This example shows how to use the Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Identity.SignIns/beta/examples/Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md b/src/Identity.SignIns/beta/examples/Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md
index 587f980c583..006df4a145f 100644
--- a/src/Identity.SignIns/beta/examples/Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md
+++ b/src/Identity.SignIns/beta/examples/Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md
@@ -1,11 +1,15 @@
-### Example 1: Using the Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference Cmdlet
-```powershell
-Import-Module Microsoft.Graph.Beta.Identity.SignIns
+### Example 1: Code snippet
+
+```powershell
Import-Module Microsoft.Graph.Beta.Identity.SignIns
+
$params = @{
- Value = @(
- )
+ displayName = "Contoso medium"
+ description = "Medium protection level defined for Contoso policy"
+ isAvailable = $true
}
-Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference -AuthenticationContextClassReferenceId $authenticationContextClassReferenceId -BodyParameter $params
-```
-This example shows how to use the Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference Cmdlet.
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference -AuthenticationContextClassReferenceId $authenticationContextClassReferenceId -BodyParameter $params
+```
+This example shows how to use the Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Identity.SignIns/beta/examples/Update-MgBetaPolicyTokenLifetimePolicy.md b/src/Identity.SignIns/beta/examples/Update-MgBetaPolicyTokenLifetimePolicy.md
index 3fb9bf4651e..f10a9ad6437 100644
--- a/src/Identity.SignIns/beta/examples/Update-MgBetaPolicyTokenLifetimePolicy.md
+++ b/src/Identity.SignIns/beta/examples/Update-MgBetaPolicyTokenLifetimePolicy.md
@@ -4,7 +4,7 @@
$params = @{
definition = @(
- "{"TokenLifetimePolicy":{"Version":1,"AccessTokenLifetime":"5:30:00"}}"
+ '{"TokenLifetimePolicy":{"Version":1,"AccessTokenLifetime":"5:30:00"}}'
)
displayName = "Contoso token lifetime policy"
isOrganizationDefault = $true
diff --git a/src/Identity.SignIns/v1.0/examples/Get-MgIdentityConditionalAccessAuthenticationContextClassReference.md b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityConditionalAccessAuthenticationContextClassReference.md
index cdad4b3c031..d007e80dada 100644
--- a/src/Identity.SignIns/v1.0/examples/Get-MgIdentityConditionalAccessAuthenticationContextClassReference.md
+++ b/src/Identity.SignIns/v1.0/examples/Get-MgIdentityConditionalAccessAuthenticationContextClassReference.md
@@ -2,7 +2,7 @@
```powershell
Import-Module Microsoft.Graph.Identity.SignIns
-Get-MgIdentityConditionalAccessAuthenticationContextClassReference
+Get-MgIdentityConditionalAccessAuthenticationContextClassReference -AuthenticationContextClassReferenceId $authenticationContextClassReferenceId
```
This example shows how to use the Get-MgIdentityConditionalAccessAuthenticationContextClassReference Cmdlet.
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
diff --git a/src/Identity.SignIns/v1.0/examples/New-MgPolicyClaimMappingPolicy.md b/src/Identity.SignIns/v1.0/examples/New-MgPolicyClaimMappingPolicy.md
index 1ca2b4a0a8c..64d3e5cb520 100644
--- a/src/Identity.SignIns/v1.0/examples/New-MgPolicyClaimMappingPolicy.md
+++ b/src/Identity.SignIns/v1.0/examples/New-MgPolicyClaimMappingPolicy.md
@@ -4,7 +4,7 @@
$params = @{
definition = @(
- "{"ClaimsMappingPolicy":{"Version":1,"IncludeBasicClaimSet":"true","ClaimsSchema": [{"Source":"user","ID":"userprincipalname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier"},{"Source":"user","ID":"givenname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname"},{"Source":"user","ID":"displayname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"},{"Source":"user","ID":"surname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname"},{"Source":"user","ID":"userprincipalname","SamlClaimType":"username"}],"ClaimsTransformation":[{"ID":"CreateTermsOfService","TransformationMethod":"CreateStringClaim","InputParameters": [{"ID":"value","DataType":"string", "Value":"sandbox"}],"OutputClaims":[{"ClaimTypeReferenceId":"TOS","TransformationClaimType":"createdClaim"}]}]}}"
+ '{"ClaimsMappingPolicy":{"Version":1,"IncludeBasicClaimSet":"true","ClaimsSchema": [{"Source":"user","ID":"userprincipalname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier"},{"Source":"user","ID":"givenname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname"},{"Source":"user","ID":"displayname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"},{"Source":"user","ID":"surname","SamlClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname"},{"Source":"user","ID":"userprincipalname","SamlClaimType":"username"}],"ClaimsTransformation":[{"ID":"CreateTermsOfService","TransformationMethod":"CreateStringClaim","InputParameters": [{"ID":"value","DataType":"string", "Value":"sandbox"}],"OutputClaims":[{"ClaimTypeReferenceId":"TOS","TransformationClaimType":"createdClaim"}]}]}}'
)
displayName = "Test1234"
}
diff --git a/src/Identity.SignIns/v1.0/examples/New-MgPolicyTokenLifetimePolicy.md b/src/Identity.SignIns/v1.0/examples/New-MgPolicyTokenLifetimePolicy.md
index d430f524b5b..f5dceae2550 100644
--- a/src/Identity.SignIns/v1.0/examples/New-MgPolicyTokenLifetimePolicy.md
+++ b/src/Identity.SignIns/v1.0/examples/New-MgPolicyTokenLifetimePolicy.md
@@ -4,7 +4,7 @@
$params = @{
definition = @(
- "{"TokenLifetimePolicy":{"Version":1,"AccessTokenLifetime":"8:00:00"}}"
+ '{"TokenLifetimePolicy":{"Version":1,"AccessTokenLifetime":"8:00:00"}}'
)
displayName = "Contoso token lifetime policy"
isOrganizationDefault = $true
diff --git a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityConditionalAccessAuthenticationContextClassReference.md b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityConditionalAccessAuthenticationContextClassReference.md
index 093355d11d5..abaf09cfba3 100644
--- a/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityConditionalAccessAuthenticationContextClassReference.md
+++ b/src/Identity.SignIns/v1.0/examples/Remove-MgIdentityConditionalAccessAuthenticationContextClassReference.md
@@ -1,18 +1,9 @@
-### Example 1: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
-
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+```powershell
Import-Module Microsoft.Graph.Identity.SignIns
+Remove-MgIdentityConditionalAccessAuthenticationContextClassReference -AuthenticationContextClassReferenceId $authenticationContextClassReferenceId
+```
+This example shows how to use the Remove-MgIdentityConditionalAccessAuthenticationContextClassReference Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgIdentityConditionalAccessAuthenticationContextClassReference.md b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityConditionalAccessAuthenticationContextClassReference.md
index 093355d11d5..5527da8f90d 100644
--- a/src/Identity.SignIns/v1.0/examples/Update-MgIdentityConditionalAccessAuthenticationContextClassReference.md
+++ b/src/Identity.SignIns/v1.0/examples/Update-MgIdentityConditionalAccessAuthenticationContextClassReference.md
@@ -1,18 +1,15 @@
-### Example 1: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Identity.SignIns
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
-PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+$params = @{
+ displayName = "Contoso medium"
+ description = "Medium protection level defined for Contoso policy"
+ isAvailable = $true
+}
+Update-MgIdentityConditionalAccessAuthenticationContextClassReference -AuthenticationContextClassReferenceId $authenticationContextClassReferenceId -BodyParameter $params
+```
+This example shows how to use the Update-MgIdentityConditionalAccessAuthenticationContextClassReference Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyTokenLifetimePolicy.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyTokenLifetimePolicy.md
index 62362f6c908..eca30ab4c87 100644
--- a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyTokenLifetimePolicy.md
+++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyTokenLifetimePolicy.md
@@ -4,7 +4,7 @@
$params = @{
definition = @(
- "{"TokenLifetimePolicy":{"Version":1,"AccessTokenLifetime":"5:30:00"}}"
+ '{"TokenLifetimePolicy":{"Version":1,"AccessTokenLifetime":"5:30:00"}}'
)
displayName = "Contoso token lifetime policy"
isOrganizationDefault = $true
diff --git a/src/Mail/beta/examples/Get-MgBetaUserMessage.md b/src/Mail/beta/examples/Get-MgBetaUserMessage.md
index d53c334c310..6ced7107db1 100644
--- a/src/Mail/beta/examples/Get-MgBetaUserMessage.md
+++ b/src/Mail/beta/examples/Get-MgBetaUserMessage.md
@@ -1,36 +1,10 @@
-### Example 1: Code snippet
+### Example 1: Code snippet
-```powershell
-Import-Module Microsoft.Graph.Beta.Mail
+```powershell
Import-Module Microsoft.Graph.Beta.Mail
# A UPN can also be used as -UserId.
-Get-MgBetaUserMessageExtension -UserId $userId -MessageId $messageId -ExtensionId $extensionId
-```
-This example shows how to use the Get-MgBetaUserMessage Cmdlet.
-
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
-
-### Example 2: Code snippet
-
-```powershell
-Import-Module Microsoft.Graph.Beta.Mail
-
-# A UPN can also be used as -UserId.
-Get-MgBetaUserMessage -UserId $userId -MessageId $messageId -ExpandProperty "extensions(`$filter=id eq 'Microsoft.OutlookServices.OpenTypeExtension.Com.Contoso.Referral')"
-```
-This example shows how to use the Get-MgBetaUserMessage Cmdlet.
-
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
-
-### Example 3: Code snippet
-
-```powershell
-Import-Module Microsoft.Graph.Beta.Mail
-
-# A UPN can also be used as -UserId.
-Get-MgBetaUserMessage -UserId $userId -Filter "Extensions/any(f:f/id eq 'Com.Contoso.Referral')" -ExpandProperty "Extensions(`$filter=id eq 'Com.Contoso.Referral')"
-```
-This example shows how to use the Get-MgBetaUserMessage Cmdlet.
-
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
-
+Get-MgBetaUserMessage -UserId $userId -MessageId $messageId -ExpandProperty "singleValueExtendedProperties(`$filter=id eq 'String {66f5a359-4659-4830-9070-00047ec6ac6e} Name Color')"
+```
+This example shows how to use the Get-MgBetaUserMessage Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Mail/beta/examples/New-MgBetaUserMailFolderChildFolder.md b/src/Mail/beta/examples/New-MgBetaUserMailFolderChildFolder.md
index 335f696bb28..235aaad34f2 100644
--- a/src/Mail/beta/examples/New-MgBetaUserMailFolderChildFolder.md
+++ b/src/Mail/beta/examples/New-MgBetaUserMailFolderChildFolder.md
@@ -3,13 +3,8 @@
```powershell
Import-Module Microsoft.Graph.Beta.Mail
$params = @{
- "@odata.type" = "microsoft.graph.mailSearchFolder"
- displayName = "Weekly digests"
- includeNestedFolders = $true
- sourceFolderIds = @(
- "AQMkADYAAAIBDAAAAA=="
- )
- filterQuery = "contains(subject, 'weekly digest')"
+ displayName = "displayName-value"
+ isHidden = $true
}
# A UPN can also be used as -UserId.
diff --git a/src/Mail/v1.0/examples/Get-MgUserMessage.md b/src/Mail/v1.0/examples/Get-MgUserMessage.md
index d2bf2b20626..19f040fc68c 100644
--- a/src/Mail/v1.0/examples/Get-MgUserMessage.md
+++ b/src/Mail/v1.0/examples/Get-MgUserMessage.md
@@ -1,36 +1,10 @@
-### Example 1: Code snippet
+### Example 1: Code snippet
-```powershell
-Import-Module Microsoft.Graph.Mail
+```powershell
Import-Module Microsoft.Graph.Mail
# A UPN can also be used as -UserId.
-Get-MgUserMessageExtension -UserId $userId -MessageId $messageId -ExtensionId $extensionId
-```
-This example shows how to use the Get-MgUserMessage Cmdlet.
-
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
-
-### Example 2: Code snippet
-
-```powershell
-Import-Module Microsoft.Graph.Mail
-
-# A UPN can also be used as -UserId.
-Get-MgUserMessage -UserId $userId -MessageId $messageId -ExpandProperty "extensions(`$filter=id eq 'Microsoft.OutlookServices.OpenTypeExtension.Com.Contoso.Referral')"
-```
-This example shows how to use the Get-MgUserMessage Cmdlet.
-
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
-
-### Example 3: Code snippet
-
-```powershell
-Import-Module Microsoft.Graph.Mail
-
-# A UPN can also be used as -UserId.
-Get-MgUserMessage -UserId $userId -Filter "Extensions/any(f:f/id eq 'Com.Contoso.Referral')" -ExpandProperty "Extensions(`$filter=id eq 'Com.Contoso.Referral')"
-```
-This example shows how to use the Get-MgUserMessage Cmdlet.
-
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
-
+Get-MgUserMessage -UserId $userId -MessageId $messageId -ExpandProperty "singleValueExtendedProperties(`$filter=id eq 'String {66f5a359-4659-4830-9070-00047ec6ac6e} Name Color')"
+```
+This example shows how to use the Get-MgUserMessage Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Mail/v1.0/examples/New-MgUserMailFolderChildFolder.md b/src/Mail/v1.0/examples/New-MgUserMailFolderChildFolder.md
index 9e977c21948..7cc088611ad 100644
--- a/src/Mail/v1.0/examples/New-MgUserMailFolderChildFolder.md
+++ b/src/Mail/v1.0/examples/New-MgUserMailFolderChildFolder.md
@@ -3,13 +3,8 @@
```powershell
Import-Module Microsoft.Graph.Mail
$params = @{
- "@odata.type" = "microsoft.graph.mailSearchFolder"
- displayName = "Weekly digests"
- includeNestedFolders = $true
- sourceFolderIds = @(
- "AQMkADYAAAIBDAAAAA=="
- )
- filterQuery = "contains(subject, 'weekly digest')"
+ displayName = "displayName-value"
+ isHidden = $true
}
# A UPN can also be used as -UserId.
diff --git a/src/Security/beta/examples/Get-MgBetaSecurityAlert.md b/src/Security/beta/examples/Get-MgBetaSecurityAlert.md
index f6c6949389e..da370537ddd 100644
--- a/src/Security/beta/examples/Get-MgBetaSecurityAlert.md
+++ b/src/Security/beta/examples/Get-MgBetaSecurityAlert.md
@@ -1,17 +1,9 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Beta.Security
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+Get-MgBetaSecurityAlert -AlertId $alertId
+```
+This example shows how to use the Get-MgBetaSecurityAlert Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Security/beta/examples/Get-MgBetaSecurityTriggerRetentionEvent.md b/src/Security/beta/examples/Get-MgBetaSecurityTriggerRetentionEvent.md
index 5a5a2d4ce3e..fbd5ceef998 100644
--- a/src/Security/beta/examples/Get-MgBetaSecurityTriggerRetentionEvent.md
+++ b/src/Security/beta/examples/Get-MgBetaSecurityTriggerRetentionEvent.md
@@ -1,14 +1,9 @@
-### Example 1: Using the Get-MgBetaSecurityTriggerRetentionEvent Cmdlet
-```powershell
-Import-Module Microsoft.Graph.Beta.Security
-Get-MgBetaSecurityTriggerRetentionEvent -RetentionEventId $retentionEventId
-```
-This example shows how to use the Get-MgBetaSecurityTriggerRetentionEvent Cmdlet.
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
-### Example 2: Using the Get-MgBetaSecurityTriggerRetentionEvent Cmdlet
-```powershell
-Import-Module Microsoft.Graph.Beta.Security
-Get-MgBetaSecurityTriggerRetentionEvent
-```
-This example shows how to use the Get-MgBetaSecurityTriggerRetentionEvent Cmdlet.
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+### Example 1: Code snippet
+
+```powershell
Import-Module Microsoft.Graph.Beta.Security
+
+Get-MgBetaSecurityTriggerRetentionEvent -RetentionEventId $retentionEventId
+```
+This example shows how to use the Get-MgBetaSecurityTriggerRetentionEvent Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Security/beta/examples/Get-MgBetaSecurityTriggerTypeRetentionEventType.md b/src/Security/beta/examples/Get-MgBetaSecurityTriggerTypeRetentionEventType.md
index 6d8e7d50388..c2d422e28ac 100644
--- a/src/Security/beta/examples/Get-MgBetaSecurityTriggerTypeRetentionEventType.md
+++ b/src/Security/beta/examples/Get-MgBetaSecurityTriggerTypeRetentionEventType.md
@@ -1,14 +1,9 @@
-### Example 1: Using the Get-MgBetaSecurityTriggerTypeRetentionEventType Cmdlet
-```powershell
-Import-Module Microsoft.Graph.Beta.Security
-Get-MgBetaSecurityTriggerTypeRetentionEventType -RetentionEventTypeId $retentionEventTypeId
-```
-This example shows how to use the Get-MgBetaSecurityTriggerTypeRetentionEventType Cmdlet.
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
-### Example 2: Using the Get-MgBetaSecurityTriggerTypeRetentionEventType Cmdlet
-```powershell
-Import-Module Microsoft.Graph.Beta.Security
-Get-MgBetaSecurityTriggerTypeRetentionEventType
-```
-This example shows how to use the Get-MgBetaSecurityTriggerTypeRetentionEventType Cmdlet.
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+### Example 1: Code snippet
+
+```powershell
Import-Module Microsoft.Graph.Beta.Security
+
+Get-MgBetaSecurityTriggerTypeRetentionEventType -RetentionEventTypeId $retentionEventTypeId
+```
+This example shows how to use the Get-MgBetaSecurityTriggerTypeRetentionEventType Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Security/beta/examples/New-MgBetaSecurityTriggerRetentionEvent.md b/src/Security/beta/examples/New-MgBetaSecurityTriggerRetentionEvent.md
index dcc078ea2b8..1670126214a 100644
--- a/src/Security/beta/examples/New-MgBetaSecurityTriggerRetentionEvent.md
+++ b/src/Security/beta/examples/New-MgBetaSecurityTriggerRetentionEvent.md
@@ -1,30 +1,33 @@
-### Example 1: Using the New-MgBetaSecurityTriggerRetentionEvent Cmdlet
-```powershell
-Import-Module Microsoft.Graph.Beta.Security
+### Example 1: Code snippet
+
+```powershell
Import-Module Microsoft.Graph.Beta.Security
+
$params = @{
"@odata.type" = "#microsoft.graph.security.retentionEvent"
- DisplayName = "String"
- Description = "String"
- EventQueries = @(
+ displayName = "String"
+ description = "String"
+ eventQuery = @(
@{
- "@odata.type" = "microsoft.graph.security.eventQueries"
+ "@odata.type" = "microsoft.graph.security.eventQuery"
}
)
- EventTriggerDateTime = [System.DateTime]::Parse("String (timestamp)")
- CreatedBy = @{
+ eventTriggerDateTime = [System.DateTime]::Parse("String (timestamp)")
+ createdBy = @{
"@odata.type" = "microsoft.graph.identitySet"
}
- EventPropagationResults = @(
+ eventPropagationResults = @(
@{
"@odata.type" = "microsoft.graph.security.eventPropagationResult"
}
)
- EventStatus = @{
+ eventStatus = @{
"@odata.type" = "microsoft.graph.security.retentionEventStatus"
}
- LastStatusUpdateDateTime = [System.DateTime]::Parse("String (timestamp)")
+ lastStatusUpdateDateTime = [System.DateTime]::Parse("String (timestamp)")
}
-New-MgBetaSecurityTriggerRetentionEvent -BodyParameter $params
-```
-This example shows how to use the New-MgBetaSecurityTriggerRetentionEvent Cmdlet.
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+New-MgBetaSecurityTriggerRetentionEvent -BodyParameter $params
+```
+This example shows how to use the New-MgBetaSecurityTriggerRetentionEvent Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Security/beta/examples/New-MgBetaSecurityTriggerTypeRetentionEventType.md b/src/Security/beta/examples/New-MgBetaSecurityTriggerTypeRetentionEventType.md
index 2d974fbe4bb..2a695865428 100644
--- a/src/Security/beta/examples/New-MgBetaSecurityTriggerTypeRetentionEventType.md
+++ b/src/Security/beta/examples/New-MgBetaSecurityTriggerTypeRetentionEventType.md
@@ -1,15 +1,18 @@
-### Example 1: Using the New-MgBetaSecurityTriggerTypeRetentionEventType Cmdlet
-```powershell
-Import-Module Microsoft.Graph.Beta.Security
+### Example 1: Code snippet
+
+```powershell
Import-Module Microsoft.Graph.Beta.Security
+
$params = @{
"@odata.type" = "#microsoft.graph.security.retentionEventType"
- DisplayName = "String"
- Description = "String"
- CreatedBy = @{
+ displayName = "String"
+ description = "String"
+ createdBy = @{
"@odata.type" = "microsoft.graph.identitySet"
}
}
-New-MgBetaSecurityTriggerTypeRetentionEventType -BodyParameter $params
-```
-This example shows how to use the New-MgBetaSecurityTriggerTypeRetentionEventType Cmdlet.
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+New-MgBetaSecurityTriggerTypeRetentionEventType -BodyParameter $params
+```
+This example shows how to use the New-MgBetaSecurityTriggerTypeRetentionEventType Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Security/beta/examples/Remove-MgBetaSecurityTriggerRetentionEvent.md b/src/Security/beta/examples/Remove-MgBetaSecurityTriggerRetentionEvent.md
index 25e97564bd9..d0b70082f42 100644
--- a/src/Security/beta/examples/Remove-MgBetaSecurityTriggerRetentionEvent.md
+++ b/src/Security/beta/examples/Remove-MgBetaSecurityTriggerRetentionEvent.md
@@ -1,7 +1,9 @@
-### Example 1: Using the Remove-MgBetaSecurityTriggerRetentionEvent Cmdlet
-```powershell
-Import-Module Microsoft.Graph.Beta.Security
-Remove-MgBetaSecurityTriggerRetentionEvent -RetentionEventId $retentionEventId
-```
-This example shows how to use the Remove-MgBetaSecurityTriggerRetentionEvent Cmdlet.
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+### Example 1: Code snippet
+
+```powershell
Import-Module Microsoft.Graph.Beta.Security
+
+Remove-MgBetaSecurityTriggerRetentionEvent -RetentionEventId $retentionEventId
+```
+This example shows how to use the Remove-MgBetaSecurityTriggerRetentionEvent Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Security/beta/examples/Remove-MgBetaSecurityTriggerTypeRetentionEventType.md b/src/Security/beta/examples/Remove-MgBetaSecurityTriggerTypeRetentionEventType.md
index a2662ecded8..9349ea67e9e 100644
--- a/src/Security/beta/examples/Remove-MgBetaSecurityTriggerTypeRetentionEventType.md
+++ b/src/Security/beta/examples/Remove-MgBetaSecurityTriggerTypeRetentionEventType.md
@@ -1,7 +1,9 @@
-### Example 1: Using the Remove-MgBetaSecurityTriggerTypeRetentionEventType Cmdlet
-```powershell
-Import-Module Microsoft.Graph.Beta.Security
-Remove-MgBetaSecurityTriggerTypeRetentionEventType -RetentionEventTypeId $retentionEventTypeId
-```
-This example shows how to use the Remove-MgBetaSecurityTriggerTypeRetentionEventType Cmdlet.
-To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+### Example 1: Code snippet
+
+```powershell
Import-Module Microsoft.Graph.Beta.Security
+
+Remove-MgBetaSecurityTriggerTypeRetentionEventType -RetentionEventTypeId $retentionEventTypeId
+```
+This example shows how to use the Remove-MgBetaSecurityTriggerTypeRetentionEventType Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Security/v1.0/examples/Get-MgSecurityAlert.md b/src/Security/v1.0/examples/Get-MgSecurityAlert.md
index f6c6949389e..9edab6408b2 100644
--- a/src/Security/v1.0/examples/Get-MgSecurityAlert.md
+++ b/src/Security/v1.0/examples/Get-MgSecurityAlert.md
@@ -1,17 +1,9 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Security
-{{ Add description here }}
-
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+Get-MgSecurityAlert -AlertId $alertId
+```
+This example shows how to use the Get-MgSecurityAlert Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Sites/beta/examples/Update-MgBetaSiteContentType.md b/src/Sites/beta/examples/Update-MgBetaSiteContentType.md
index f6c6949389e..6759cdcce89 100644
--- a/src/Sites/beta/examples/Update-MgBetaSiteContentType.md
+++ b/src/Sites/beta/examples/Update-MgBetaSiteContentType.md
@@ -1,17 +1,52 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Beta.Sites
-{{ Add description here }}
+$params = @{
+ name = "updatedCt"
+ documentSet = @{
+ shouldPrefixNameToFile = $true
+ allowedContentTypes = @(
+ @{
+ id = "0x0101"
+ name = "Document"
+ }
+ )
+ defaultContents = @(
+ @{
+ fileName = "a.txt"
+ contentType = @{
+ id = "0x0101"
+ }
+ }
+ @{
+ fileName = "b.txt"
+ contentType = @{
+ id = "0x0101"
+ }
+ }
+ )
+ sharedColumns = @(
+ @{
+ name = "Description"
+ id = "cbb92da4-fd46-4c7d-af6c-3128c2a5576e"
+ }
+ @{
+ name = "Address"
+ id = "fc2e188e-ba91-48c9-9dd3-16431afddd50"
+ }
+ )
+ welcomePageColumns = @(
+ @{
+ name = "Address"
+ id = "fc2e188e-ba91-48c9-9dd3-16431afddd50"
+ }
+ )
+ }
+}
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+Update-MgBetaSiteContentType -SiteId $siteId -ContentTypeId $contentTypeId -BodyParameter $params
+```
+This example shows how to use the Update-MgBetaSiteContentType Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Sites/v1.0/examples/Update-MgSiteContentType.md b/src/Sites/v1.0/examples/Update-MgSiteContentType.md
index f6c6949389e..bb7f52c7f16 100644
--- a/src/Sites/v1.0/examples/Update-MgSiteContentType.md
+++ b/src/Sites/v1.0/examples/Update-MgSiteContentType.md
@@ -1,17 +1,52 @@
-### Example 1: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
+### Example 1: Code snippet
-{{ Add output here }}
-```
+```powershell
Import-Module Microsoft.Graph.Sites
-{{ Add description here }}
+$params = @{
+ name = "updatedCt"
+ documentSet = @{
+ shouldPrefixNameToFile = $true
+ allowedContentTypes = @(
+ @{
+ id = "0x0101"
+ name = "Document"
+ }
+ )
+ defaultContents = @(
+ @{
+ fileName = "a.txt"
+ contentType = @{
+ id = "0x0101"
+ }
+ }
+ @{
+ fileName = "b.txt"
+ contentType = @{
+ id = "0x0101"
+ }
+ }
+ )
+ sharedColumns = @(
+ @{
+ name = "Description"
+ id = "cbb92da4-fd46-4c7d-af6c-3128c2a5576e"
+ }
+ @{
+ name = "Address"
+ id = "fc2e188e-ba91-48c9-9dd3-16431afddd50"
+ }
+ )
+ welcomePageColumns = @(
+ @{
+ name = "Address"
+ id = "fc2e188e-ba91-48c9-9dd3-16431afddd50"
+ }
+ )
+ }
+}
-### Example 2: {{ Add title here }}
-```powershell
- PS C:\> {{ Add code here }}
-
-{{ Add output here }}
-```
-
-{{ Add description here }}
+Update-MgSiteContentType -SiteId $siteId -ContentTypeId $contentTypeId -BodyParameter $params
+```
+This example shows how to use the Update-MgSiteContentType Cmdlet.
+
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Teams/beta/examples/New-MgBetaTeamChannelMessage.md b/src/Teams/beta/examples/New-MgBetaTeamChannelMessage.md
index d8c168e959a..0793a85872a 100644
--- a/src/Teams/beta/examples/New-MgBetaTeamChannelMessage.md
+++ b/src/Teams/beta/examples/New-MgBetaTeamChannelMessage.md
@@ -1,6 +1,7 @@
-### Example 1: Code snippet
+### Example 1: Send a Hello World message in a channel
-```powershell
Import-Module Microsoft.Graph.Beta.Teams
+```powershell
+Import-Module Microsoft.Graph.Beta.Teams
$params = @{
body = @{
@@ -8,8 +9,378 @@ $params = @{
}
}
-New-MgBetaTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
-```
-This example shows how to use the New-MgBetaTeamChannelMessage Cmdlet.
-
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
-
+New-MgBetaTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
+```
+This example shows how to use the New-MgBetaTeamChannelMessage Cmdlet.
+
+To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+### Example 2: @mentions a user in a channel message
+
+```powershell
+Import-Module Microsoft.Graph.Beta.Teams
+
+$params = @{
+ body = @{
+ contentType = "html"
+ content = "Hello World <at id="0">Jane Smith</at>"
+ }
+ mentions = @(
+ @{
+ id = 0
+ mentionText = "Jane Smith"
+ mentioned = @{
+ user = @{
+ displayName = "Jane Smith"
+ id = "ef1c916a-3135-4417-ba27-8eb7bd084193"
+ userIdentityType = "aadUser"
+ }
+ }
+ }
+ )
+}
+
+New-MgBetaTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
+```
+This example shows how to use the New-MgBetaTeamChannelMessage Cmdlet.
+
+To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+### Example 3: Send message containing cards
+
+```powershell
+Import-Module Microsoft.Graph.Beta.Teams
+
+$params = @{
+ subject = $null
+ body = @{
+ contentType = "html"
+ content = "<attachment id="74d20c7f34aa4a7fb74e2b30004247c5"></attachment>"
+ }
+ attachments = @(
+ @{
+ id = "74d20c7f34aa4a7fb74e2b30004247c5"
+ contentType = "application/vnd.microsoft.card.thumbnail"
+ contentUrl = $null
+ content = '{
+ "title": "This is an example of posting a card",
+ "subtitle": "<h3>This is the subtitle</h3>",
+ "text": "Here is some body text. <br>\r\nAnd a <a href=\"http://microsoft.com/\">hyperlink</a>. <br>\r\nAnd below that is some buttons:",
+ "buttons": [
+ {
+ "type": "messageBack",
+ "title": "Login to FakeBot",
+ "text": "login",
+ "displayText": "login",
+ "value": "login"
+ }
+ ]
+}'
+ name = $null
+ thumbnailUrl = $null
+ }
+ )
+}
+
+New-MgBetaTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
+```
+This example shows how to use the New-MgBetaTeamChannelMessage Cmdlet.
+
+To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+### Example 4: Send a message with file attachment in it
+
+```powershell
+Import-Module Microsoft.Graph.Beta.Teams
+
+$params = @{
+ body = @{
+ contentType = "html"
+ content = "Here's the latest budget. <attachment id="153fa47d-18c9-4179-be08-9879815a9f90"></attachment>"
+ }
+ attachments = @(
+ @{
+ id = "153fa47d-18c9-4179-be08-9879815a9f90"
+ contentType = "reference"
+ contentUrl = "https://m365x987948.sharepoint.com/sites/test/Shared%20Documents/General/test%20doc.docx"
+ name = "Budget.docx"
+ }
+ )
+}
+
+New-MgBetaTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
+```
+This example shows how to use the New-MgBetaTeamChannelMessage Cmdlet.
+
+To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+### Example 5: Send a card with inline images
+
+```powershell
+Import-Module Microsoft.Graph.Beta.Teams
+
+$params = @{
+ subject = $null
+ body = @{
+ contentType = "html"
+ content = "<attachment id="74d20c7f34aa4a7fb74e2b30004247c5"></attachment>"
+ }
+ attachments = @(
+ @{
+ id = "74d20c7f34aa4a7fb74e2b30004247c5"
+ contentType = "application/vnd.microsoft.card.adaptive"
+ contentUrl = $null
+ content = '{
+ "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
+ "type": "AdaptiveCard",
+ "version": "1.2",
+ "speak": "The Seattle Seahawks beat the Carolina Panthers 40-7",
+ "body": [
+ {
+ "type": "Container",
+ "items": [
+ {
+ "type": "ColumnSet",
+ "columns": [
+ {
+ "type": "Column",
+ "width": "auto",
+ "items": [
+ {
+ "type": "Image",
+ "url": "../hostedContents/1/$value",
+ "size": "Medium"
+ },
+ {
+ "type": "TextBlock",
+ "text": "SHADES",
+ "horizontalAlignment": "Center",
+ "weight": "Bolder"
+ }
+ ]
+ },
+ {
+ "type": "Column",
+ "width": "stretch",
+ "separator": true,
+ "spacing": "Medium",
+ "items": [
+ {
+ "type": "TextBlock",
+ "text": "2019-08-31T19:30:00Z",
+ "horizontalAlignment": "Center"
+ },
+ {
+ "type": "TextBlock",
+ "text": "Final",
+ "spacing": "None",
+ "horizontalAlignment": "Center"
+ },
+ {
+ "type": "TextBlock",
+ "text": "40 - 7",
+ "size": "ExtraLarge",
+ "horizontalAlignment": "Center"
+ }
+ ]
+ },
+ {
+ "type": "Column",
+ "width": "auto",
+ "separator": true,
+ "spacing": "Medium",
+ "items": [
+ {
+ "type": "Image",
+ "url": "../hostedContents/2/$value",
+ "size": "Medium",
+ "horizontalAlignment": "Center"
+ },
+ {
+ "type": "TextBlock",
+ "text": "SKINS",
+ "horizontalAlignment": "Center",
+ "weight": "Bolder"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}'
+ name = $null
+ thumbnailUrl = $null
+ }
+ )
+ hostedContents = @(
+ @{
+ "@microsoft.graph.temporaryId" = "1"
+ contentBytes = [System.Text.Encoding]::ASCII.GetBytes("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")
+ contentType = "image/png"
+ }
+ @{
+ "@microsoft.graph.temporaryId" = "2"
+ contentBytes = [System.Text.Encoding]::ASCII.GetBytes("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")
+ contentType = "image/png"
+ }
+ )
+}
+
+New-MgBetaTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
+```
+This example shows how to use the New-MgBetaTeamChannelMessage Cmdlet.
+
+To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+### Example 6: @mention a channel in a channel message
+
+```powershell
+Import-Module Microsoft.Graph.Beta.Teams
+
+$params = @{
+ body = @{
+ contentType = "html"
+ content = "<div><div><at id="0">General</at> Hello there!</div></div>"
+ }
+ mentions = @(
+ @{
+ id = 0
+ mentionText = "General"
+ mentioned = @{
+ conversation = @{
+ id = "19:0b50940236084d258c97b21bd01917b0@thread.skype"
+ displayName = "General"
+ conversationIdentityType = "channel"
+ }
+ }
+ }
+ )
+}
+
+New-MgBetaTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
+```
+This example shows how to use the New-MgBetaTeamChannelMessage Cmdlet.
+
+To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+### Example 7: @mention a team in a channel message
+
+```powershell
+Import-Module Microsoft.Graph.Beta.Teams
+
+$params = @{
+ body = @{
+ contentType = "html"
+ content = "<div><div><at id="0">GraphTesting</at> Hello team</div></div>"
+ }
+ mentions = @(
+ @{
+ id = 0
+ mentionText = "GraphTesting"
+ mentioned = @{
+ conversation = @{
+ id = "68a3e365-f7d9-4a56-b499-24332a9cc572"
+ displayName = "GraphTesting"
+ conversationIdentityType = "team"
+ }
+ }
+ }
+ )
+ reactions = @(
+ )
+ messageHistory = @(
+ )
+}
+
+New-MgBetaTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
+```
+This example shows how to use the New-MgBetaTeamChannelMessage Cmdlet.
+
+To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+### Example 8: Send message that contains cards that are attributed to a Teams app
+
+```powershell
+Import-Module Microsoft.Graph.Beta.Teams
+
+$params = @{
+ subject = $null
+ body = @{
+ contentType = "html"
+ content = "<attachment id="74d20c7f34aa4a7fb74e2b30004247c5"></attachment>"
+ }
+ attachments = @(
+ @{
+ id = "74d20c7f34aa4a7fb74e2b30004247c5"
+ contentType = "application/vnd.microsoft.card.thumbnail"
+ contentUrl = $null
+ content = '{
+ "title": "This is an example of posting a card",
+ "subtitle": "<h3>This is the subtitle</h3>",
+ "text": "Here is some body text. <br>\r\nAnd a <a href=\"http://microsoft.com/\">hyperlink</a>. <br>\r\nAnd below that is some buttons:",
+ "buttons": [
+ {
+ "type": "messageBack",
+ "title": "Login to FakeBot",
+ "text": "login",
+ "displayText": "login",
+ "value": "login"
+ }
+ ]
+}'
+ name = $null
+ thumbnailUrl = $null
+ teamsAppId = "881b8843-fd91-49e5-9ac2-47ec497ffbe5"
+ }
+ )
+}
+
+New-MgBetaTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
+```
+This example shows how to use the New-MgBetaTeamChannelMessage Cmdlet.
+
+To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+### Example 9: Send a message that contains an announcement
+
+```powershell
+Import-Module Microsoft.Graph.Beta.Teams
+
+$params = @{
+ subject = "Announcement Subheading"
+ body = @{
+ contentType = "text"
+ content = "<attachment id="d7ddbf876ae340c3a03bada395ec7da7"></attachment>Announcement text"
+ }
+ attachments = @(
+ @{
+ id = "d7ddbf876ae340c3a03bada395ec7da7"
+ contentType = "application/vnd.microsoft.teams.messaging-announcementBanner"
+ contentUrl = $null
+ content = '{"title":"Announcement heading","cardImageType":"uploadedImage","cardImageDetails":{"uploadedImageDetail":{"originalImage":{"source":"../hostedContents/1/$value","width":1379,"height":268,"croppedWidth":918.0,"croppedHeight":178.4075416968818,"leftMargin":0.0,"topMargin":90.7962291515591,"imageContentType":"image/png"},"croppedImage":{"source":"../hostedContents/2/$value"}}}}'
+ name = $null
+ thumbnailUrl = $null
+ }
+ )
+ hostedContents = @(
+ @{
+ "@microsoft.graph.temporaryId" = "1"
+ contentBytes = [System.Text.Encoding]::ASCII.GetBytes("iVBORw0KGgoAAAANSUhEUgAABWMAAAEMCAYAAAChuaTsAAAAAXNSR0IArs4")
+ contentType = "image/png"
+ }
+ @{
+ "@microsoft.graph.temporaryId" = "2"
+ contentBytes = [System.Text.Encoding]::ASCII.GetBytes("iVBORw0KGgoAAAANSUhEUgAAA5YAAAB4CAYAAACJrW0RAAAAAXNSR0IArs4")
+ contentType = "image/png"
+ }
+ )
+}
+
+New-MgBetaTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
+```
+This example shows how to use the New-MgBetaTeamChannelMessage Cmdlet.
+
+To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Teams/beta/examples/Remove-MgBetaTeamChannelMember.md b/src/Teams/beta/examples/Remove-MgBetaTeamChannelMember.md
index 2efb3c4f0ef..f6c6949389e 100644
--- a/src/Teams/beta/examples/Remove-MgBetaTeamChannelMember.md
+++ b/src/Teams/beta/examples/Remove-MgBetaTeamChannelMember.md
@@ -1,9 +1,17 @@
-### Example 1: Code snippet
+### Example 1: {{ Add title here }}
+```powershell
+ PS C:\> {{ Add code here }}
-```powershell
Import-Module Microsoft.Graph.Beta.Teams
+{{ Add output here }}
+```
-Remove-MgBetaTeamChannelMember -TeamId $teamId -ChannelId $channelId -ConversationMemberId $conversationMemberId
-```
-This example shows how to use the Remove-MgBetaTeamChannelMember Cmdlet.
-
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
-
+{{ Add description here }}
+
+### Example 2: {{ Add title here }}
+```powershell
+ PS C:\> {{ Add code here }}
+
+{{ Add output here }}
+```
+
+{{ Add description here }}
diff --git a/src/Teams/beta/examples/Update-MgBetaTeamChannelMessage.md b/src/Teams/beta/examples/Update-MgBetaTeamChannelMessage.md
index 019e5523042..12f39f14b8a 100644
--- a/src/Teams/beta/examples/Update-MgBetaTeamChannelMessage.md
+++ b/src/Teams/beta/examples/Update-MgBetaTeamChannelMessage.md
@@ -161,7 +161,7 @@ $params = @{
id = "e8f78756199240b88448ae0fc6db112d"
contentType = "application/vnd.microsoft.card.hero"
contentUrl = $null
- content = "{
+ content = '{
"title": "*title*",
"subtitle": "*subtitle*",
"text": "Have you found yourself scratching your head trying to figure these questions out? Frustrated trying to access some of the goodies unique to the Microsoft Teams platform? Well, fear not, Bot Builder SDK Extension for Teams in .NET and Node flavors is here! Just head on over to Nuget or NPM to download our tasty helpers, sure to speed up your prep time so you can spend more time maximizing the flavor of the bots you're cooking up.Here???s a small sample of some recipes to whet your appetite.",
@@ -188,7 +188,7 @@ $params = @{
"value": "http://google.com"
}
]
-}"
+}'
name = $null
thumbnailUrl = $null
}
@@ -196,7 +196,7 @@ $params = @{
id = "638464e32834471ea202007da60a5ae6"
contentType = "application/vnd.microsoft.card.hero"
contentUrl = $null
- content = "{
+ content = '{
"title": "*title*",
"subtitle": "*subtitle*",
"text": "Have you found yourself scratching your head trying to figure these questions out? Frustrated trying to access some of the goodies unique to the Microsoft Teams platform? Well, fear not, Bot Builder SDK Extension for Teams in .NET and Node flavors is here! Just head on over to Nuget or NPM to download our tasty helpers, sure to speed up your prep time so you can spend more time maximizing the flavor of the bots you're cooking up.Here???s a small sample of some recipes to whet your appetite.",
@@ -216,7 +216,7 @@ $params = @{
}
}
]
-}"
+}'
name = $null
thumbnailUrl = $null
}
@@ -263,7 +263,7 @@ $params = @{
id = "e8f78756199240b88448ae0fc6db112d"
contentType = "application/vnd.microsoft.card.hero"
contentUrl = $null
- content = "{
+ content = '{
"title": "*title*",
"subtitle": "*subtitle*",
"text": "Have you found yourself scratching your head trying to figure these questions out? Frustrated trying to access some of the goodies unique to the Microsoft Teams platform? Well, fear not, Bot Builder SDK Extension for Teams in .NET and Node flavors is here! Just head on over to Nuget or NPM to download our tasty helpers, sure to speed up your prep time so you can spend more time maximizing the flavor of the bots you're cooking up.Here???s a small sample of some recipes to whet your appetite.",
@@ -290,7 +290,7 @@ $params = @{
"value": "http://google.com"
}
]
-}"
+}'
name = $null
thumbnailUrl = $null
}
@@ -298,7 +298,7 @@ $params = @{
id = "638464e32834471ea202007da60a5ae6"
contentType = "application/vnd.microsoft.card.hero"
contentUrl = $null
- content = "{
+ content = '{
"title": "*title*",
"subtitle": "*subtitle*",
"text": "Have you found yourself scratching your head trying to figure these questions out? Frustrated trying to access some of the goodies unique to the Microsoft Teams platform? Well, fear not, Bot Builder SDK Extension for Teams in .NET and Node flavors is here! Just head on over to Nuget or NPM to download our tasty helpers, sure to speed up your prep time so you can spend more time maximizing the flavor of the bots you're cooking up.Here???s a small sample of some recipes to whet your appetite.",
@@ -318,7 +318,7 @@ $params = @{
}
}
]
-}"
+}'
name = $null
thumbnailUrl = $null
}
diff --git a/src/Teams/v1.0/examples/New-MgTeamChannelMessage.md b/src/Teams/v1.0/examples/New-MgTeamChannelMessage.md
index 827b562863b..a3484142e67 100644
--- a/src/Teams/v1.0/examples/New-MgTeamChannelMessage.md
+++ b/src/Teams/v1.0/examples/New-MgTeamChannelMessage.md
@@ -1,6 +1,7 @@
-### Example 1: Code snippet
+### Example 1: Send a Hello World message in a channel
-```powershell
Import-Module Microsoft.Graph.Teams
+```powershell
+Import-Module Microsoft.Graph.Teams
$params = @{
body = @{
@@ -8,8 +9,378 @@ $params = @{
}
}
-New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
-```
-This example shows how to use the New-MgTeamChannelMessage Cmdlet.
-
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
-
+New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
+```
+This example shows how to use the New-MgTeamChannelMessage Cmdlet.
+
+To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+### Example 2: @mentions a user in a channel message
+
+```powershell
+Import-Module Microsoft.Graph.Teams
+
+$params = @{
+ body = @{
+ contentType = "html"
+ content = "Hello World <at id="0">Jane Smith</at>"
+ }
+ mentions = @(
+ @{
+ id = 0
+ mentionText = "Jane Smith"
+ mentioned = @{
+ user = @{
+ displayName = "Jane Smith"
+ id = "ef1c916a-3135-4417-ba27-8eb7bd084193"
+ userIdentityType = "aadUser"
+ }
+ }
+ }
+ )
+}
+
+New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
+```
+This example shows how to use the New-MgTeamChannelMessage Cmdlet.
+
+To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+### Example 3: Send message containing cards
+
+```powershell
+Import-Module Microsoft.Graph.Teams
+
+$params = @{
+ subject = $null
+ body = @{
+ contentType = "html"
+ content = "<attachment id="74d20c7f34aa4a7fb74e2b30004247c5"></attachment>"
+ }
+ attachments = @(
+ @{
+ id = "74d20c7f34aa4a7fb74e2b30004247c5"
+ contentType = "application/vnd.microsoft.card.thumbnail"
+ contentUrl = $null
+ content = '{
+ "title": "This is an example of posting a card",
+ "subtitle": "<h3>This is the subtitle</h3>",
+ "text": "Here is some body text. <br>\r\nAnd a <a href=\"http://microsoft.com/\">hyperlink</a>. <br>\r\nAnd below that is some buttons:",
+ "buttons": [
+ {
+ "type": "messageBack",
+ "title": "Login to FakeBot",
+ "text": "login",
+ "displayText": "login",
+ "value": "login"
+ }
+ ]
+}'
+ name = $null
+ thumbnailUrl = $null
+ }
+ )
+}
+
+New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
+```
+This example shows how to use the New-MgTeamChannelMessage Cmdlet.
+
+To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+### Example 4: Send a message with file attachment in it
+
+```powershell
+Import-Module Microsoft.Graph.Teams
+
+$params = @{
+ body = @{
+ contentType = "html"
+ content = "Here's the latest budget. <attachment id="153fa47d-18c9-4179-be08-9879815a9f90"></attachment>"
+ }
+ attachments = @(
+ @{
+ id = "153fa47d-18c9-4179-be08-9879815a9f90"
+ contentType = "reference"
+ contentUrl = "https://m365x987948.sharepoint.com/sites/test/Shared%20Documents/General/test%20doc.docx"
+ name = "Budget.docx"
+ }
+ )
+}
+
+New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
+```
+This example shows how to use the New-MgTeamChannelMessage Cmdlet.
+
+To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+### Example 5: Send a card with inline images
+
+```powershell
+Import-Module Microsoft.Graph.Teams
+
+$params = @{
+ subject = $null
+ body = @{
+ contentType = "html"
+ content = "<attachment id="74d20c7f34aa4a7fb74e2b30004247c5"></attachment>"
+ }
+ attachments = @(
+ @{
+ id = "74d20c7f34aa4a7fb74e2b30004247c5"
+ contentType = "application/vnd.microsoft.card.adaptive"
+ contentUrl = $null
+ content = '{
+ "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
+ "type": "AdaptiveCard",
+ "version": "1.2",
+ "speak": "The Seattle Seahawks beat the Carolina Panthers 40-7",
+ "body": [
+ {
+ "type": "Container",
+ "items": [
+ {
+ "type": "ColumnSet",
+ "columns": [
+ {
+ "type": "Column",
+ "width": "auto",
+ "items": [
+ {
+ "type": "Image",
+ "url": "../hostedContents/1/$value",
+ "size": "Medium"
+ },
+ {
+ "type": "TextBlock",
+ "text": "SHADES",
+ "horizontalAlignment": "Center",
+ "weight": "Bolder"
+ }
+ ]
+ },
+ {
+ "type": "Column",
+ "width": "stretch",
+ "separator": true,
+ "spacing": "Medium",
+ "items": [
+ {
+ "type": "TextBlock",
+ "text": "2019-08-31T19:30:00Z",
+ "horizontalAlignment": "Center"
+ },
+ {
+ "type": "TextBlock",
+ "text": "Final",
+ "spacing": "None",
+ "horizontalAlignment": "Center"
+ },
+ {
+ "type": "TextBlock",
+ "text": "40 - 7",
+ "size": "ExtraLarge",
+ "horizontalAlignment": "Center"
+ }
+ ]
+ },
+ {
+ "type": "Column",
+ "width": "auto",
+ "separator": true,
+ "spacing": "Medium",
+ "items": [
+ {
+ "type": "Image",
+ "url": "../hostedContents/2/$value",
+ "size": "Medium",
+ "horizontalAlignment": "Center"
+ },
+ {
+ "type": "TextBlock",
+ "text": "SKINS",
+ "horizontalAlignment": "Center",
+ "weight": "Bolder"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}'
+ name = $null
+ thumbnailUrl = $null
+ }
+ )
+ hostedContents = @(
+ @{
+ "@microsoft.graph.temporaryId" = "1"
+ contentBytes = [System.Text.Encoding]::ASCII.GetBytes("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")
+ contentType = "image/png"
+ }
+ @{
+ "@microsoft.graph.temporaryId" = "2"
+ contentBytes = [System.Text.Encoding]::ASCII.GetBytes("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")
+ contentType = "image/png"
+ }
+ )
+}
+
+New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
+```
+This example shows how to use the New-MgTeamChannelMessage Cmdlet.
+
+To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+### Example 6: @mention a channel in a channel message
+
+```powershell
+Import-Module Microsoft.Graph.Teams
+
+$params = @{
+ body = @{
+ contentType = "html"
+ content = "<div><div><at id="0">General</at> Hello there!</div></div>"
+ }
+ mentions = @(
+ @{
+ id = 0
+ mentionText = "General"
+ mentioned = @{
+ conversation = @{
+ id = "19:0b50940236084d258c97b21bd01917b0@thread.skype"
+ displayName = "General"
+ conversationIdentityType = "channel"
+ }
+ }
+ }
+ )
+}
+
+New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
+```
+This example shows how to use the New-MgTeamChannelMessage Cmdlet.
+
+To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+### Example 7: @mention a team in a channel message
+
+```powershell
+Import-Module Microsoft.Graph.Teams
+
+$params = @{
+ body = @{
+ contentType = "html"
+ content = "<div><div><at id="0">GraphTesting</at> Hello team</div></div>"
+ }
+ mentions = @(
+ @{
+ id = 0
+ mentionText = "GraphTesting"
+ mentioned = @{
+ conversation = @{
+ id = "68a3e365-f7d9-4a56-b499-24332a9cc572"
+ displayName = "GraphTesting"
+ conversationIdentityType = "team"
+ }
+ }
+ }
+ )
+ reactions = @(
+ )
+ messageHistory = @(
+ )
+}
+
+New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
+```
+This example shows how to use the New-MgTeamChannelMessage Cmdlet.
+
+To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+### Example 8: Send message that contains cards that are attributed to a Teams app
+
+```powershell
+Import-Module Microsoft.Graph.Teams
+
+$params = @{
+ subject = $null
+ body = @{
+ contentType = "html"
+ content = "<attachment id="74d20c7f34aa4a7fb74e2b30004247c5"></attachment>"
+ }
+ attachments = @(
+ @{
+ id = "74d20c7f34aa4a7fb74e2b30004247c5"
+ contentType = "application/vnd.microsoft.card.thumbnail"
+ contentUrl = $null
+ content = '{
+ "title": "This is an example of posting a card",
+ "subtitle": "<h3>This is the subtitle</h3>",
+ "text": "Here is some body text. <br>\r\nAnd a <a href=\"http://microsoft.com/\">hyperlink</a>. <br>\r\nAnd below that is some buttons:",
+ "buttons": [
+ {
+ "type": "messageBack",
+ "title": "Login to FakeBot",
+ "text": "login",
+ "displayText": "login",
+ "value": "login"
+ }
+ ]
+}'
+ name = $null
+ thumbnailUrl = $null
+ teamsAppId = "881b8843-fd91-49e5-9ac2-47ec497ffbe5"
+ }
+ )
+}
+
+New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
+```
+This example shows how to use the New-MgTeamChannelMessage Cmdlet.
+
+To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
+### Example 9: Send a message that contains an announcement
+
+```powershell
+Import-Module Microsoft.Graph.Teams
+
+$params = @{
+ subject = "Announcement Subheading"
+ body = @{
+ contentType = "text"
+ content = "<attachment id="d7ddbf876ae340c3a03bada395ec7da7"></attachment>Announcement text"
+ }
+ attachments = @(
+ @{
+ id = "d7ddbf876ae340c3a03bada395ec7da7"
+ contentType = "application/vnd.microsoft.teams.messaging-announcementBanner"
+ contentUrl = $null
+ content = '{"title":"Announcement heading","cardImageType":"uploadedImage","cardImageDetails":{"uploadedImageDetail":{"originalImage":{"source":"../hostedContents/1/$value","width":1379,"height":268,"croppedWidth":918.0,"croppedHeight":178.4075416968818,"leftMargin":0.0,"topMargin":90.7962291515591,"imageContentType":"image/png"},"croppedImage":{"source":"../hostedContents/2/$value"}}}}'
+ name = $null
+ thumbnailUrl = $null
+ }
+ )
+ hostedContents = @(
+ @{
+ "@microsoft.graph.temporaryId" = "1"
+ contentBytes = [System.Text.Encoding]::ASCII.GetBytes("iVBORw0KGgoAAAANSUhEUgAABWMAAAEMCAYAAAChuaTsAAAAAXNSR0IArs4")
+ contentType = "image/png"
+ }
+ @{
+ "@microsoft.graph.temporaryId" = "2"
+ contentBytes = [System.Text.Encoding]::ASCII.GetBytes("iVBORw0KGgoAAAANSUhEUgAAA5YAAAB4CAYAAACJrW0RAAAAAXNSR0IArs4")
+ contentType = "image/png"
+ }
+ )
+}
+
+New-MgTeamChannelMessage -TeamId $teamId -ChannelId $channelId -BodyParameter $params
+```
+This example shows how to use the New-MgTeamChannelMessage Cmdlet.
+
+To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
+
diff --git a/src/Teams/v1.0/examples/Remove-MgTeamChannelMember.md b/src/Teams/v1.0/examples/Remove-MgTeamChannelMember.md
index 46e6b19d85a..f6c6949389e 100644
--- a/src/Teams/v1.0/examples/Remove-MgTeamChannelMember.md
+++ b/src/Teams/v1.0/examples/Remove-MgTeamChannelMember.md
@@ -1,9 +1,17 @@
-### Example 1: Code snippet
+### Example 1: {{ Add title here }}
+```powershell
+ PS C:\> {{ Add code here }}
-```powershell
Import-Module Microsoft.Graph.Teams
+{{ Add output here }}
+```
-Remove-MgTeamChannelMember -TeamId $teamId -ChannelId $channelId -ConversationMemberId $conversationMemberId
-```
-This example shows how to use the Remove-MgTeamChannelMember Cmdlet.
-
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
-
+{{ Add description here }}
+
+### Example 2: {{ Add title here }}
+```powershell
+ PS C:\> {{ Add code here }}
+
+{{ Add output here }}
+```
+
+{{ Add description here }}
diff --git a/src/Teams/v1.0/examples/Update-MgTeamChannelMessage.md b/src/Teams/v1.0/examples/Update-MgTeamChannelMessage.md
index fc020775bb1..4e5b10d4bb3 100644
--- a/src/Teams/v1.0/examples/Update-MgTeamChannelMessage.md
+++ b/src/Teams/v1.0/examples/Update-MgTeamChannelMessage.md
@@ -161,7 +161,7 @@ $params = @{
id = "e8f78756199240b88448ae0fc6db112d"
contentType = "application/vnd.microsoft.card.hero"
contentUrl = $null
- content = "{
+ content = '{
"title": "*title*",
"subtitle": "*subtitle*",
"text": "Have you found yourself scratching your head trying to figure these questions out? Frustrated trying to access some of the goodies unique to the Microsoft Teams platform? Well, fear not, Bot Builder SDK Extension for Teams in .NET and Node flavors is here! Just head on over to Nuget or NPM to download our tasty helpers, sure to speed up your prep time so you can spend more time maximizing the flavor of the bots you're cooking up.Here???s a small sample of some recipes to whet your appetite.",
@@ -188,7 +188,7 @@ $params = @{
"value": "http://google.com"
}
]
-}"
+}'
name = $null
thumbnailUrl = $null
}
@@ -196,7 +196,7 @@ $params = @{
id = "638464e32834471ea202007da60a5ae6"
contentType = "application/vnd.microsoft.card.hero"
contentUrl = $null
- content = "{
+ content = '{
"title": "*title*",
"subtitle": "*subtitle*",
"text": "Have you found yourself scratching your head trying to figure these questions out? Frustrated trying to access some of the goodies unique to the Microsoft Teams platform? Well, fear not, Bot Builder SDK Extension for Teams in .NET and Node flavors is here! Just head on over to Nuget or NPM to download our tasty helpers, sure to speed up your prep time so you can spend more time maximizing the flavor of the bots you're cooking up.Here???s a small sample of some recipes to whet your appetite.",
@@ -216,7 +216,7 @@ $params = @{
}
}
]
-}"
+}'
name = $null
thumbnailUrl = $null
}
@@ -263,7 +263,7 @@ $params = @{
id = "e8f78756199240b88448ae0fc6db112d"
contentType = "application/vnd.microsoft.card.hero"
contentUrl = $null
- content = "{
+ content = '{
"title": "*title*",
"subtitle": "*subtitle*",
"text": "Have you found yourself scratching your head trying to figure these questions out? Frustrated trying to access some of the goodies unique to the Microsoft Teams platform? Well, fear not, Bot Builder SDK Extension for Teams in .NET and Node flavors is here! Just head on over to Nuget or NPM to download our tasty helpers, sure to speed up your prep time so you can spend more time maximizing the flavor of the bots you're cooking up.Here???s a small sample of some recipes to whet your appetite.",
@@ -290,7 +290,7 @@ $params = @{
"value": "http://google.com"
}
]
-}"
+}'
name = $null
thumbnailUrl = $null
}
@@ -298,7 +298,7 @@ $params = @{
id = "638464e32834471ea202007da60a5ae6"
contentType = "application/vnd.microsoft.card.hero"
contentUrl = $null
- content = "{
+ content = '{
"title": "*title*",
"subtitle": "*subtitle*",
"text": "Have you found yourself scratching your head trying to figure these questions out? Frustrated trying to access some of the goodies unique to the Microsoft Teams platform? Well, fear not, Bot Builder SDK Extension for Teams in .NET and Node flavors is here! Just head on over to Nuget or NPM to download our tasty helpers, sure to speed up your prep time so you can spend more time maximizing the flavor of the bots you're cooking up.Here???s a small sample of some recipes to whet your appetite.",
@@ -318,7 +318,7 @@ $params = @{
}
}
]
-}"
+}'
name = $null
thumbnailUrl = $null
}