Summary

Creates a profile assignment or priority profile assignment (called "master profile" before UMS 12).

Parameters

  • -Credentials
    Credential data, usually passed via a variable which it has been saved to at login
  • -ProfileID
    Numeric ID of the profile or priority profile
  • -ProfileType
    Profile type, one of:
    • profile profile
    • masterprofile priority profile
  • -TargetID
    Numeric ID of the target object which the profile or priority profile will be assigned to
  • -TargetType
    Assignments to a specific object type, one of:
    • tc device
    • tcdirectory device directory

Example Command Line

Set-IgelProfileAssignment `

-Credentials $l `

-ProfileID 3150 `

-ProfileType profile `

-TargetID 2010 `

-TargetType tc

Example Output

message

-------

1 asssignments successfully assigned