Skip to content

Commit

Permalink
Merge pull request #3 from karthickgandhiTV/Version2_
Browse files Browse the repository at this point in the history
Updated help file for Set-TeamViewerManagedDevice and changelog
  • Loading branch information
karthickgandhiTV authored Sep 19, 2023
2 parents 47b2311 + 1ed42a3 commit e815bdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 29 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
-Added `Export-TeamViewerSystemInformation` to create zip file for support.
-Added `Set-TeamViewerPSProxy` and `Remove-TeamViewerPSProxy` to set proxy to access WebAPI.
-Added `Get-TeamViewerInstallationDirectory` to return installation directory.
-Added `Remove-TeamViewerPolicyFromManagedDevice` to remove policies from managed devices.

### Changed

-Extended `Invoke-TeamViewerPackageDownload` with MSI package type.
-Folder structure modified.
-`-RemovePolicy` switched removed from `Set-TeamViewerManagedDevice`.

### Fixed

Expand Down
30 changes: 1 addition & 29 deletions docs/Cmdlets_help/Set-TeamViewerManagedDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Change properties of a TeamViewer managed device.

```powershell
Set-TeamViewerManagedDevice [-ApiToken] <SecureString> [-Device] <Object> [[-Name] <String>]
[[-Policy] <Object>] [-RemovePolicy] [[-ManagedGroup] <Object>] [-WhatIf] [-Confirm] [<CommonParameters>]
[[-Policy] <Object>] [[-ManagedGroup] <Object>] [-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -49,14 +49,6 @@ Sets the policy of the device.

### Example 3

```powershell
PS /> Set-TeamViewerManagedDevice -Device '33a2e2e1-27ef-43e2-a175-f97ee0344033' -RemovePolicy
```

Removes the TeamViewer policy of the device.

### Example 3

```powershell
PS /> Set-TeamViewerManagedDevice -Device '33a2e2e1-27ef-43e2-a175-f97ee0344033' -ManagedGroup '730ee15a-1ea4-4d80-9cfe-5a01709d0a2f'
```
Expand Down Expand Up @@ -137,8 +129,6 @@ Object that can be used to identify the policy.
This can either be the policy ID (as string or GUID) or a policy object that has
been received using other module functions.
Cannot be used in conjunction with the `-RemovePolicy` parameter.

```yaml
Type: Object
Parameter Sets: (All)
Expand All @@ -151,24 +141,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -RemovePolicy

Removes the policy from the managed device.

Cannot be used in conjunction with the `-Policy` parameter.

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -ManagedGroup
Object that can be used to identify the managed group.
Expand Down

0 comments on commit e815bdc

Please sign in to comment.