- Adds
Remove-TeamViewerUserTFAto remove two-factor authentication from an account
- Updates
Get-TeamViewerUser,Set-TeamViewerUserandNew-TeamViewerUserto reflect updated user attributes. This involves the addition of several attributes, as well as the removal of the deprecated Permissions attribute
- Adds
Get-TeamViewerRoleByUserGroupto retrieve the role associated with a certain user group. - Adds
Get-TeamViewerSsoInclusionto retrieve the sso inclusion list. - Adds
Remove-TeamViewerSsoInclusionto remove an entry from the sso inclusion list.
- Adds
Move-TeamViewerManagedDeviceto move a specific device from one managed group to another.
- Fixed documentation for Api parameter of the Get-TeamViewerCompanyManagedDevice Cmdlet. The targeted endpoint requires 'company admin' and 'Device Groups: read operations' permissions
- Adds
Get-TeamViewerCompanyManagedDeviceto return all company-managed devices.
- Add-TeamViewerSsoInclusion command to add SSO Inclusion list items.
- Adds commands to manage the roles of a TeamViewer company.
- Adds
Set-TeamViewerApiURito use TeamViewer test API. - Adds
Add-TeamViewerAssignmentandRemove-TeamViewerAssignmentcommands to assign and unassign a device from a TeamViewer company. - Adds
Add-TeamViewerCustomizationandRemove-TeamViewerCustomizationcommands to apply and remove customization. - Adds
Export-TeamViewerSystemInformationto create zip file for support. - Adds
Set-TeamViewerPSProxyandRemove-TeamViewerPSProxyto set proxy to access WebAPI. - Adds
Get-TeamViewerInstallationDirectoryto return installation directory. - Adds
Get-TeamViewerCustomModuleIdto return custom module ID. - Adds
Get-TeamViewerLogFilePathto return log file paths for different logs present. - Adds
Remove-TeamViewerPolicyFromManagedDeviceto remove policies from managed devices.
- Extends
Invoke-TeamViewerPackageDownloadwith MSI package type. - Removes
-RemovePolicyswitch fromSet-TeamViewerManagedDevice. - Modifies general module folder structure.
- Fixes
Get-TeamViewerLinuxGlobalConfigto handle null values.
- Adds
Remove-TeamViewerPolicyFromManagedDeviceto remove a policy from a managed device.
- Adds
ManagedGroupIdparameter toSet-TeamViewerManagedDevice.
- Improves
User IDparameter handling forAdd-TeamViewerUserGroupMemberandRemove-TeamViewerUserGroupMember.
- Adds
Remove-TeamViewerUsercmdlet to remove user from TeamViewer company. (Thanks @OtterKring) - Adds
Remove-TeamViewerManagedDeviceManagementto un-manage a device.
- Extends
Add-TeamViewerManagerto add user group as manager. (Thanks @OtterKring) - Adds
LastSeenAttoTeamViewerManagedDevicefor managed devices.
- Adds
Get-TeamViewerConnectionReportcmdlet to fetch TeamViewer session / connection reports.
- Fixes
-Groupparameter ofRemove-TeamViewerManagedDeviceto be mandatory.
Get-TeamViewerUserincludes license information.
- Fixes
Set-TeamViewerPolicyto support changing policy settings.
- Adds
Get-TeamViewerEventLogto fetch event log entries. - Adds user group commands to remotely manage user groups of a TeamViewer company.
- Adds command
Set-TeamViewerManagedDeviceto change properties of a managed device. - Adds optional
Policyproperty toGet-TeamViewerManagedDeviceresult entries. - Adds
-Deviceparameter toGet-TeamViewerManagedGroupcommand, allowing to fetch all managed groups that a particular device is part of.
- Adds
Get-TeamViewerManagementIdcommand to fetch the Management ID of the current device. - Adds support for 64-bit Windows TeamViewer installations.
- Improves bulk support for
Add-TeamViewerSsoExclusionandRemove-TeamViewerSsoExclusion.
- Initial release of TeamViewerPS