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
@@ -1 +0,0 @@

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.

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

```powershell

Import-Module Microsoft.Graph.Beta.NetworkAccess

Get-MgBetaNetworkAccessLogRemoteNetwork

```
This example shows how to use the Get-MgBetaNetworkAccessLogRemoteNetwork 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.NetworkAccess

Get-MgBetaNetworkAccessReportDiscoveredApplicationSegmentReport

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

11 changes: 11 additions & 0 deletions src/Reports/beta/examples/Get-MgBetaAuditLogSignUp.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.Reports

Get-MgBetaAuditLogSignUp -Filter "createdDateTime ge 2024-07-01T00:00:00Z and createdDateTime le 2024-07-14T23:59:59Z"

```
This example shows how to use the Get-MgBetaAuditLogSignUp 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.Reports

Get-MgBetaReportServiceActivityMetricForConditionalAccessBlockedSignIn

```
This example shows how to use the Get-MgBetaReportServiceActivityMetricForConditionalAccessBlockedSignIn 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.Reports

Get-MgBetaReportUserInsightMonthlySummary

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

Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
### Example 1: Code snippet
### Example 1: Retrieve a long-running operation from the industry data service

```powershell

Import-Module Microsoft.Graph.Beta.Search

Get-MgBetaExternalIndustryDataOperation
Get-MgBetaExternalIndustryDataOperation -LongRunningOperationId $longRunningOperationId

```
This example shows how to use the Get-MgBetaExternalIndustryDataOperation Cmdlet.
This example will retrieve a long-running operation from the industry data service

Loading