Skip to content

Commit 43b95c1

Browse files
authored
Merge branch 'master' into Dariomws3
2 parents 09eeb40 + 84d3c5a commit 43b95c1

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

exchange/exchange-ps/exchange/reporting/Set-UserAnalyticsConfig.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ Accept wildcard characters: False
7979
### -PrivacyMode
8080
The PrivacyMode parameter specifies the MyAnalytics privacy setting for the user. Valid values are:
8181
82-
- Exclude
82+
- Excluded
8383
84-
- OptIn
84+
- Opt-In
8585
86-
- OptOut
86+
- Opt-Out
8787
8888
```yaml
8989
Type: String

tools/office-cmdlet-updater/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Usage:
44
1. Clone repo at: https://github.com/microsoftdocs/office-docs-powershell
5-
2. Configure your email address in tools/.local/default.json to receive emailed logs. (OPTIONAL)
5+
2. Configure your email address in `tools/.local/default.json` to receive emailed logs. (OPTIONAL)
66
3. Confirm you have NodeJS installed.
77
Open PowerShell or GitBash and type `npm --version`.
88
If not, install from [https://nodejs.org/en/download/](https://nodejs.org/en/download/).
@@ -29,5 +29,3 @@
2929
## Notes
3030
1. Some modules could be installed from the PowerShell Gallery (PSGallery). This gallery contains user submitted code. If you would rather not install modules from the PSGallery then you can install the modules manually prior to running the tool. If you need to add PSGallery as a trusted source, you can do so with the following command: `Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted`
3131
2. Run the tool from PowerShell x64 as an Administrator user
32-
33-
## Sample Run

0 commit comments

Comments
 (0)