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/AADIdentityGovernanceLifecycleWorkflow/2-Update.ps1
PowerShell
mit
2,267
Dev
2,771
<# 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/AADIdentityGovernanceLifecycleWorkflow/1-Create.ps1
PowerShell
mit
2,267
Dev
2,646
<# 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/IntuneDeviceEnrollmentPlatformRestriction/3-Remove.ps1
PowerShell
mit
2,267
Dev
1,415
<# This example creates a new Device Enrollment Platform Restriction. #> 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/IntuneDeviceEnrollmentPlatformRestriction/2-Update.ps1
PowerShell
mit
2,267
Dev
3,108
<# This example creates a new Device Enrollment Platform Restriction. #> 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/IntuneDeviceEnrollmentPlatformRestriction/1-Create.ps1
PowerShell
mit
2,267
Dev
3,090
<# This example creates a new Device Enrollment Platform Restriction. #> 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/EXORecipientPermission/2-Update.ps1
PowerShell
mit
2,267
Dev
925
<# 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/EXORecipientPermission/3-Remove.ps1
PowerShell
mit
2,267
Dev
843
<# 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/EXORecipientPermission/1-Create.ps1
PowerShell
mit
2,267
Dev
880
<# 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/AADSecurityDefaults/2-Update.ps1
PowerShell
mit
2,267
Dev
1,158
<# 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/EXOFocusedInbox/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/TeamsEnhancedEncryptionPolicy/1-Create.ps1
PowerShell
mit
2,267
Dev
762
<# 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/IntuneUserSettingsPolicyWindows365/1-Create.ps1
PowerShell
mit
2,267
Dev
2,350
<# 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/IntuneUserSettingsPolicyWindows365/2-Update.ps1
PowerShell
mit
2,267
Dev
2,376
<# 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/IntuneUserSettingsPolicyWindows365/3-Remove.ps1
PowerShell
mit
2,267
Dev
871
<# 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/IntuneMobileAppsWebLink/3-Remove.ps1
PowerShell
mit
2,267
Dev
957
<# 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/IntuneMobileAppsWebLink/2-Update.ps1
PowerShell
mit
2,267
Dev
1,861
<# 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/IntuneMobileAppsWebLink/1-Create.ps1
PowerShell
mit
2,267
Dev
1,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/SCFilePlanPropertyDepartment/1-Create.ps1
PowerShell
mit
2,267
Dev
599
<# 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/ADOPermissionGroupSettings/2-Update.ps1
PowerShell
mit
2,267
Dev
1,218
<# 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()] [PSCredential] $Credential ) Import-DscResource -ModuleName Microsoft365DSC nod...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/AADGroupLifecyclePolicy/2-Update.ps1
PowerShell
mit
2,267
Dev
993
<# 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/AADGroupLifecyclePolicy/3-Remove.ps1
PowerShell
mit
2,267
Dev
992
<# 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/PlannerTask/3-Remove.ps1
PowerShell
mit
2,267
Dev
886
<# This example creates a new Planner Task in a Plan. #> 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/PlannerTask/1-Create.ps1
PowerShell
mit
2,267
Dev
887
<# This example creates a new Planner Task in a Plan. #> 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/IntuneDeviceConfigurationFirmwareInterfacePolicyWindows10/1-Create.ps1
PowerShell
mit
2,267
Dev
2,415
<# 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/IntuneDeviceConfigurationFirmwareInterfacePolicyWindows10/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/IntuneDeviceConfigurationFirmwareInterfacePolicyWindows10/2-Update.ps1
PowerShell
mit
2,267
Dev
2,434
<# 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/EXOHostedConnectionFilterPolicy/2-Update.ps1
PowerShell
mit
2,267
Dev
1,031
<# 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/IntuneTrustedRootCertificateAndroidDeviceOwner/1-Create.ps1
PowerShell
mit
2,267
Dev
1,138
<# This example creates a new Intune Trusted Root Certificate Configuration Policy for Android Device Owner/Administrator devices #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Param...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneTrustedRootCertificateAndroidDeviceOwner/3-Remove.ps1
PowerShell
mit
2,267
Dev
1,016
<# This example creates a new Intune Trusted Root Certificate Configuration Policy for Android Device Owner/Administrator devices #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Param...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneTrustedRootCertificateAndroidDeviceOwner/2-Update.ps1
PowerShell
mit
2,267
Dev
1,184
<# This example creates a new Intune Trusted Root Certificate Configuration Policy for Android Device Owner/Administrator devices #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Param...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/SCDLPSensitiveInformationType/3-Remove.ps1
PowerShell
mit
2,267
Dev
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/SCDLPSensitiveInformationType/2-Update.ps1
PowerShell
mit
2,267
Dev
1,409
<# 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/SCDLPSensitiveInformationType/1-Create.ps1
PowerShell
mit
2,267
Dev
1,381
<# 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/EXOHostedOutboundSpamFilterRule/2-Update.ps1
PowerShell
mit
2,267
Dev
1,216
<# 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/EXOHostedOutboundSpamFilterRule/3-Remove.ps1
PowerShell
mit
2,267
Dev
913
<# 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/EXOHostedOutboundSpamFilterRule/1-Create.ps1
PowerShell
mit
2,267
Dev
1,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/TeamsGroupPolicyAssignment/1-Create.ps1
PowerShell
mit
2,267
Dev
660
<# This examples configure a TeamsGroupPolicyAssignment. #> Configuration Example { param ( [Parameter(Mandatory = $true)] [PSCredential] $Credscredential ) Import-DscResource -ModuleName Microsoft365DSC node localhost { TeamsGroupPolicyAssignment 'TeamsGroupPo...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/SPOSiteDesign/1-Create.ps1
PowerShell
mit
2,267
Dev
827
<# 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/TeamsDialInConferencingTenantSettings/2-Update.ps1
PowerShell
mit
2,267
Dev
1,003
<# This example configures the Teams Dial In Conferencing Tenant Settings. #> Configuration Example { param( [Parameter(Mandatory = $true)] [PSCredential] $credsCredential ) Import-DscResource -ModuleName Microsoft365DSC node localhost { TeamsDialInConferencingTenan...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/SCComplianceSearchAction/1-Create.ps1
PowerShell
mit
2,267
Dev
2,133
<# 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/EXOEOPProtectionPolicyRule/2-Update.ps1
PowerShell
mit
2,267
Dev
1,129
<# 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/SCAutoSensitivityLabelPolicy/1-Create.ps1
PowerShell
mit
2,267
Dev
904
<# 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/SCAutoSensitivityLabelPolicy/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(Mandatory = $true)] [PSCredential] $Credscredential ) Import-DscResource -ModuleName M...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/SCAutoSensitivityLabelPolicy/2-Update.ps1
PowerShell
mit
2,267
Dev
924
<# 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/IntuneWindowsAutopilotDeploymentProfileAzureADJoined/3-Remove.ps1
PowerShell
mit
2,267
Dev
845
<# 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/IntuneWindowsAutopilotDeploymentProfileAzureADJoined/2-Update.ps1
PowerShell
mit
2,267
Dev
1,811
<# 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/IntuneWindowsAutopilotDeploymentProfileAzureADJoined/1-Create.ps1
PowerShell
mit
2,267
Dev
1,791
<# 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/IntuneDeviceCompliancePolicyiOs/2-Update.ps1
PowerShell
mit
2,267
Dev
1,837
<# This example creates a new Device Compliance Policy for iOs devices #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.String] $CertificateThumbpr...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneDeviceCompliancePolicyiOs/3-Remove.ps1
PowerShell
mit
2,267
Dev
832
<# This example creates a new Device Compliance Policy for iOs devices #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.String] $CertificateThumbpr...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneDeviceCompliancePolicyiOs/1-Create.ps1
PowerShell
mit
2,267
Dev
1,818
<# This example creates a new Device Compliance Policy for iOs devices #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.String] $CertificateThumbpr...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/EXOTransportConfig/2-Update.ps1
PowerShell
mit
2,267
Dev
2,095
<# 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/CommerceSelfServicePurchase/2-Update.ps1
PowerShell
mit
2,267
Dev
937
<# 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/SCCaseHoldRule/1-Create.ps1
PowerShell
mit
2,267
Dev
782
<# 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/SCDLPCompliancePolicy/1-Create.ps1
PowerShell
mit
2,267
Dev
743
<# 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/O365OrgCustomizationSetting/2-Update.ps1
PowerShell
mit
2,267
Dev
582
<# 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/IntuneTrustedRootCertificateAndroidWork/1-Create.ps1
PowerShell
mit
2,267
Dev
1,088
<# This example creates a new Intune Trusted Root Certificate Configuration Policy for Android Work devices #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [Syste...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneTrustedRootCertificateAndroidWork/3-Remove.ps1
PowerShell
mit
2,267
Dev
966
<# This example creates a new Intune Trusted Root Certificate Configuration Policy for Android Work devices #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [Syste...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneTrustedRootCertificateAndroidWork/2-Update.ps1
PowerShell
mit
2,267
Dev
1,134
<# This example creates a new Intune Trusted Root Certificate Configuration Policy for Android Work devices #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [Syste...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/EXOMailboxAuditBypassAssociation/2-Update.ps1
PowerShell
mit
2,267
Dev
871
<# 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/EXOAddressBookPolicy/2-Update.ps1
PowerShell
mit
2,267
Dev
1,058
<# 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/EXOAddressBookPolicy/3-Remove.ps1
PowerShell
mit
2,267
Dev
828
<# 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/EXOAddressBookPolicy/1-Create.ps1
PowerShell
mit
2,267
Dev
1,071
<# 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/SPOUserProfileProperty/2-Update.ps1
PowerShell
mit
2,267
Dev
787
<# 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/AADB2CAuthenticationMethodsPolicy/2-Update.ps1
PowerShell
mit
2,267
Dev
1,148
<# 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/AADTenantAppManagementPolicy/2-Update.ps1
PowerShell
mit
2,267
Dev
3,273
<# 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/SPOHubSite/1-Create.ps1
PowerShell
mit
2,267
Dev
1,056
<# 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/AADRoleDefinition/2-Update.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/AADRoleDefinition/3-Remove.ps1
PowerShell
mit
2,267
Dev
982
<# 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/AADRoleDefinition/1-Create.ps1
PowerShell
mit
2,267
Dev
1,273
<# 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/TeamsTenantNetworkSubnet/1-Create.ps1
PowerShell
mit
2,267
Dev
708
<# 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/IntuneAntivirusPolicyMacOS/1-Create.ps1
PowerShell
mit
2,267
Dev
2,227
<# 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/IntuneAntivirusPolicyMacOS/3-Remove.ps1
PowerShell
mit
2,267
Dev
829
<# 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/IntuneAntivirusPolicyMacOS/2-Update.ps1
PowerShell
mit
2,267
Dev
2,248
<# 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/EXOPartnerApplication/1-Create.ps1
PowerShell
mit
2,267
Dev
1,051
<# 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/EXOPartnerApplication/3-Remove.ps1
PowerShell
mit
2,267
Dev
938
<# 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/EXOPartnerApplication/2-Update.ps1
PowerShell
mit
2,267
Dev
1,071
<# 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/IntuneMobileAppsLobAppiOS/2-Update.ps1
PowerShell
mit
2,267
Dev
2,888
<# 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/IntuneMobileAppsLobAppiOS/3-Remove.ps1
PowerShell
mit
2,267
Dev
855
<# 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/IntuneMobileAppsLobAppiOS/1-Create.ps1
PowerShell
mit
2,267
Dev
2,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/EXOEmailAddressPolicy/1-Create.ps1
PowerShell
mit
2,267
Dev
1,090
<# 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/EXOEmailAddressPolicy/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/EXOEmailAddressPolicy/2-Update.ps1
PowerShell
mit
2,267
Dev
1,131
<# 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/IntuneDeviceConfigurationSCEPCertificatePolicyWindows10/2-Update.ps1
PowerShell
mit
2,267
Dev
2,490
<# 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/IntuneDeviceConfigurationSCEPCertificatePolicyWindows10/3-Remove.ps1
PowerShell
mit
2,267
Dev
857
<# 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/IntuneDeviceConfigurationSCEPCertificatePolicyWindows10/1-Create.ps1
PowerShell
mit
2,267
Dev
2,471
<# 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/AADHomeRealmDiscoveryPolicy/3-Remove.ps1
PowerShell
mit
2,267
Dev
1,328
<# 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/AADHomeRealmDiscoveryPolicy/2-Update.ps1
PowerShell
mit
2,267
Dev
1,344
<# 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/AADHomeRealmDiscoveryPolicy/1-Create.ps1
PowerShell
mit
2,267
Dev
1,329
<# 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/EXOTransportRule/2-Update.ps1
PowerShell
mit
2,267
Dev
1,365
<# 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/EXOTransportRule/3-Remove.ps1
PowerShell
mit
2,267
Dev
966
<# 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/EXOTransportRule/1-Create.ps1
PowerShell
mit
2,267
Dev
1,345
<# 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/TeamsMeetingBroadcastConfiguration/2-Update.ps1
PowerShell
mit
2,267
Dev
883
<# This example adds a new Teams Meeting Policy. #> Configuration Example { param( [Parameter(Mandatory = $true)] [PSCredential] $Credscredential ) Import-DscResource -ModuleName Microsoft365DSC node localhost { TeamsMeetingBroadcastConfiguration 'MeetingBroadcastCo...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/TeamsTenantNetworkSite/1-Create.ps1
PowerShell
mit
2,267
Dev
638
<# 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/AzureRoleEligibilityScheduleSettings/2-Update.ps1
PowerShell
mit
2,267
Dev
3,876
<# 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/TeamsComplianceRecordingPolicy/1-Create.ps1
PowerShell
mit
2,267
Dev
2,177
<# 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/IntuneRoleAssignmentWindows365/2-Update.ps1
PowerShell
mit
2,267
Dev
1,050
<# This example creates a new Intune Role Assigment. #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.String] $CertificateThumbprint ) Impo...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneRoleAssignmentWindows365/3-Remove.ps1
PowerShell
mit
2,267
Dev
840
<# This example creates a new Intune Role Assigment. #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.String] $CertificateThumbprint ) Impo...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneRoleAssignmentWindows365/1-Create.ps1
PowerShell
mit
2,267
Dev
1,031
<# This example creates a new Intune Role Assigment. #> Configuration Example { param( [Parameter()] [System.String] $ApplicationId, [Parameter()] [System.String] $TenantId, [Parameter()] [System.String] $CertificateThumbprint ) Impo...
github
Microsoft365DSC/Microsoft365DSC
https://github.com/Microsoft365DSC/Microsoft365DSC
Examples/Resources/IntuneMobileAppsLobAppWindows10/3-Remove.ps1
PowerShell
mit
2,267
Dev
853
<# 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/IntuneMobileAppsLobAppWindows10/2-Update.ps1
PowerShell
mit
2,267
Dev
2,179
<# 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...