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

TrendMicro OfficeScan wrong GUID #137

Closed
matthias-schlimm opened this issue Sep 18, 2019 · 2 comments
Closed

TrendMicro OfficeScan wrong GUID #137

matthias-schlimm opened this issue Sep 18, 2019 · 2 comments

Comments

@matthias-schlimm
Copy link
Collaborator

matthias-schlimm commented Sep 18, 2019

Topic is the capitalization of the agent GUID generated by BISF.
The MAC address is used to generate the GUID. Contains the MAC address letters are used as capitalization.

As a result, the OfficeScan client logs in with a GUID that contains uppercase letters.
From then on, the client can no longer be moved between configuration groups in the OfficeScan Admin GUI.

Following workaround in 10_PersBIFS_AV_TM.ps1 in Line 66

before:
$regHostID

after:
$regHostID.toLower ()

@matthias-schlimm
Copy link
Collaborator Author

will fixed in Get-MacAddress function / BISF.psm1

$mac = ($mac -replace "$Delimiter", "").toLower()

@matthias-schlimm
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant