Summary

Creates a profile or master profile assignment.

Parameters

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

Example Command Line

Set-IgelProfileAssignment `

-Credentials $l `

-ProfileID 3150 `

-ProfileType profile `

-TargetID 2010 `

-TargetType tc

Example Output

message

-------

1 asssignments successfully assigned