-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update Set-PolicyConfig.md #11533
New issue
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
Update Set-PolicyConfig.md #11533
Conversation
@samschan-ms Can you add yourself as a reviewer |
Learn Build status updates of commit e3d3685: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
@olangness, we shouldn't publish this until the change is available to ~50% WW minumum. |
@chrisda This has been available worldwide for over a year |
@olangness, I checked in two different M365 E5 no SDF no flighting tenants (one really old; one really new) where the account is added to a custom role group with all available Email & collaboration roles assigned, and this is what I see in Security & Compliance PowerShell: PS C:\Users\jdoe> (Get-Command Set-PolicyConfig).parameters.keys | Sort-Object
CaseHoldPolicyLimit
ClassificationScheme
ComplianceUrl
Confirm
Debug
DlpAppGroups
DlpAppGroupsPsws
DlpNetworkShareGroups
DlpPrinterGroups
DlpRemovableMediaGroups
DocumentIsUnsupportedSeverity
EnableAdvancedRuleBuilder
EnableLabelCoauth
EnableSpoAipMigration
EndpointDlpGlobalSettings
EndpointDlpGlobalSettingsPsws
ErrorAction
ErrorVariable
ExtendTeamsDlpPoliciesToSharePointOneDrive
Identity
InformationAction
InformationBarrierMode
InformationBarrierPeopleSearchRestriction
InformationVariable
IsDlpSimulationOptedIn
OnPremisesWorkload
OutBuffer
OutVariable
PipelineVariable
ProcessingLimitExceededSeverity
PurviewLabelConsent
ReservedForFutureUse
RetentionForwardCrawl
RuleErrorAction
SenderAddressLocation
SiteGroups
SiteGroupsPsws
Verbose
WarningAction
WarningVariable
WhatIf |
Yes @chrisda , doc update is for the description of ExtendTeamsDlpPoliciesToSharePointOneDrive. All othe ExtendTeams* parameters are internal Microsoft use. you only see it on Get-PolicyConfig. it's not available in Set-PolicyConfig. |
@samschan-ms, I believe your statement, but this PR seeks to replace the name of the ExtendTeamsDlpPoliciesToSharePointOneDrive parameter that's currently available (whether it's supposed to be or not) with the name ExtendTeamsDlpToSpoOdbConsent, which isn't available to me in my ordinary E5 tenants. If the intent is to state that ExtendTeamsDlpPoliciesToSharePointOneDrive doesn't function or shouldn't be available on Set-PolicyConfig, then this PR should seek to modify the parameter description (only) to say:
|
@olangness can you modify this PR? remove the change in361? there is no need to update the parameter name. it should simply be an update to the description. |
@samschan-ms, I took the liberty of modifying the parameter name as you described. Is it OK? |
Learn Build status updates of commit 4616bde: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
thank you @chrisda |
Learn Build status updates of commit 183033c: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Changing the cmdlet name as well as adding a descirption