SCCM installation/uninstallation commands for Redwood Personalization Helper Tool
Summary:
Client is pushing the personalization helper tool installation through Microsoft System Center Configuration Manager and need to verify details for the helper tool command installation.
1)Installation command
• Command can be either with user interaction or without user interaction
> npm install redwood-personalization-helper
2) Uninstallation command
• Command must be without user interaction
> npm uninstall redwood-personalization-helper
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
24B
Code Snippet (add any code snippets that support your topic, if applicable):