Skip to content

Remove GET users nesting in creating individual device object #4

@managedBlog

Description

@managedBlog

The current iteration of the script uses a ForEach loop to build an object for each cloud PC and add it to the $Payload array.

In theory this could lead to throttling if there are a large number of devices. If we create a list of users separately, the script can return the user objects using a BATCH request. That should minimize the risk of throttling

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions