File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,15 @@ Connect-AADAssessment
3636Invoke-AADAssessmentDataCollection
3737```
3838
39+ The output package will be named according to the following pattern: ` AzureADAssessmentData-<TenantDomain>.aad `
40+
3941On 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.
4244Invoke-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
4749If Data Collection command fails before completing, try running it again with the SkipReportOutput parameter.
4850``` PowerShell
You can’t perform that action at this time.
0 commit comments