jamf / JamfMigrator

A tool to migrate data granularly between Jamf Pro servers
MIT License
136 stars 10 forks source link

Unexpected behavior when saving #66

Closed dev-yeet closed 2 years ago

dev-yeet commented 2 years ago

If you have a policy with a backslash in your policy name, then the policy xml won't save locally.

Example: Touch - /Library/Scripts/~~~/.DEPNotifySetupDone Touch ~/.skipbuddy

Additionally, if you have a colon in your policy name, the policy will save with a backslash instead of a comma. this doesn't seem to affect migrations, just the saving functionality.

Example: Install - Apple Software Updates - AutoLogin: Lab -> Install - Apple Software Updates - AutoLogin/ Lab

BIG-RAT commented 2 years ago

Hoping you meant forward slash, /, rather than backslash , \. Addressed in v5.9.3

dev-yeet commented 2 years ago

oops, yeah i meant forward slash. thank you!