Skip to content

Commit

Permalink
Adding snapshots and minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vaishnavipulluri committed May 30, 2023
1 parent 70d15a0 commit 26f410a
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 1 deletion.
Binary file added Images/MultiTenant-Setup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Schedule-DiscoveryPhase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Schedule-RemovalPhase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/SingleTenant-ConfiguringScopes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/SingleTenant-IdentitySetup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/SingleTenant-Installation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions MMA Removal Utility/MultiTenantSetupInstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@ $ConfiguredTargetScopes = Set-AzTSMMARemovalUtilitySolutionScopes `
 -ResourceGroupName <HostingRGName> `
-ScopesFilePath <ScopesFilePath>
```
**Sample output snapshot:**

![Multi-Tenant Setup](../Images/MultiTenant-Setup.png)

**Parameter details:**
|Param Name|Description|Required?
Expand Down
11 changes: 11 additions & 0 deletions MMA Removal Utility/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ Update-AzTSMMARemovalUtilityDiscoveryTrigger `
-StartExtensionDiscoveryAfterMinutes 30
```

**Sample output snapshot:**

![Schedule Discovery Phase](../Images/Schedule-DiscoveryPhase.png)

**Parameter details:**
|Param Name|Description|Required?
|----|----|----|
Expand Down Expand Up @@ -118,6 +123,12 @@ Update-AzTSMMARemovalUtilityRemovalTrigger `
-RemovalCondition 'CheckForAMAPresence'
```

**Sample output snapshot:**

![Schedule Removal Phase](../Images/Schedule-RemovalPhase.png)


**Parameter details:**
|Param Name|Description|Required?
|----|----|----|
Expand Down
2 changes: 1 addition & 1 deletion MMA Removal Utility/SetupCleanUp.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ MMA Utility setup can be cleaned up using Remove-AzTSMMARemovalUtilitySolutionRe
Remove-AzTSMMARemovalUtilitySolutionResources `
-SubscriptionId <HostingSubId> `
-ResourceGroupName <HostingRGName> `
-DeleteResourceGroup `
[-DeleteResourceGroup `]
-KeepInventoryAndProcessLogs
```
Expand Down
12 changes: 12 additions & 0 deletions MMA Removal Utility/SingleTenantSetupInstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ $Identity = Set-AzTSMMARemovalUtilitySolutionRemediationIdentity `
$Identity.Id
```

**Sample output snapshot:**

![Single-Tenant Identity Setup](../Images/SingleTenant-IdentitySetup.png)

**Parameter details:**
|Param Name|Description|Required?
|----|----|----|
Expand Down Expand Up @@ -146,6 +150,10 @@ $SetupInstallation = Install-AzTSMMARemovalUtilitySolution `
-AzureEnvironmentName <AzureEnvironmentName>
```

**Sample output snapshot:**

![Single-Tenant Setup Installation](../Images/SingleTenant-Installation.png)

**Parameter details:**
|Param Name|Description|Required?
|----|----|----|
Expand Down Expand Up @@ -175,6 +183,10 @@ $ConfiguredTargetScopes = Set-AzTSMMARemovalUtilitySolutionScopes `
[-TenantScope]
```

**Sample output snapshot:**

![Single-Tenant Scope Configuration](../Images/SingleTenant-ConfiguringScopes.png)

**Parameter details:**
|Param Name|Description|Required?
|----|----|----|
Expand Down
Binary file not shown.

0 comments on commit 26f410a

Please sign in to comment.