Skip to content

Commit

Permalink
Added examples
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed Mar 28, 2021
1 parent 234162f commit 332fe60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Invoke-AADExporter.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,21 @@
.EXAMPLE
.\Invoke-AADExporter -Path "c:\temp\contoso"
Runs a default export and includes the key tenant configuration settings. Does not include large data collections such as Users, Groups, Applications, Service Principals, etc.
.EXAMPLE
.\Invoke-AADExporter -Path "c:\temp\contoso" -All
Runs a full export of all objects and configuration settings.
.EXAMPLE
.\Invoke-AADExporter -Path "c:\temp\contoso" -Type ConditionalAccess, AppProxy
Runs an export that includes just the Conditional Access and Application Proxy settings.
.EXAMPLE
.\Invoke-AADExporter -Path "c:\temp\contoso" -Type B2C
Runs an export of all B2C settings.
#>

Function Invoke-AADExporter {
Expand Down

0 comments on commit 332fe60

Please sign in to comment.