We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The RestrictedSenderList is always empty/missing in the exported resource, even when it is set in the environment
# Generated with Microsoft365DSC version 1.24.1002.1 # For additional information on how to use Microsoft365DSC, please visit https://aka.ms/M365DSC param ( ) Configuration teams { param ( ) $OrganizationName = $ConfigurationData.NonNodeData.OrganizationName Import-DscResource -ModuleName 'Microsoft365DSC' -ModuleVersion '1.24.1002.1' Node localhost { TeamsClientConfiguration "TeamsClientConfiguration-Global" { AllowBox = $False; AllowDropBox = $False; AllowEgnyte = $True; AllowEmailIntoChannel = $True; AllowGoogleDrive = $False; AllowGuestUser = $True; AllowOrganizationTab = $True; AllowResourceAccountSendMessage = $True; AllowScopedPeopleSearchandAccess = $False; AllowShareFile = $False; AllowSkypeBusinessInterop = $True; ApplicationId = $ConfigurationData.NonNodeData.ApplicationId; CertificateThumbprint = $ConfigurationData.NonNodeData.CertificateThumbprint; ContentPin = "RequiredOutsideScheduleMeeting"; Identity = "Global"; ResourceAccountContentAccess = "NoAccess"; TenantId = $OrganizationName; } } } teams -ConfigurationData .\ConfigurationData.psd1
V1.24.1002.1
Teams
N/A, see description
OsName : Microsoft Windows 11 Enterprise OsOperatingSystemSKU : EnterpriseEdition OsArchitecture : 64-bit WindowsVersion : 2009 WindowsBuildLabEx : 22621.1.amd64fre.ni_release.220506-1250 OsLanguage : en-US OsMuiLanguages : {en-US, en-GB}
Name Value
PSVersion 5.1.22621.4249 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0, 5.0, 5.1.22621.4249} BuildVersion 10.0.22621.4249 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description of the issue
The RestrictedSenderList is always empty/missing in the exported resource, even when it is set in the environment
Microsoft 365 DSC Version
V1.24.1002.1
Which workloads are affected
Teams
The DSC configuration
N/A, see description
Verbose logs showing the problem
N/A, see description
Environment Information + PowerShell Version
OsName : Microsoft Windows 11 Enterprise
OsOperatingSystemSKU : EnterpriseEdition
OsArchitecture : 64-bit
WindowsVersion : 2009
WindowsBuildLabEx : 22621.1.amd64fre.ni_release.220506-1250
OsLanguage : en-US
OsMuiLanguages : {en-US, en-GB}
Name Value
PSVersion 5.1.22621.4249
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0, 5.0, 5.1.22621.4249}
BuildVersion 10.0.22621.4249
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
The text was updated successfully, but these errors were encountered: