You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Security & Compliance Center, this parameter requires the Export role. By default, the Export role is assigned only to the eDiscovery Manager role group.
308
+
307
309
The Format parameter specifies the format of the search results when you use the Export switch. Valid values are:
308
310
309
311
- FxStream: Export to PST files. This is the only option that's available when you export search results from the Security & Compliance Center.
@@ -314,8 +316,6 @@ The Format parameter specifies the format of the search results when you use the
314
316
315
317
- BodyText: Export to .txt files.
316
318
317
-
This parameter requires the Export role in the Security & Compliance Center. By default, the Export role is assigned only to the eDiscovery Manager role group.
In the Security & Compliance Center, this parameter requires the Export role. By default, the Export role is assigned only to the eDiscovery Manager role group.
384
+
383
385
The NotifyEmail parameter specifies the email address target for the search results when you use the Export switch.
384
386
385
387
The recipient you specify is in the To: field of the message.
386
388
387
-
In the Security & Compliance Center, this parameter requires the Export role. By default, the Export role is assigned only to the eDiscovery Manager role group.
In the Security & Compliance Center, this parameter requires the Export role. By default, the Export role is assigned only to the eDiscovery Manager role group.
403
+
402
404
The NotifyEmailCC parameter specifies the email address target for the search results when you use the Export switch.
403
405
404
406
The recipient you specify is in the Cc: field of the message.
405
407
406
-
In the Security & Compliance Center, this parameter requires the Export role. By default, the Export role is assigned only to the eDiscovery Manager role group.
In the Security & Compliance Center, this parameter requires the Preivew role. By default, the Preview role is assigned only to the eDiscovery Manager role group.
556
+
555
557
The Scenario parameter specifies the scenario type when you use the Export switch. Valid values are:
556
558
557
559
- AnalyzeWithZoom: Prepare the search results for processing in Office 365 Advanced eDiscovery.
@@ -566,8 +568,6 @@ The Scenario parameter specifies the scenario type when you use the Export switc
566
568
567
569
- TriagePreview:
568
570
569
-
In the Security & Compliance Center, this parameter requires the Preivew role. By default, the Preview role is assigned only to the eDiscovery Manager role group.
- You need platyPS v0.10.2 or later, which was released on or about June 18, 2018. If you have an earlier version of platyPS installed, run the command `Uninstall-Module platyPS`from an elevated Windows PowerShell window, and then reinstall platyPS.
15
+
- You need platyPS v0.11.1 or later, released on or about September 13, 2018. If you have an earlier version of platyPS installed, close all open Windows PowerShell windows where the platyPS module is currently loaded (or run the command `Remove-Module platyPS`) and then run `Update-Module platyPS`from an elevated Windows PowerShell window.
16
16
17
17
- Windows PowerShell 5.x is part of the Windows Management Framework (WMF) and can be [downloaded](http://aka.ms/wmf5download) and installed on these versions of Windows:
18
18
@@ -63,6 +63,8 @@ Import-Module platyPS
63
63
```
64
64
65
65
### Step 4: Find your module name
66
+
**Note**: This step is required only if you're interested in creaing cmdlet reference topics for **all** available cmdlets in your product (the _Module_ parameter in `New-MarkdownHelp`). If you're going to manually specify the cmdlet names (the _Command_ parameter in `New-MarkdownHelp`), you can skip this step.
67
+
66
68
platyPS needs the name of the loaded PowerShell module or snap-in that contains the cmdlets you want to update. To find the name, run the following command:
For services that use remote PowerShell (Skype for Business Online, Teams, Exchange Online, Security & Compliance Center, and Exchange Online Protection), the module name is a temporary value that changes every time you connect. In this output, the module name is `tmp_byivwzpq.e1k`.
101
+
For services that use remote PowerShell (Skype for Business Online, Teams, Exchange Online, Security & Compliance Center, and Exchange Online Protection), the module name is a temporary value that changes every time you connect. In this output, the module name is `tmp_byivwzpq.e1k`, but yours will be different.
100
102
101
103
For SharePoint Online in the SharePoint Online Management Shell, the module name is always `Microsoft.Online.SharePoint.PowerShell`.
This example create a topic file for the cmdlet named Get-CoolFeature in the Exchange Online PowerShell session where the session variable is `$Session` in the folder "C:\My Docs\ExO".
191
+
This example creates a topic file for the cmdlet named Get-CoolFeature in the Exchange Online PowerShell session where the session variable is `$Session` in the folder "C:\My Docs\ExO".
0 commit comments