Rename-IGELDeviceProfile
Summary
Renames a profile.
Parameters
-Credentials
Credential data, usually passed via a variable which it has been saved to at login-ProfileID
Numeric ID of the profile-newProfileName
New profile name as string
Example Command Line
Rename-IgelTCProfile `
-Credentials $l `
-ProfileID 3150 `
-newProfileName "Updated Profile"
Example Output
message
-------
Update successful