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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### Example 1: Code snippet

```powershell

Import-Module Microsoft.Graph.Beta.Applications

Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp -ServicePrincipalId $servicePrincipalId

```
This example shows how to use the Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp Cmdlet.

Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
### Example

```powershell

Import-Module Microsoft.Graph.Beta.Applications

Get-MgBetaServicePrincipalSynchronizationTemplate -ServicePrincipalId $servicePrincipalId

```
This example shows how to use the Get-MgBetaServicePrincipalSynchronizationTemplate Cmdlet.

11 changes: 11 additions & 0 deletions src/Calendar/beta/examples/Get-MgBetaPlaceAsRoomList.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### Example 1: Code snippet

```powershell

Import-Module Microsoft.Graph.Beta.Calendar

Get-MgBetaPlaceAsRoomList -PlaceId $placeId

```
This example shows how to use the Get-MgBetaPlaceAsRoomList Cmdlet.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### Example 1: Code snippet

```powershell

Import-Module Microsoft.Graph.Beta.ConfigurationManagement

Get-MgBetaAdminConfigurationManagementConfigurationSnapshot

```
This example shows how to use the Get-MgBetaAdminConfigurationManagementConfigurationSnapshot Cmdlet.

Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
### Example 1: Code snippet
### Example 1: Get an onTokenIssuanceStartCustomExtension object

```powershell
Import-Module Microsoft.Graph.Beta.Identity.SignIns
Get-MgBetaIdentityCustomAuthenticationExtension
Get-MgBetaIdentityCustomAuthenticationExtension -CustomAuthenticationExtensionId $customAuthenticationExtensionId
```
This example shows how to use the Get-MgBetaIdentityCustomAuthenticationExtension Cmdlet.
This example will get an ontokenissuancestartcustomextension object

### Example 2: Get an onVerifiedIdClaimValidationCustomExtension object

```powershell
Import-Module Microsoft.Graph.Beta.Identity.SignIns
Get-MgBetaIdentityCustomAuthenticationExtension -CustomAuthenticationExtensionId $customAuthenticationExtensionId
```
This example will get an onverifiedidclaimvalidationcustomextension object

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
### Example 1: Code snippet
### Example 2: Get a tlsInspectionPolicyLink

```powershell

Import-Module Microsoft.Graph.Beta.NetworkAccess

Get-MgBetaNetworkAccessFilteringProfilePolicy -FilteringProfileId $filteringProfileId -Filter "isof('microsoft.graph.networkaccess.securityProviderPolicyLink')"
Get-MgBetaNetworkAccessFilteringProfilePolicy -FilteringProfileId $filteringProfileId -PolicyLinkId $policyLinkId

```
This example shows how to use the Get-MgBetaNetworkAccessFilteringProfilePolicy Cmdlet.
This example will get a tlsinspectionpolicylink

Empty file.
Empty file.
Loading