Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Detect Host or Full Installation #73

Open
NRL-LEastham opened this issue Jan 26, 2024 · 0 comments
Open

[Feature] Detect Host or Full Installation #73

NRL-LEastham opened this issue Jan 26, 2024 · 0 comments
Assignees
Labels
Feature Indicates new feature requests

Comments

@NRL-LEastham
Copy link

Summary
When deploying TeamViewer we need to ensure the installed version is host or full. Due to there being no difference in Registry name or locally installed file names, the only way to detect this is with string checks on the registry to look for HC in the version number. The use of HC in the version number in the registry also prevents checks against the version number in Intune from completing successfully. We need an easy way to retrieve this.

Expected Solution
Move the 'type' or 'mode' of the installation to a separate registry key and stop using HC in the 'Version' field. Concurrently store the property in the device object. Return the property for Get-TeamViewerManagedDevice, Get-TeamViewerDevice and add a new command 'Get-TeamViewerType' or 'Get-TeamViewerMode' as appropriate.

Considerations
The registry changed would be sufficient but the addition to the API and PS module would benefit more people.

@NRL-LEastham NRL-LEastham added the Feature Indicates new feature requests label Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Indicates new feature requests
Projects
None yet
Development

No branches or pull requests

2 participants