diff --git a/src/Applications/beta/examples/Get-MgBetaApplicationOwnerByRef.md b/src/Applications/beta/examples/Get-MgBetaApplicationOwnerByRef.md index 8b137891791..e69de29bb2d 100644 --- a/src/Applications/beta/examples/Get-MgBetaApplicationOwnerByRef.md +++ b/src/Applications/beta/examples/Get-MgBetaApplicationOwnerByRef.md @@ -1 +0,0 @@ - diff --git a/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md b/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md index d05037861a5..e69de29bb2d 100644 --- a/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md +++ b/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md @@ -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. - diff --git a/src/Education/beta/examples/Get-MgBetaEducationReportSpeakerAssignmentSubmission.md b/src/Education/beta/examples/Get-MgBetaEducationReportSpeakerAssignmentSubmission.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdminPeopleProfilePropertySetting.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdminPeopleProfilePropertySetting.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdminPeopleProfileSource.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaAdminPeopleProfileSource.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryRecommendationConfiguration.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryRecommendationConfiguration.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Identity.SignIns/beta/examples/Confirm-MgBetaRiskyUserSafe.md b/src/Identity.SignIns/beta/examples/Confirm-MgBetaRiskyUserSafe.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Identity.SignIns/v1.0/examples/Confirm-MgRiskyUserSafe.md b/src/Identity.SignIns/v1.0/examples/Confirm-MgRiskyUserSafe.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessLogConnection.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessLogConnection.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessLogRemoteNetwork.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessLogRemoteNetwork.md new file mode 100644 index 00000000000..f9f82ab55ff --- /dev/null +++ b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessLogRemoteNetwork.md @@ -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. + diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessReportConnectionSummary.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessReportConnectionSummary.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessReportDiscoveredApplicationSegmentReport.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessReportDiscoveredApplicationSegmentReport.md new file mode 100644 index 00000000000..34efe1ab651 --- /dev/null +++ b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessReportDiscoveredApplicationSegmentReport.md @@ -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. + diff --git a/src/Reports/beta/examples/Export-MgBetaReportPartnerBillingReconciliationUnbilled.md b/src/Reports/beta/examples/Export-MgBetaReportPartnerBillingReconciliationUnbilled.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Reports/beta/examples/Get-MgBetaAuditLogSignUp.md b/src/Reports/beta/examples/Get-MgBetaAuditLogSignUp.md new file mode 100644 index 00000000000..e8a31618a38 --- /dev/null +++ b/src/Reports/beta/examples/Get-MgBetaAuditLogSignUp.md @@ -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. + diff --git a/src/Reports/beta/examples/Get-MgBetaReportServiceActivityMetricForConditionalAccessBlockedSignIn.md b/src/Reports/beta/examples/Get-MgBetaReportServiceActivityMetricForConditionalAccessBlockedSignIn.md new file mode 100644 index 00000000000..d0b5aef1e56 --- /dev/null +++ b/src/Reports/beta/examples/Get-MgBetaReportServiceActivityMetricForConditionalAccessBlockedSignIn.md @@ -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. + diff --git a/src/Reports/beta/examples/Get-MgBetaReportUserInsightMonthlySummary.md b/src/Reports/beta/examples/Get-MgBetaReportUserInsightMonthlySummary.md new file mode 100644 index 00000000000..665c7839231 --- /dev/null +++ b/src/Reports/beta/examples/Get-MgBetaReportUserInsightMonthlySummary.md @@ -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. + diff --git a/src/Reports/v1.0/examples/Confirm-MgAuditLogSignInCompromised.md b/src/Reports/v1.0/examples/Confirm-MgAuditLogSignInCompromised.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Reports/v1.0/examples/Confirm-MgAuditLogSignInSafe.md b/src/Reports/v1.0/examples/Confirm-MgAuditLogSignInSafe.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Search/beta/examples/Get-MgBetaExternalIndustryDataOperation.md b/src/Search/beta/examples/Get-MgBetaExternalIndustryDataOperation.md index 3003e9d8d98..4db1c97fe14 100644 --- a/src/Search/beta/examples/Get-MgBetaExternalIndustryDataOperation.md +++ b/src/Search/beta/examples/Get-MgBetaExternalIndustryDataOperation.md @@ -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 diff --git a/src/Security/beta/examples/Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabel.md b/src/Security/beta/examples/Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabel.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Security/beta/examples/Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelRight.md b/src/Security/beta/examples/Get-MgBetaSecurityDataSecurityAndGovernanceSensitivityLabelRight.md new file mode 100644 index 00000000000..e69de29bb2d