updated AD-Connector with imported TeamViewerPS module functions#41
Merged
Conversation
radu-cristea-15
force-pushed
the
feature_changed-to-teamviewerPS
branch
from
December 12, 2025 15:33
0ed1a98 to
60637c7
Compare
stefanhubertus
requested changes
Dec 15, 2025
radu-cristea-15
force-pushed
the
feature_changed-to-teamviewerPS
branch
from
December 15, 2025 10:54
60637c7 to
23be553
Compare
stefanhubertus
requested changes
Dec 15, 2025
radu-cristea-15
force-pushed
the
feature_changed-to-teamviewerPS
branch
3 times, most recently
from
December 16, 2025 11:16
9c4b35e to
63249bc
Compare
stefanhubertus
requested changes
Dec 16, 2025
radu-cristea-15
force-pushed
the
feature_changed-to-teamviewerPS
branch
from
December 16, 2025 13:15
63249bc to
7d71bf5
Compare
radu-cristea-15
force-pushed
the
feature_changed-to-teamviewerPS
branch
5 times, most recently
from
January 16, 2026 13:31
5cc831f to
b402412
Compare
stefanhubertus
requested changes
Jan 19, 2026
|
|
||
| $usersUnknown = ($syncContext.UsersTeamViewerByEmail.Values | Where-Object { !$syncContext.UsersActiveDirectoryByEmail[$_.email] -And $_.active }) | ||
| $usersUnknown = @() | ||
| foreach ($tvUser in $syncContext.UsersTeamViewerByEmail.Values) { |
Contributor
There was a problem hiding this comment.
As far as I can tell here, the original construct with Where-Object should work again. Please test and revert, if this is the case.
radu-cristea-15
force-pushed
the
feature_changed-to-teamviewerPS
branch
from
January 21, 2026 12:53
b402412 to
5019e26
Compare
stefanhubertus
approved these changes
Jan 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.