Skip to content

Commit 887f4b6

Browse files
Update Set-CsPrivacyConfiguration.md
1 parent ddce314 commit 887f4b6

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

teams/teams-ps/teams/Set-CsPrivacyConfiguration.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
external help file: Microsoft.Teams.Policy.Administration.Cmdlets.Core.dll-Help.xml
2+
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftTeams
4-
online version: https://learn.microsoft.com/powershell/module/teams/set-csprivacyconfiguration
4+
applicable: Microsoft Teams
5+
title: Set-CsPrivacyConfiguration
6+
online version: https://learn.microsoft.com/powershell/module/teams/Set-CsPrivacyConfiguration
57
schema: 2.0.0
68
---
79

@@ -23,19 +25,8 @@ Set-CsPrivacyConfiguration [-AutoInitiateContacts <Boolean>] [-DisplayPublishedP
2325

2426
## DESCRIPTION
2527

26-
Skype for Business Server gives users the opportunity to share a wealth of presence information with other people: they can publish a photograph of themselves; they can provide detailed location information; they can have presence information automatically made available to everyone in the organization (as opposed to having this information available only to people on their Contacts list).
27-
28-
Some users will welcome the opportunity to make this information available to their colleagues; other users might be more reluctant to share this data.
29-
(For example, many people might be hesitant about having their photo included in their presence data.) As a general rule, users have control over what information they will (or will not) share; for example, users can select or clear a check box in order to control whether or not their location information is shared with others.
30-
In addition, the privacy configuration cmdlets enable administrators to manage privacy settings for their users.
31-
In some cases, administrators can enable or disable settings; for example, if the property AutoInitiateContacts is set to True, then team members will automatically be added to each user's Contacts list; if set to False, team members will not be automatically be added to each user's Contacts list.
32-
33-
In other cases, administrators can configure the default values in Skype for Business while still giving users the right to change these values.
34-
For example, by default location data is published for users, although users do have the right to stop location publication.
35-
By setting the PublishLocationDataByDefault property to False, administrators can change this behavior: in that case, location data will not be published by default, although users will still have the right to publish this data if they choose.
36-
3728
Privacy configuration settings can be applied at the global scope, the site scope, and at the service scope (albeit only for the User Server service).
38-
The \`Set-CsPrivacyConfiguration\` cmdlet enables you to modify any of the privacy configuration settings currently in use in your organization.
29+
The Set-CsPrivacyConfiguration cmdlet enables you to modify any of the privacy configuration settings currently in use in your organization.
3930

4031
## EXAMPLES
4132

@@ -76,15 +67,15 @@ The filtered collection is then piped to the \`Set-CsPrivacyConfiguration\` cmdl
7667
Unique identifier for the privacy configuration settings to be modified.
7768
To modify the global settings, use this syntax:
7869

79-
\`-Identity global\`
70+
-Identity global
8071

8172
To modify settings configured at the site scope, use syntax similar to this:
8273

83-
\`-Identity site:Redmond\`
74+
-Identity site:Redmond
8475

8576
To modify settings at the service level, use syntax like this:
8677

87-
\`-Identity service:Redmond-UserServices-1\`
78+
-Identity service:Redmond-UserServices-1
8879

8980
Note that privacy settings can only be applied to the User Server service.
9081
An error will occur if you try to apply these settings to any other service.
@@ -234,13 +225,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
234225
###
235226
236227
Microsoft.Rtc.Management.WritableConfig.Settings.UserServices.PrivacyConfiguration object.
237-
The \`Set-CsPrivacyConfiguration\` cmdlet accepts pipelined input of the privacy configuration object.
228+
The Set-CsPrivacyConfiguration cmdlet accepts pipelined input of the privacy configuration object.
238229
239230
## OUTPUTS
240231
241232
###
242233
243-
The \`Set-CsPrivacyConfiguration\` cmdlet does not return any objects or values.
234+
The Set-CsPrivacyConfiguration cmdlet does not return any objects or values.
244235
Instead, the cmdlet modifies existing instances of the Microsoft.Rtc.Management.WritableConfig.Settings.UserServices.PrivacyConfiguration object.
245236
246237
## NOTES

0 commit comments

Comments
 (0)