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/IntuneWindowsUpdateForBusinessDriverUpdateProfileWindows10/3-Remove.ps1
PowerShell
mit
2,267
Dev
875
<# 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/IntuneWindowsUpdateForBusinessDriverUpdateProfileWindows10/2-Update.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/IntuneWindowsUpdateForBusinessDriverUpdateProfileWindows10/1-Create.ps1
PowerShell
mit
2,267
Dev
943
<# 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/ADOPermissionGroup/1-Create.ps1
PowerShell
mit
2,267
Dev
1,098
<# 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/ADOPermissionGroup/3-Remove.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/ADOPermissionGroup/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/SCDLPComplianceRule/1-Create.ps1
PowerShell
mit
2,267
Dev
3,320
<# 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 -Module...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/AADUser/2-Update.ps1
PowerShell
mit
2,267
Dev
1,120
<# 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/AADUser/3-Remove.ps1
PowerShell
mit
2,267
Dev
856
<# 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/AADUser/1-Create.ps1
PowerShell
mit
2,267
Dev
1,112
<# 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/IntuneDeviceConfigurationIdentityProtectionPolicyWindows10/1-Create.ps1
PowerShell
mit
2,267
Dev
2,144
<# 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/IntuneDeviceConfigurationIdentityProtectionPolicyWindows10/3-Remove.ps1
PowerShell
mit
2,267
Dev
903
<# 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/IntuneDeviceConfigurationIdentityProtectionPolicyWindows10/2-Update.ps1
PowerShell
mit
2,267
Dev
2,163
<# 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/AADAuthenticationFlowPolicy/2-Update.ps1
PowerShell
mit
2,267
Dev
1,162
<# 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/SentinelThreatIntelligenceIndicator/3-Remove.ps1
PowerShell
mit
2,267
Dev
1,499
<# 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/SentinelThreatIntelligenceIndicator/2-Update.ps1
PowerShell
mit
2,267
Dev
1,515
<# 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/SentinelThreatIntelligenceIndicator/1-Create.ps1
PowerShell
mit
2,267
Dev
1,500
<# 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/PPTenantIsolationSettings/1-Create.ps1
PowerShell
mit
2,267
Dev
883
<# This example sets Power Platform tenant isolation settings. #> Configuration Example { param ( [Parameter(Mandatory = $true)] [PSCredential] $Credscredential ) Import-DscResource -ModuleName Microsoft365DSC node localhost { PPTenantIsolationSettings 'PowerPl...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/PPTenantIsolationSettings/2-Update.ps1
PowerShell
mit
2,267
Dev
930
<# This example sets Power Platform tenant isolation settings. #> Configuration Example { param ( [Parameter(Mandatory = $true)] [PSCredential] $Credscredential ) Import-DscResource -ModuleName Microsoft365DSC node localhost { PPTenantIsolationSettings 'PowerPl...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/EXOCASMailboxSettings/2-Update.ps1
PowerShell
mit
2,267
Dev
2,498
<# 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/EXOReportSubmissionRule/2-Update.ps1
PowerShell
mit
2,267
Dev
1,003
<# 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/AADAuthenticationMethodPolicyExternal/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/AADAuthenticationMethodPolicyExternal/2-Update.ps1
PowerShell
mit
2,267
Dev
1,672
<# 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/AADAuthenticationMethodPolicyExternal/1-Create.ps1
PowerShell
mit
2,267
Dev
1,672
<# 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/IntuneVPNConfigurationPolicyAndroidDeviceOwner/2-Update.ps1
PowerShell
mit
2,267
Dev
3,511
<# 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/IntuneVPNConfigurationPolicyAndroidDeviceOwner/3-Remove.ps1
PowerShell
mit
2,267
Dev
931
<# 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/IntuneVPNConfigurationPolicyAndroidDeviceOwner/1-Create.ps1
PowerShell
mit
2,267
Dev
3,508
<# 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/AADEntitlementManagementConnectedOrganization/3-Remove.ps1
PowerShell
mit
2,267
Dev
854
<# 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/AADEntitlementManagementConnectedOrganization/2-Update.ps1
PowerShell
mit
2,267
Dev
1,472
<# 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/AADEntitlementManagementConnectedOrganization/1-Create.ps1
PowerShell
mit
2,267
Dev
1,443
<# 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/SCAutoSensitivityLabelRule/3-Remove.ps1
PowerShell
mit
2,267
Dev
760
<# 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 -Module...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/SCAutoSensitivityLabelRule/2-Update.ps1
PowerShell
mit
2,267
Dev
2,338
<# 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 -Module...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/SCAutoSensitivityLabelRule/1-Create.ps1
PowerShell
mit
2,267
Dev
2,320
<# 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 -Module...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/AADAuthenticationRequirement/2-Update.ps1
PowerShell
mit
2,267
Dev
905
<# 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/IntuneDeviceConfigurationPlatformScriptWindows/2-Update.ps1
PowerShell
mit
2,267
Dev
1,470
<# 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/IntuneDeviceConfigurationPlatformScriptWindows/3-Remove.ps1
PowerShell
mit
2,267
Dev
908
<# 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/IntuneDeviceConfigurationPlatformScriptWindows/1-Create.ps1
PowerShell
mit
2,267
Dev
1,450
<# 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/EXORemoteDomain/3-Remove.ps1
PowerShell
mit
2,267
Dev
858
<# 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/EXORemoteDomain/2-Update.ps1
PowerShell
mit
2,267
Dev
2,030
<# 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/EXORemoteDomain/1-Create.ps1
PowerShell
mit
2,267
Dev
2,010
<# 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/IntuneSecurityBaselineWindows10/1-Create.ps1
PowerShell
mit
2,267
Dev
1,680
<# 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/IntuneSecurityBaselineWindows10/3-Remove.ps1
PowerShell
mit
2,267
Dev
833
<# 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/IntuneSecurityBaselineWindows10/2-Update.ps1
PowerShell
mit
2,267
Dev
1,687
<# 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/PPPowerAppsEnvironment/1-Create.ps1
PowerShell
mit
2,267
Dev
716
<# This example creates a new PowerApps environment in production. #> Configuration Example { param( [Parameter(Mandatory = $true)] [PSCredential] $Credscredential ) Import-DscResource -ModuleName Microsoft365DSC node localhost { PPPowerAppsEnvironment 'PowerAppsDem...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/PPPowerAppsEnvironment/3-Remove.ps1
PowerShell
mit
2,267
Dev
715
<# This example creates a new PowerApps environment in production. #> Configuration Example { param( [Parameter(Mandatory = $true)] [PSCredential] $Credscredential ) Import-DscResource -ModuleName Microsoft365DSC node localhost { PPPowerAppsEnvironment 'PowerAppsDem...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/EXOCalendarProcessing/2-Update.ps1
PowerShell
mit
2,267
Dev
2,980
<# 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/IntuneAntivirusPolicyWindows10ConfigMgr/3-Remove.ps1
PowerShell
mit
2,267
Dev
1,053
<# 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/IntuneAntivirusPolicyWindows10ConfigMgr/2-Update.ps1
PowerShell
mit
2,267
Dev
3,598
<# 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/IntuneAntivirusPolicyWindows10ConfigMgr/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/EXOSweepRule/1-Create.ps1
PowerShell
mit
2,267
Dev
1,155
<# 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/EXOSweepRule/2-Update.ps1
PowerShell
mit
2,267
Dev
1,163
<# 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/EXOSweepRule/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/EXOHostedContentFilterPolicy/1-Create.ps1
PowerShell
mit
2,267
Dev
2,995
<# 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/EXOHostedContentFilterPolicy/3-Remove.ps1
PowerShell
mit
2,267
Dev
875
<# 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/EXOHostedContentFilterPolicy/2-Update.ps1
PowerShell
mit
2,267
Dev
3,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/SCRecordReviewNotificationTemplateConfig/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/AADCrossTenantAccessPolicyConfigurationDefault/2-Update.ps1
PowerShell
mit
2,267
Dev
4,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()] [System.String] $ApplicationId, [Parameter()] [System.String] $Ten...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneMobileThreatDefenseConnector/2-Update.ps1
PowerShell
mit
2,267
Dev
2,203
<# 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/IntuneMobileThreatDefenseConnector/3-Remove.ps1
PowerShell
mit
2,267
Dev
2,196
<# 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/IntuneMobileThreatDefenseConnector/1-Create.ps1
PowerShell
mit
2,267
Dev
2,197
<# 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/IntuneAppProtectionPolicyWindows10/1-Create.ps1
PowerShell
mit
2,267
Dev
2,903
<# 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] ...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneAppProtectionPolicyWindows10/3-Remove.ps1
PowerShell
mit
2,267
Dev
1,078
<# 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] ...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneAppProtectionPolicyWindows10/2-Update.ps1
PowerShell
mit
2,267
Dev
2,923
<# 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] ...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/AADAuthenticationMethodPolicySoftware/2-Update.ps1
PowerShell
mit
2,267
Dev
1,549
<# 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/AADAuthenticationMethodPolicySoftware/3-Remove.ps1
PowerShell
mit
2,267
Dev
869
<# 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/TeamsTenantNetworkRegion/1-Create.ps1
PowerShell
mit
2,267
Dev
615
<# 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/TeamsCallParkPolicy/1-Create.ps1
PowerShell
mit
2,267
Dev
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(Mandatory = $true)] [PSCredential] $Credscredential ) Import-DscResource -ModuleName M...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneDeviceConfigurationWindowsTeamPolicyWindows10/1-Create.ps1
PowerShell
mit
2,267
Dev
2,035
<# 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/IntuneDeviceConfigurationWindowsTeamPolicyWindows10/2-Update.ps1
PowerShell
mit
2,267
Dev
2,055
<# 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/IntuneDeviceConfigurationWindowsTeamPolicyWindows10/3-Remove.ps1
PowerShell
mit
2,267
Dev
902
<# 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/EXOAtpProtectionPolicyRule/1-Create.ps1
PowerShell
mit
2,267
Dev
1,296
<# 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/EXOAtpProtectionPolicyRule/2-Update.ps1
PowerShell
mit
2,267
Dev
1,341
<# 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/EXOAtpProtectionPolicyRule/3-Remove.ps1
PowerShell
mit
2,267
Dev
1,295
<# 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/AADPermissionGrantPolicy/2-Update.ps1
PowerShell
mit
2,267
Dev
2,554
<# This example updates an existing Azure AD Permission Grant Policy by modifying its condition sets. #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.Stri...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/AADPermissionGrantPolicy/3-Remove.ps1
PowerShell
mit
2,267
Dev
754
<# This example removes an existing Azure AD Permission Grant Policy. #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.String] $CertificateThumbpri...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/AADPermissionGrantPolicy/1-Create.ps1
PowerShell
mit
2,267
Dev
2,645
<# This example creates a new Azure AD Permission Grant Policy with include and exclude condition sets. #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.St...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/SCDeviceConfigurationPolicy/1-Create.ps1
PowerShell
mit
2,267
Dev
754
<# 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/SPOSiteScript/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(Mandatory = $true)] [PSCredential] $Credscredential ) Import-DscResource -ModuleN...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneDeviceControlPolicySetting/3-Remove.ps1
PowerShell
mit
2,267
Dev
818
<# This example removes a Intune Device Control Policy Setting. #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.String] $CertificateThumbprint ...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneDeviceControlPolicySetting/2-Update.ps1
PowerShell
mit
2,267
Dev
1,959
<# This example updates a Intune Device Control Policy Setting. #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.String] $CertificateThumbprint ...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneDeviceControlPolicySetting/1-Create.ps1
PowerShell
mit
2,267
Dev
1,944
<# This example creates a new Intune Device Control Policy Setting. #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.String] $CertificateThumbprint...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/TeamsChannelTab/1-Create.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 { Import-DscResource -ModuleName Microsoft365DSC node localhost { TeamsChannelTab 'ConfigureChannelTab' { ...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/AADNetworkAccessForwardingProfile/2-Update.ps1
PowerShell
mit
2,267
Dev
1,660
<# 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/SCFilePlanPropertyCitation/1-Create.ps1
PowerShell
mit
2,267
Dev
701
<# 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/IntuneAppProtectionPolicyAndroid/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] ...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneAppProtectionPolicyAndroid/2-Update.ps1
PowerShell
mit
2,267
Dev
2,208
<# 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] ...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneAppProtectionPolicyAndroid/1-Create.ps1
PowerShell
mit
2,267
Dev
2,190
<# 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] ...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneWindowsHelloForBusinessGlobalPolicy/2-Update.ps1
PowerShell
mit
2,267
Dev
1,464
<# This example updates the Device Management Compliance Settings #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.String] $CertificateThumbprint ...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneMobileAppsManagedGooglePlayApp/3-Remove.ps1
PowerShell
mit
2,267
Dev
919
<# 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/IntuneMobileAppsManagedGooglePlayApp/2-Update.ps1
PowerShell
mit
2,267
Dev
1,360
<# 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/IntuneMobileAppsManagedGooglePlayApp/1-Create.ps1
PowerShell
mit
2,267
Dev
1,352
<# 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/IntuneDeviceCompliancePolicyAndroidDeviceOwner/1-Create.ps1
PowerShell
mit
2,267
Dev
1,948
<# This example creates a new Device Compliance Policy for Android Device Owner devices #> Configuration Example { param ( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.String] ...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneDeviceCompliancePolicyAndroidDeviceOwner/3-Remove.ps1
PowerShell
mit
2,267
Dev
1,967
<# This example creates a new Device Compliance Policy for Android Device Owner devices #> Configuration Example { param ( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.String] ...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/AADAuthenticationMethodPolicyAuthenticator/3-Remove.ps1
PowerShell
mit
2,267
Dev
1,281
<# 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 { Import-DscResource -ModuleName Microsoft365DSC Node localhost { param( [Parameter()] [System.St...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/AADAuthenticationMethodPolicyAuthenticator/2-Update.ps1
PowerShell
mit
2,267
Dev
2,884
<# 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/IntuneEpmElevationSettingsPolicyWindows10/1-Create.ps1
PowerShell
mit
2,267
Dev
1,540
<# This example creates a new Intune Firewall Policy for Windows10. #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.String] $CertificateThumbprint...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneEpmElevationSettingsPolicyWindows10/3-Remove.ps1
PowerShell
mit
2,267
Dev
872
<# This example removes a Device Control Policy. #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.String] $CertificateThumbprint ) Import-D...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneEpmElevationSettingsPolicyWindows10/2-Update.ps1
PowerShell
mit
2,267
Dev
1,536
<# This example updates a Intune Firewall Policy for Windows10. #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.String] $CertificateThumbprint ...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/TeamsVoiceRoutingPolicy/1-Create.ps1
PowerShell
mit
2,267
Dev
640
<# This example adds a new Teams Voice Routing Policy. #> Configuration Example { param( [Parameter(Mandatory = $true)] [PSCredential] $Credscredential ) Import-DscResource -ModuleName Microsoft365DSC node localhost { TeamsVoiceRoutingPolicy 'ConfigureVoiceRoutingPo...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneRoleDefinition/3-Remove.ps1
PowerShell
mit
2,267
Dev
736
<# This example creates a new Intune Role Definition. #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.String] $CertificateThumbprint ) Imp...