source stringclasses 1
value | repo stringclasses 33
values | repo_url stringclasses 33
values | path stringlengths 7 179 | language stringclasses 1
value | license stringclasses 4
values | stars int64 2.27k 53.4k | ref stringclasses 4
values | size_bytes int64 48 259k | text stringlengths 48 259k |
|---|---|---|---|---|---|---|---|---|---|
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneRoleDefinition/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,140 | <#
This example creates a new Intune Role Definition.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$TenantId,
[Parameter()]
[System.String]
$CertificateThumbprint
)
Imp... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneRoleDefinition/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,122 | <#
This example creates a new Intune Role Definition.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$TenantId,
[Parameter()]
[System.String]
$CertificateThumbprint
)
Imp... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/TeamsFederationConfiguration/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,017 | <#
This examples sets the Teams Federation Configuration.
#>
Configuration Example
{
param(
[Parameter(Mandatory = $true)]
[PSCredential]
$Credscredential
)
Import-DscResource -ModuleName Microsoft365DSC
node localhost
{
TeamsFederationConfiguration 'FederationConfi... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneEndpointDetectionAndResponsePolicyWindows10/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 821 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneEndpointDetectionAndResponsePolicyWindows10/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,033 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneEndpointDetectionAndResponsePolicyWindows10/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,014 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOApplicationAccessPolicy/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,097 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOApplicationAccessPolicy/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,124 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOApplicationAccessPolicy/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 916 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOSharedMailbox/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 971 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOSharedMailbox/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 999 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOSharedMailbox/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 998 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/TeamsMessagingPolicy/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,243 | <#
This example adds a new Teams Messaging Policy.
#>
Configuration Example
{
param(
[Parameter(Mandatory = $true)]
[PSCredential]
$Credscredential
)
Import-DscResource -ModuleName Microsoft365DSC
node localhost
{
TeamsMessagingPolicy 'ConfigureMessagingPolicy'
... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOPlace/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,293 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOPlace/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,312 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOPlace/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 915 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/SPOSite/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,410 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter(Mandatory = $true)]
[PSCredential]
$Credscredential
)
Import-DscResource -ModuleName M... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneAttackSurfaceReductionRulesPolicyWindows10ConfigManager/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 981 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneAttackSurfaceReductionRulesPolicyWindows10ConfigManager/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 844 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneAttackSurfaceReductionRulesPolicyWindows10ConfigManager/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 962 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneDeviceConfigurationPolicyAndroidOpenSourceProject/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,440 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneDeviceConfigurationPolicyAndroidOpenSourceProject/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,458 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneDeviceConfigurationPolicyAndroidOpenSourceProject/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 870 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AADPIMGroupSetting/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 4,192 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AADPIMGroupSetting/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 4,191 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Te... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOMigration/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,239 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOMigration/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 1,217 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOMigration/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,221 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AADIdentityGovernanceProgram/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 851 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AADIdentityGovernanceProgram/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 928 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AADIdentityGovernanceProgram/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 920 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneRoleDefinitionWindows365/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,144 | <#
This example creates a new Intune Role Definition.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$TenantId,
[Parameter()]
[System.String]
$CertificateThumbprint
)
Imp... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneRoleDefinitionWindows365/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 765 | <#
This example creates a new Intune Role Definition.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$TenantId,
[Parameter()]
[System.String]
$CertificateThumbprint
)
Imp... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneRoleDefinitionWindows365/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,196 | <#
This example creates a new Intune Role Definition.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$TenantId,
[Parameter()]
[System.String]
$CertificateThumbprint
)
Imp... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AzureDiagnosticSettingsCustomSecurityAttribute/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,785 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AzureDiagnosticSettingsCustomSecurityAttribute/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 1,784 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AzureDiagnosticSettingsCustomSecurityAttribute/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,794 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/SentinelSetting/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 929 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AADAuthenticationMethodPolicyTemporary/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 891 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AADAuthenticationMethodPolicyTemporary/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,637 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOMailboxCalendarFolder/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,100 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/SCRoleGroup/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 750 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param
(
[Parameter(Mandatory = $true)]
[PSCredential]
$Credscredential
)
Import-DscResource -ModuleN... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/SCRoleGroup/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 749 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param
(
[Parameter(Mandatory = $true)]
[PSCredential]
$Credscredential
)
Import-DscResource -ModuleN... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/SCRoleGroup/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 761 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param
(
[Parameter(Mandatory = $true)]
[PSCredential]
$Credscredential
)
Import-DscResource -ModuleN... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AADAdministrativeUnit/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 822 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AADAdministrativeUnit/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,590 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AADAdministrativeUnit/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,476 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/TeamsUser/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 626 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter(Mandatory = $true)]
[PSCredential]
$Credscredential
)
Import-DscResource -ModuleName M... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/TeamsMeetingPolicy/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,657 | <#
This example adds a new Teams Meeting Policy.
#>
Configuration Example
{
param(
[Parameter(Mandatory = $true)]
[PSCredential]
$Credscredential
)
Import-DscResource -ModuleName Microsoft365DSC
node localhost
{
TeamsMeetingPolicy 'ConfigureMeetingPolicy'
{
... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOActiveSyncDeviceAccessRule/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 994 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOActiveSyncDeviceAccessRule/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,016 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneWindowsAutopilotDeploymentProfileAzureADHybridJoined/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,732 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneWindowsAutopilotDeploymentProfileAzureADHybridJoined/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 878 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneWindowsAutopilotDeploymentProfileAzureADHybridJoined/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,752 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/SPOSiteAuditSettings/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 594 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter(Mandatory = $true)]
[PSCredential]
$Credscredential
)
Import-DscResource -ModuleName M... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneMobileAppsMicrosoft365SuiteMacOS/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,839 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneMobileAppsMicrosoft365SuiteMacOS/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 863 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneMobileAppsMicrosoft365SuiteMacOS/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,846 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneDeviceConfigurationDomainJoinPolicyWindows10/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,426 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneDeviceConfigurationDomainJoinPolicyWindows10/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,445 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneDeviceConfigurationDomainJoinPolicyWindows10/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 865 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AADConnectorGroupApplicationProxy/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 935 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AADConnectorGroupApplicationProxy/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 978 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AADConnectorGroupApplicationProxy/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 975 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneDeviceRemediation/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 2,118 | <#
This example creates a new Device Remediation.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$TenantId,
[Parameter()]
[System.String]
$CertificateThumbprint
)
Import-... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneDeviceRemediation/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 777 | <#
This example removes a Device Remediation.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$TenantId,
[Parameter()]
[System.String]
$CertificateThumbprint
)
Import-DscR... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneDeviceRemediation/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 2,255 | <#
This example updates an existing Device Remediation.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$TenantId,
[Parameter()]
[System.String]
$CertificateThumbprint
)
I... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/PlannerBucket/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 769 | <#
This example creates a new Planner Bucket in a Plan.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$TenantId,
[Parameter()]
[System.String]
$CertificateThumbprint
)
I... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/PlannerBucket/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 768 | <#
This example creates a new Planner Bucket in a Plan.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$TenantId,
[Parameter()]
[System.String]
$CertificateThumbprint
)
I... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOMigrationEndpoint/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,333 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOMigrationEndpoint/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 1,333 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOMigrationEndpoint/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,392 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneMobileAppsBundleMacOS/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 892 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneMobileAppsBundleMacOS/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 2,558 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneMobileAppsBundleMacOS/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 2,542 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/TeamsTenantDialPlan/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,086 | <#
This example configures the Teams Guest Calling Configuration.
#>
Configuration Example
{
param
(
[Parameter(Mandatory = $true)]
[PSCredential]
$Credscredential
)
Import-DscResource -ModuleName Microsoft365DSC
node localhost
{
TeamsTenantDialPlan 'ConfigureT... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXORoleGroup/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,041 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXORoleGroup/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 951 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXORoleGroup/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,069 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AADGroupEligibilitySchedule/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,087 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter(Mandatory = $true)]
[PSCredential]
$Credscredential
)
Import-DscResource -ModuleName M... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AADGroupEligibilitySchedule/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,221 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter(Mandatory = $true)]
[PSCredential]
$Credscredential
)
Import-DscResource -ModuleName M... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOAvailabilityAddressSpace/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,102 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOAvailabilityAddressSpace/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,121 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOAvailabilityAddressSpace/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 840 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXOMailboxSettings/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 911 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXORoleAssignmentPolicy/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,230 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXORoleAssignmentPolicy/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 1,172 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/EXORoleAssignmentPolicy/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,322 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneEndpointDetectionAndResponsePolicyLinux/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,008 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneEndpointDetectionAndResponsePolicyLinux/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 817 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneEndpointDetectionAndResponsePolicyLinux/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 990 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/SCSupervisoryReviewPolicy/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 649 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter(Mandatory = $true)]
[PSCredential]
$Credscredential
)
Import-DscResource -ModuleName M... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/TeamsMessagingConfiguration/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,080 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter(Mandatory = $true)]
[PSCredential]
$Credscredential
)
Import-DscResource -ModuleName ... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/ADOSecurityPolicy/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,388 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AADAccessReviewDefinition/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 3,579 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AADAccessReviewDefinition/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 998 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/AADAccessReviewDefinition/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 3,584 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneMobileAppsMicrosoftEdge/3-Remove.ps1 | PowerShell | mit | 2,267 | Dev | 912 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneMobileAppsMicrosoftEdge/2-Update.ps1 | PowerShell | mit | 2,267 | Dev | 1,951 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
github | Microsoft365DSC/Microsoft365DSC | https://github.com/Microsoft365DSC/Microsoft365DSC | Examples/Resources/IntuneMobileAppsMicrosoftEdge/1-Create.ps1 | PowerShell | mit | 2,267 | Dev | 1,944 | <#
This example is used to test new resources and showcase the usage of new resources being worked on.
It is not meant to use as a production baseline.
#>
Configuration Example
{
param(
[Parameter()]
[System.String]
$ApplicationId,
[Parameter()]
[System.String]
$Ten... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.