Skip to content

Commit 116e687

Browse files
authored
Update expected output filename pattern
1 parent ce88a55 commit 116e687

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,15 @@ Connect-AADAssessment
3636
Invoke-AADAssessmentDataCollection
3737
```
3838

39+
The output package will be named according to the following pattern: `AzureADAssessmentData-<TenantDomain>.aad`
40+
3941
On each server running hybrid components, install the same module and run the Invoke-AADAssessmentHybridDataCollection command.
4042
```PowerShell
4143
## Export Data to "C:\AzureADAssessment" into a single output package.
4244
Invoke-AADAssessmentHybridDataCollection
4345
```
4446

45-
The output package will be named according to the following pattern: `AzureADAssessmentData-<TenantDomain>.aad`
47+
The output package will be named according to the following pattern: `AzureADAssessmentData-<Svc>-<ServerName>.zip`
4648

4749
If Data Collection command fails before completing, try running it again with the SkipReportOutput parameter.
4850
```PowerShell

0 commit comments

Comments
 (0)