diff --git a/src/Applications/beta/examples/Get-MgBetaApplicationFederatedIdentityCredential.md b/src/Applications/beta/examples/Get-MgBetaApplicationFederatedIdentityCredential.md index a7d401ae113..8fd2f4105d9 100644 --- a/src/Applications/beta/examples/Get-MgBetaApplicationFederatedIdentityCredential.md +++ b/src/Applications/beta/examples/Get-MgBetaApplicationFederatedIdentityCredential.md @@ -4,7 +4,7 @@ Import-Module Microsoft.Graph.Beta.Applications -Get-MgBetaApplicationFederatedIdentityCredential -ApplicationId $applicationId -FederatedIdentityCredentialId $federatedIdentityCredentialId +Get-MgBetaApplicationFederatedIdentityCredential -ApplicationId $applicationId ``` This example shows how to use the Get-MgBetaApplicationFederatedIdentityCredential Cmdlet. diff --git a/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md b/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md index e69de29bb2d..d05037861a5 100644 --- a/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md +++ b/src/Applications/beta/examples/Get-MgBetaServicePrincipalSynchronizationTemplate.md @@ -0,0 +1,11 @@ +### 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/Applications/v1.0/examples/Get-MgApplicationFederatedIdentityCredential.md b/src/Applications/v1.0/examples/Get-MgApplicationFederatedIdentityCredential.md index 48a1be06050..dfe33fc2af6 100644 --- a/src/Applications/v1.0/examples/Get-MgApplicationFederatedIdentityCredential.md +++ b/src/Applications/v1.0/examples/Get-MgApplicationFederatedIdentityCredential.md @@ -1,11 +1,11 @@ -### Example 1: Code snippet +### Example: List federated identity credentials for an application ```powershell Import-Module Microsoft.Graph.Applications -Get-MgApplicationFederatedIdentityCredential -ApplicationId $applicationId -FederatedIdentityCredentialId $federatedIdentityCredentialId +Get-MgApplicationFederatedIdentityCredential -ApplicationId $applicationId ``` -This example shows how to use the Get-MgApplicationFederatedIdentityCredential Cmdlet. +This example will### example: list federated identity credentials for an application diff --git a/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationTemplate.md b/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationTemplate.md index e69de29bb2d..ce3990f381e 100644 --- a/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationTemplate.md +++ b/src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationTemplate.md @@ -0,0 +1,11 @@ +### Example + +```powershell + +Import-Module Microsoft.Graph.Applications + +Get-MgServicePrincipalSynchronizationTemplate -ServicePrincipalId $servicePrincipalId + +``` +This example shows how to use the Get-MgServicePrincipalSynchronizationTemplate Cmdlet. + diff --git a/src/Applications/v1.0/examples/New-MgApplicationFederatedIdentityCredential.md b/src/Applications/v1.0/examples/New-MgApplicationFederatedIdentityCredential.md index bafd3269642..fb1a44b83f5 100644 --- a/src/Applications/v1.0/examples/New-MgApplicationFederatedIdentityCredential.md +++ b/src/Applications/v1.0/examples/New-MgApplicationFederatedIdentityCredential.md @@ -1,4 +1,4 @@ -### Example 1: Code snippet +### Example: Create a federated identity credential for an application ```powershell @@ -16,5 +16,5 @@ $params = @{ New-MgApplicationFederatedIdentityCredential -ApplicationId $applicationId -BodyParameter $params ``` -This example shows how to use the New-MgApplicationFederatedIdentityCredential Cmdlet. +This example will### example: create a federated identity credential for an application diff --git a/src/Calendar/beta/examples/Get-MgBetaPlaceOperation.md b/src/Calendar/beta/examples/Get-MgBetaPlaceOperation.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Calendar/v1.0/examples/Get-MgPlaceAsBuilding.md b/src/Calendar/v1.0/examples/Get-MgPlaceAsBuilding.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Calendar/v1.0/examples/Get-MgPlaceAsBuildingMap.md b/src/Calendar/v1.0/examples/Get-MgPlaceAsBuildingMap.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Calendar/v1.0/examples/Get-MgPlaceAsBuildingMapFootprint.md b/src/Calendar/v1.0/examples/Get-MgPlaceAsBuildingMapFootprint.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Calendar/v1.0/examples/Get-MgPlaceAsBuildingMapLevel.md b/src/Calendar/v1.0/examples/Get-MgPlaceAsBuildingMapLevel.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Calendar/v1.0/examples/Get-MgPlaceAsBuildingMapLevelFixture.md b/src/Calendar/v1.0/examples/Get-MgPlaceAsBuildingMapLevelFixture.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Calendar/v1.0/examples/Get-MgPlaceAsBuildingMapLevelSection.md b/src/Calendar/v1.0/examples/Get-MgPlaceAsBuildingMapLevelSection.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Calendar/v1.0/examples/Get-MgPlaceAsBuildingMapLevelUnit.md b/src/Calendar/v1.0/examples/Get-MgPlaceAsBuildingMapLevelUnit.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Calendar/v1.0/examples/Get-MgPlaceAsDesk.md b/src/Calendar/v1.0/examples/Get-MgPlaceAsDesk.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Calendar/v1.0/examples/Get-MgPlaceAsFloor.md b/src/Calendar/v1.0/examples/Get-MgPlaceAsFloor.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Calendar/v1.0/examples/Get-MgPlaceAsSection.md b/src/Calendar/v1.0/examples/Get-MgPlaceAsSection.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Calendar/v1.0/examples/Get-MgPlaceAsWorkspace.md b/src/Calendar/v1.0/examples/Get-MgPlaceAsWorkspace.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Calendar/v1.0/examples/Get-MgPlaceCheck.md b/src/Calendar/v1.0/examples/Get-MgPlaceCheck.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Calendar/v1.0/examples/New-MgPlaceCheck.md b/src/Calendar/v1.0/examples/New-MgPlaceCheck.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Calendar/v1.0/examples/Remove-MgPlaceAsBuildingMap.md b/src/Calendar/v1.0/examples/Remove-MgPlaceAsBuildingMap.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Calendar/v1.0/examples/Remove-MgPlaceAsBuildingMapLevelFixture.md b/src/Calendar/v1.0/examples/Remove-MgPlaceAsBuildingMapLevelFixture.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Calendar/v1.0/examples/Remove-MgPlaceAsBuildingMapLevelUnit.md b/src/Calendar/v1.0/examples/Remove-MgPlaceAsBuildingMapLevelUnit.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Calendar/v1.0/examples/Update-MgPlaceAsBuildingMapLevelFixture.md b/src/Calendar/v1.0/examples/Update-MgPlaceAsBuildingMapLevelFixture.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Calendar/v1.0/examples/Update-MgPlaceAsBuildingMapLevelUnit.md b/src/Calendar/v1.0/examples/Update-MgPlaceAsBuildingMapLevelUnit.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/beta/examples/Clear-MgBetaCommunicationPresenceAutomaticLocation.md b/src/CloudCommunications/beta/examples/Clear-MgBetaCommunicationPresenceAutomaticLocation.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/beta/examples/Clear-MgBetaCommunicationPresenceLocation.md b/src/CloudCommunications/beta/examples/Clear-MgBetaCommunicationPresenceLocation.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/beta/examples/Clear-MgBetaUserPresenceAutomaticLocation.md b/src/CloudCommunications/beta/examples/Clear-MgBetaUserPresenceAutomaticLocation.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/beta/examples/Clear-MgBetaUserPresenceLocation.md b/src/CloudCommunications/beta/examples/Clear-MgBetaUserPresenceLocation.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/beta/examples/Get-MgBetaCommunicationOnlineMeetingConversationMessageReaction.md b/src/CloudCommunications/beta/examples/Get-MgBetaCommunicationOnlineMeetingConversationMessageReaction.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/beta/examples/Get-MgBetaCommunicationOnlineMeetingMessage.md b/src/CloudCommunications/beta/examples/Get-MgBetaCommunicationOnlineMeetingMessage.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/beta/examples/Set-MgBetaCommunicationPresenceAutomaticLocation.md b/src/CloudCommunications/beta/examples/Set-MgBetaCommunicationPresenceAutomaticLocation.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/beta/examples/Set-MgBetaCommunicationPresenceManualLocation.md b/src/CloudCommunications/beta/examples/Set-MgBetaCommunicationPresenceManualLocation.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/beta/examples/Set-MgBetaUserPresenceAutomaticLocation.md b/src/CloudCommunications/beta/examples/Set-MgBetaUserPresenceAutomaticLocation.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/beta/examples/Set-MgBetaUserPresenceManualLocation.md b/src/CloudCommunications/beta/examples/Set-MgBetaUserPresenceManualLocation.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/v1.0/examples/Clear-MgCommunicationPresenceAutomaticLocation.md b/src/CloudCommunications/v1.0/examples/Clear-MgCommunicationPresenceAutomaticLocation.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/v1.0/examples/Clear-MgCommunicationPresenceLocation.md b/src/CloudCommunications/v1.0/examples/Clear-MgCommunicationPresenceLocation.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/v1.0/examples/Clear-MgUserPresenceAutomaticLocation.md b/src/CloudCommunications/v1.0/examples/Clear-MgUserPresenceAutomaticLocation.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/v1.0/examples/Clear-MgUserPresenceLocation.md b/src/CloudCommunications/v1.0/examples/Clear-MgUserPresenceLocation.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/v1.0/examples/Get-MgCommunicationOnlineMeetingConversationMessageReaction.md b/src/CloudCommunications/v1.0/examples/Get-MgCommunicationOnlineMeetingConversationMessageReaction.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/v1.0/examples/Get-MgCommunicationOnlineMeetingMessage.md b/src/CloudCommunications/v1.0/examples/Get-MgCommunicationOnlineMeetingMessage.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/v1.0/examples/Set-MgCommunicationPresenceAutomaticLocation.md b/src/CloudCommunications/v1.0/examples/Set-MgCommunicationPresenceAutomaticLocation.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/v1.0/examples/Set-MgCommunicationPresenceManualLocation.md b/src/CloudCommunications/v1.0/examples/Set-MgCommunicationPresenceManualLocation.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/v1.0/examples/Set-MgUserPresenceAutomaticLocation.md b/src/CloudCommunications/v1.0/examples/Set-MgUserPresenceAutomaticLocation.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/CloudCommunications/v1.0/examples/Set-MgUserPresenceManualLocation.md b/src/CloudCommunications/v1.0/examples/Set-MgUserPresenceManualLocation.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/DeviceManagement.Administration/v1.0/examples/Get-MgDeviceManagementVirtualEndpointCloudPcLaunchDetail.md b/src/DeviceManagement.Administration/v1.0/examples/Get-MgDeviceManagementVirtualEndpointCloudPcLaunchDetail.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/DeviceManagement.Administration/v1.0/examples/Get-MgDeviceManagementVirtualEndpointReportCloudPcRecommendationReport.md b/src/DeviceManagement.Administration/v1.0/examples/Get-MgDeviceManagementVirtualEndpointReportCloudPcRecommendationReport.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/DeviceManagement.Administration/v1.0/examples/Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc.md b/src/DeviceManagement.Administration/v1.0/examples/Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Education/v1.0/examples/New-MgEducationClassModuleResource.md b/src/Education/v1.0/examples/New-MgEducationClassModuleResource.md index d46018c4ffa..c2f466154ca 100644 --- a/src/Education/v1.0/examples/New-MgEducationClassModuleResource.md +++ b/src/Education/v1.0/examples/New-MgEducationClassModuleResource.md @@ -1,4 +1,4 @@ -### Example 1: Code snippet +### Example 1: Create an educationLinkResource ```powershell @@ -15,9 +15,9 @@ $params = @{ New-MgEducationClassModuleResource -EducationClassId $educationClassId -EducationModuleId $educationModuleId -BodyParameter $params ``` -This example shows how to use the New-MgEducationClassModuleResource Cmdlet. +This example will create an educationlinkresource -### Example 2: Code snippet +### Example 2: Create an educationWordResource ```powershell @@ -36,9 +36,9 @@ $params = @{ New-MgEducationClassModuleResource -EducationClassId $educationClassId -EducationModuleId $educationModuleId -BodyParameter $params ``` -This example shows how to use the New-MgEducationClassModuleResource Cmdlet. +This example will create an educationwordresource -### Example 3: Code snippet +### Example 3: Create an educationFileResource ```powershell @@ -57,9 +57,9 @@ $params = @{ New-MgEducationClassModuleResource -EducationClassId $educationClassId -EducationModuleId $educationModuleId -BodyParameter $params ``` -This example shows how to use the New-MgEducationClassModuleResource Cmdlet. +This example will create an educationfileresource -### Example 4: Code snippet +### Example 4: Create an educationExcelResource ```powershell @@ -78,9 +78,9 @@ $params = @{ New-MgEducationClassModuleResource -EducationClassId $educationClassId -EducationModuleId $educationModuleId -BodyParameter $params ``` -This example shows how to use the New-MgEducationClassModuleResource Cmdlet. +This example will create an educationexcelresource -### Example 5: Code snippet +### Example 5: Create an educationPowerPointResource ```powershell @@ -97,9 +97,9 @@ $params = @{ New-MgEducationClassModuleResource -EducationClassId $educationClassId -EducationModuleId $educationModuleId -BodyParameter $params ``` -This example shows how to use the New-MgEducationClassModuleResource Cmdlet. +This example will create an educationpowerpointresource -### Example 6: Code snippet +### Example 6: Create an educationMediaResource ```powershell @@ -116,9 +116,9 @@ $params = @{ New-MgEducationClassModuleResource -EducationClassId $educationClassId -EducationModuleId $educationModuleId -BodyParameter $params ``` -This example shows how to use the New-MgEducationClassModuleResource Cmdlet. +This example will create an educationmediaresource -### Example 7: Code snippet +### Example 7: Create an educationChannelResource ```powershell @@ -135,9 +135,9 @@ $params = @{ New-MgEducationClassModuleResource -EducationClassId $educationClassId -EducationModuleId $educationModuleId -BodyParameter $params ``` -This example shows how to use the New-MgEducationClassModuleResource Cmdlet. +This example will create an educationchannelresource -### Example 8: Code snippet +### Example 8: Create an educationLinkedAssignmentResource ```powershell @@ -154,5 +154,5 @@ $params = @{ New-MgEducationClassModuleResource -EducationClassId $educationClassId -EducationModuleId $educationModuleId -BodyParameter $params ``` -This example shows how to use the New-MgEducationClassModuleResource Cmdlet. +This example will create an educationlinkedassignmentresource diff --git a/src/Education/v1.0/examples/Set-MgEducationClassAssignmentSubmissionUpResourceFolder.md b/src/Education/v1.0/examples/Set-MgEducationClassAssignmentSubmissionUpResourceFolder.md index 3636b06ad97..e55aae69991 100644 --- a/src/Education/v1.0/examples/Set-MgEducationClassAssignmentSubmissionUpResourceFolder.md +++ b/src/Education/v1.0/examples/Set-MgEducationClassAssignmentSubmissionUpResourceFolder.md @@ -1,4 +1,4 @@ -### Example 1: Code snippet +### Example 1: Set up a resource folder for a submission ```powershell @@ -10,9 +10,9 @@ $params = @{ Set-MgEducationClassAssignmentSubmissionUpResourceFolder -EducationClassId $educationClassId -EducationAssignmentId $educationAssignmentId -EducationSubmissionId $educationSubmissionId -BodyParameter $params ``` -This example shows how to use the Set-MgEducationClassAssignmentSubmissionUpResourceFolder Cmdlet. +This example will set up a resource folder for a submission -### Example 2: Code snippet +### Example 2: Set up a resource folder when the assignment is no longer open for submission ```powershell @@ -24,9 +24,9 @@ $params = @{ Set-MgEducationClassAssignmentSubmissionUpResourceFolder -EducationClassId $educationClassId -EducationAssignmentId $educationAssignmentId -EducationSubmissionId $educationSubmissionId -BodyParameter $params ``` -This example shows how to use the Set-MgEducationClassAssignmentSubmissionUpResourceFolder Cmdlet. +This example will set up a resource folder when the assignment is no longer open for submission -### Example 3: Code snippet +### Example 3: Set up a resource folder when the assignment is already in submitted state ```powershell @@ -38,5 +38,5 @@ $params = @{ Set-MgEducationClassAssignmentSubmissionUpResourceFolder -EducationClassId $educationClassId -EducationAssignmentId $educationAssignmentId -EducationSubmissionId $educationSubmissionId -BodyParameter $params ``` -This example shows how to use the Set-MgEducationClassAssignmentSubmissionUpResourceFolder Cmdlet. +This example will set up a resource folder when the assignment is already in submitted state diff --git a/src/Identity.DirectoryManagement/beta/examples/New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration.md b/src/Identity.DirectoryManagement/beta/examples/New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessSettingCustomBlockPage.md b/src/NetworkAccess/beta/examples/Get-MgBetaNetworkAccessSettingCustomBlockPage.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessSettingCustomBlockPage.md b/src/NetworkAccess/beta/examples/Update-MgBetaNetworkAccessSettingCustomBlockPage.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Security/v1.0/examples/Get-MgSecurityCaseEdiscoveryCaseMember.md b/src/Security/v1.0/examples/Get-MgSecurityCaseEdiscoveryCaseMember.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Security/v1.0/examples/New-MgSecurityCaseEdiscoveryCaseMember.md b/src/Security/v1.0/examples/New-MgSecurityCaseEdiscoveryCaseMember.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Security/v1.0/examples/Remove-MgSecurityCaseEdiscoveryCaseMember.md b/src/Security/v1.0/examples/Remove-MgSecurityCaseEdiscoveryCaseMember.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Teams/beta/examples/Complete-MgBetaChatMigration.md b/src/Teams/beta/examples/Complete-MgBetaChatMigration.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Teams/beta/examples/Complete-MgBetaUserChatMigration.md b/src/Teams/beta/examples/Complete-MgBetaUserChatMigration.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Teams/beta/examples/Start-MgBetaChatMigration.md b/src/Teams/beta/examples/Start-MgBetaChatMigration.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Teams/beta/examples/Start-MgBetaGroupTeamChannelMigration.md b/src/Teams/beta/examples/Start-MgBetaGroupTeamChannelMigration.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Teams/beta/examples/Start-MgBetaGroupTeamPrimaryChannelMigration.md b/src/Teams/beta/examples/Start-MgBetaGroupTeamPrimaryChannelMigration.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Teams/beta/examples/Start-MgBetaTeamChannelMigration.md b/src/Teams/beta/examples/Start-MgBetaTeamChannelMigration.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Teams/beta/examples/Start-MgBetaTeamPrimaryChannelMigration.md b/src/Teams/beta/examples/Start-MgBetaTeamPrimaryChannelMigration.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Teams/beta/examples/Start-MgBetaTeamworkDeletedTeamChannelMigration.md b/src/Teams/beta/examples/Start-MgBetaTeamworkDeletedTeamChannelMigration.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Teams/beta/examples/Start-MgBetaUserChatMigration.md b/src/Teams/beta/examples/Start-MgBetaUserChatMigration.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users/beta/examples/Invoke-MgBetaViewUserSettingWorkHourAndLocationOccurrence.md b/src/Users/beta/examples/Invoke-MgBetaViewUserSettingWorkHourAndLocationOccurrence.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users/beta/examples/Set-MgBetaUserSettingWorkHourAndLocationOccurrenceCurrentLocation.md b/src/Users/beta/examples/Set-MgBetaUserSettingWorkHourAndLocationOccurrenceCurrentLocation.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users/v1.0/examples/Invoke-MgViewUserSettingWorkHourAndLocationOccurrence.md b/src/Users/v1.0/examples/Invoke-MgViewUserSettingWorkHourAndLocationOccurrence.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/Users/v1.0/examples/Set-MgUserSettingWorkHourAndLocationOccurrenceCurrentLocation.md b/src/Users/v1.0/examples/Set-MgUserSettingWorkHourAndLocationOccurrenceCurrentLocation.md new file mode 100644 index 00000000000..e69de29bb2d