diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..188ef47 --- /dev/null +++ b/404.html @@ -0,0 +1,1472 @@ + + + +
+ + + + + + + + + + + + + + + + +Creates a new connection to a Halo instance.
+1 +2 |
|
Creates a new connection to a Halo instance and stores this in a PowerShell Session.
+1 +2 |
|
The URL of the Halo instance to connect to.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The Client ID for the application configured in Halo.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The Client Secret for the application configured in Halo.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The API scopes to request, if this isn't passed the scope is assumed to be "all". +Pass a string or array of strings. +Limited by the scopes granted to the application in Halo.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The tenant name required for hosted Halo instances.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Hashtable containing additional parameters to be sent with each request.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets actions from the Halo API.
+1 +2 +3 |
|
1 +2 |
|
Retrieves actions from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Action ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The number of actions to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Get actions for a single ticket with the specified ID. +[HaloPipelineIDArgumentTransformation()]
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Exclude system-performed actions.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Only get actions that are part of agent to end user conversations.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Only get actions performed by agents.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Only get actions that involve suppliers.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Exclude private actions.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include the action note HTML in the response.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include the action email HTML in the response.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include attachment details in the response.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Only get important actions.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Only get SLA hold and release actions.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Only get actions from child tickets.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include the HTML and plain text email body in the response.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra detail objects.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Ignore the '-ActionID' and get the most recent action for the '-TicketID'
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Only get email actions.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Exclude system-performed actions.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets agents from the Halo API.
+1 +2 +3 |
|
1 |
|
1 |
|
Retrieves agents from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Get the agent object for the access token owner
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Agent ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified team name.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by name, email address or telephone number using the specified search string.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified team ID. +?ACT Query with Halo what this does!
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified department ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified client ID (agents who have access to this client).
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified role ID (requires int as string.)
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include agents with enabled accounts (defaults to $True).
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include agents with disabled accounts.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include the system unassigned agent account.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include the agent's roles list in the response.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra detail objects (for example teams and roles) in the response.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Show all agents, including those that have been deleted.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include API agents in the response.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Show only agents the API user has permissions to edit.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include counts of named license consumption in the response.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets appointments from the Halo API.
+1 +2 +3 |
|
1 |
|
Retrieves appointments from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Appointment ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Admin override to return all appointments
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return appointments with a start date greater than this value.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return appointments with an end date greater than this value
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Comma separated list of agent IDs. +Returns these agent's appointments
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include the appointment type 'holiday' in the response
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include projects in the response
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include change requests in the response
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include appointments in the response
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return appointments like this search string
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Only return appointments in the response
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Only return tasks in the response
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Exclude completed appointments from the response
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return appointments assigned to a particular ticket
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to include extra objects in the response
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets assets from the Halo API.
+1 +2 +3 +4 |
|
1 |
|
Retrieves assets from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Asset ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which field to order results based on.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results in descending order (respects the field choice in '-Order')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by Assets with an asset field like your search
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by Assets belonging to a particular ticket
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by Assets belonging to a particular client
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by Assets belonging to a particular site
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by Assets belonging to a particular user
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by Assets belonging to a particular Asset group
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by Assets belonging to a particular Asset type
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by Assets linked to a particular Asset
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include inactive Assets in the response
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include active Assets in the response
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include child Assets in the response
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by Assets linked to a particular Asset
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Parameter to return the complete objects.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include the last action in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets asset types from the Halo API.
+1 +2 +3 |
|
1 |
|
Retrieves asset types from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Asset Type ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which field to order results based on.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results in descending order (respects the field choice in '-Order')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by AssetTypes with an asset type group like your search
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by Asset Types belonging to a particular Asset group
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include inactive Asset Types in the response
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include active Asset Types in the response
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Parameter to return the complete objects.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include the last action in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
{{ Fill ShowAll Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets attachments from the Halo API.
+1 +2 |
|
1 |
|
1 |
|
1 |
|
Retrieves attachments from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Attachment ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Returns attachments from the ticket ID specified
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Returns attachments from the action ID specified (requires ticket_id)
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Returns attachments of the specified type
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Returns an attachment with the unique ID specified
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Allow Writing Directly to File, using the specified path and file name eg c:\temp\myfile.txt
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Allow Writing Directly to File, using the specified path and the original file name eg c:\temp\
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets Azure AD Connection information from the Halo API.
+1 |
|
1 +2 |
|
Retrieves Azure AD Connection from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Lookup Item ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Type
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Show All
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include Details
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include Tenants
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets billing templates from the Halo API.
+1 |
|
1 |
|
Retrieves billing templates from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Template ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Show all results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include details in results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets CRM notes from the Halo API. +https://mjcoltd.halopsa.com/api/CRMNote?count=15&client_id=29&includehtmlnote=true&includeattachments=true
+1 +2 |
|
1 +2 |
|
Retrieves CRM notes from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+CRM note ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The number of CRM notes to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Get CRM notes for a single client with the specified ID. +[HaloPipelineIDArgumentTransformation()]
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include the CRM note HTML in the response.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include attachment details in the response.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets Category information from the Halo API.
+1 |
|
1 |
|
Retrieves Category types from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Category ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Type ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include Details
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets clients from the Halo API.
+1 +2 +3 |
|
1 |
|
Retrieves clients from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Client ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which field to order results based on.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results in descending order (respects the field choice in '-Order')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return clients matching the search term in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified top level ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include active clients in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include inactive clients in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The number of clients to return if not using pagination.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Parameter to return the complete objects.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include ticket activity in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets contracts from the Halo API.
+1 +2 |
|
1 |
|
Retrieves contracts from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Contract ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which field to order results based on.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results in descending order (respects the field choice in '-Order')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return contracts matching the search term in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The number of contracts to return if not using pagination.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Parameter to return the complete objects.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include invoice Details
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified client ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets custom buttons from the Halo API.
+1 |
|
1 |
|
Retrieves custom buttons from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Custom Button ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified type.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified type ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include custom buttons which are setup (defaults to $True).
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra detail objects in the response.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets Custom Fields from the Halo API.
+1 +2 |
|
1 |
|
Retrieves Custom Fields from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Item ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of records to return
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the first field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets custom tables from the Halo API.
+1 |
|
1 |
|
Retrieves custom tables from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Custom Table ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets FAQ List information from the Halo API.
+1 |
|
1 |
|
Retrieves FAQ Lists from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Lookup Item ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Type
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Show All
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include Details
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets field information from the Halo API.
+1 |
|
1 |
|
Retrieves field types from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Lookup Item ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Kind
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include Details
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets invoices from the Halo API.
+1 +2 +3 +4 |
|
1 |
|
Retrieves invoices from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Invoice ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The number of invoices to return if not using pagination.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return contracts matching the search term in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
First field to order the results by.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results for the first field in descending order (respects the field choice in '-OrderBy')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Second field to order the results by.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results for the second field in descending order (respects the field choice in '-OrderBy2')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Third field to order the results by.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results for the third field in descending order (respects the field choice in '-OrderBy3')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Fourth field to order the results by.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results for the fourth field in descending order (respects the field choice in '-OrderBy4')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Fifth field to order the results by.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results for the fifth field in descending order (respects the field choice in '-OrderBy5')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified ticket ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified client ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified site ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified user ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter for posted invoices only.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter for non-posted invoices only.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets items from the Halo API.
+1 +2 +3 |
|
1 |
|
Retrieves items from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Item ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of records to return
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters response based on the search string
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the first field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the second field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the third field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the fourth field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the fifth field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets knowledgebase articles from the Halo API.
+1 +2 |
|
1 |
|
Retrieves knowledgebase articles from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Article ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of records to return
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters response based on the search string
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Advanced Search
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the first field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets lookup information from the Halo API.
+1 |
|
1 |
|
Retrieves lookup types from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Lookup Item ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Lookup Type
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Lookup ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Show all records
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Exclude default lookup options with ID 0.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Nulls all values of an object
+1 |
|
Provides an null object for use in provisioning items in the Halo API
+1 |
|
{{ Add example description here }}
+{{ Fill NullObject Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets an object template for the Halo API.
+1 |
|
Provides an example object for use in provisioning items in the Halo API
+1 |
|
{{ Add example description here }}
+Type of object to get template for
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return with null values
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets opportunities from the Halo API.
+1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 +10 +11 +12 +13 +14 +15 |
|
1 +2 |
|
Retrieves opportunities from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Opportunity ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which field to order results based on.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results in descending order (respects the field choice in '-Order')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return only the 'ID' fields (Ticket ID, SLA ID, Status ID, Client ID, Client Name and Last Incoming Email date)
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The ID of the filter profile to use to filter results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The ID of the column profile to use to control data returned in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include column details in the the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include SLA action date in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include SLA timer in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include time taken in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include supplier details in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include release 1 details in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include release 2 details in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include release 3 details in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include child ticket IDs in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include next activity date in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified list.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified agent.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified status.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified request type.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified supplier.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified client.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified site.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified user name.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified user ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified release.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified asset.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified ITIL request type.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return only open tickets in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return only closed tickets in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return only unlinked tickets in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified contract ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return only tickets with attachments in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of team IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of agent IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of status IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of request type IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of ITIL request type IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of category 1 IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of category 2 IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of category 3 IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of category 4 IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of SLA IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of priority IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of product IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of flagged ticket IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Exclude the specified array of ticket IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets matching the search term in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include actions when searching.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which date field to search against.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Start date for use with the '-datesearch' parameter.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
End date for use with the '-datesearch' parameter.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the user name matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the summary matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the details matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the reported by matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the software version matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where release 1 matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where release 2 matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where release 3 matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the release note matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the asset tag matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the opportunity contact name matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the opportunity company name matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include the last action in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets projects from the Halo API.
+1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 +10 +11 +12 +13 +14 +15 |
|
1 |
|
Retrieves projects from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Project ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which field to order results based on.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results in descending order (respects the field choice in '-Order')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return only the 'ID' fields (Ticket ID, SLA ID, Status ID, Client ID, Client Name and Last Incoming Email date)
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The ID of the filter profile to use to filter results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The ID of the column profile to use to control data returned in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include column details in the the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include SLA action date in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include SLA timer in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include time taken in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include supplier details in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include release 1 details in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include release 2 details in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include release 3 details in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include child ticket IDs in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include next activity date in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified list.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified agent.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified status.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified request type.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified supplier.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified client.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified site.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified user name.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified user ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified release.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified asset.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified ITIL request type.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return only open tickets in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return only closed tickets in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return only unlinked tickets in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified contract ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return only tickets with attachments in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of team IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of agent IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of status IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of request type IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of ITIL request type IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of category 1 IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of category 2 IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of category 3 IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of category 4 IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of SLA IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of priority IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of product IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of flagged ticket IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Exclude the specified array of ticket IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets matching the search term in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include actions when searching.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which date field to search against.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Start date for use with the '-datesearch' parameter.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
End date for use with the '-datesearch' parameter.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the user name matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the summary matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the details matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the reported by matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the software version matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where release 1 matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where release 2 matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where release 3 matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the release note matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the asset tag matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the opportunity contact name matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the opportunity company name matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include upcoming appointment ID in the response
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include the last action in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets purchase orders from the Halo API.
+1 +2 +3 |
|
1 |
|
Retrieves purchase orders from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Purchase Order ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of records to return
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters response based on the search string
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include open purchase orders in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include closed purchase orders in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include active purchase orders in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include inactive purchase orders in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which field to order results based on.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results in descending order (respects the field choice in '-Order')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters by the specified client
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters by the specified site
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include billing details in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets quotes from the Halo API.
+1 +2 +3 +4 |
|
1 |
|
Retrieves quotes from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Quote ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of records to return
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters response based on the search string
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the first field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the second field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the third field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the fourth field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the fifth field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters by the specified ticket
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters by the specified client
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters by the specified site
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters by the specified user
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets recurring invoices from the Halo API.
+1 +2 +3 +4 +5 |
|
1 |
|
Retrieves recurring invoices from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Invoice ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The number of invoices to return if not using pagination.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return contracts matching the search term in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
First field to order the results by.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results for the first field in descending order (respects the field choice in '-OrderBy')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Second field to order the results by.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results for the second field in descending order (respects the field choice in '-OrderBy2')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Third field to order the results by.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results for the third field in descending order (respects the field choice in '-OrderBy3')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Fourth field to order the results by.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results for the fourth field in descending order (respects the field choice in '-OrderBy4')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Fifth field to order the results by.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results for the fifth field in descending order (respects the field choice in '-OrderBy5')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include inactive records
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include invoices
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include credit notes
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include invoice lines
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include invoice Details
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified ticket ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified client ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified site ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified user ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Parameter to return the complete objects.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets software releases from the Halo API.
+1 +2 |
|
1 |
|
Retrieves software releases from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Software Release ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of records to return
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters response based on the search string
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which field to order results based on.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results in descending order (respects the field choice in '-Order')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include release note count in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by specified product ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets reports from the Halo API.
+1 +2 +3 +4 +5 |
|
1 |
|
Retrieves reports from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Report ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of records to return
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters response based on the search string
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the first field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the second field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the third field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the fourth field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the fifth field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters by the specified ticket
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters by the specified client
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters by the specified site
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters by the specified user
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters by the specified report group
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to return only records for reports that include graphs
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to include the report data in the response
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets sales orders from the Halo API.
+1 +2 +3 |
|
1 |
|
Retrieves sales orders from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Sales Order ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of records to return
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters response based on the search string
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include open sales orders in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include closed sales orders in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include sales orders which require ordering in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include active sales orders in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include inactive sales orders in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which field to order results based on.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results in descending order (respects the field choice in '-Order')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters by the specified client
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters by the specified site
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include billing details in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets services from the Halo API.
+1 +2 +3 |
|
1 |
|
Retrieves services from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Service ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of records to return
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters response based on the search string
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which field to order results based on.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results in descending order (respects the field choice in '-Order')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters by services accessible to the specified user.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters by the specified array of operational status IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters by the specified service catalogue.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters by the specified array of service category IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filters by the specified ITIL ticket type ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include service status information in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets sites from the Halo API.
+1 +2 +3 |
|
1 |
|
Retrieves sites from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Site ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The field to order the results by.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results in descending order (respects the field choice in '-Order')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return contracts matching the search term in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified top level ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified client ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include inactive sites in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include active sites in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The number of sites to return if not using pagination.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Parameter to return the complete objects.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets software Licences from the Halo API.
+1 +2 |
|
1 |
|
Retrieves software Licences from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Item ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Item ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of records to return
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the first field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets statuses from the Halo API.
+1 +2 |
|
1 |
|
Retrieves statuses types from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Status ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by Status type e.g. +'ticket' returns all ticket statuses
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Show the count of tickets in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter counts to a specific domain: reqs = tickets, opps = opportunities and prjs = projects.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter counts to a specific view ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Exclude the pending closure status from the response
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Exclude the closed status from the response
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets suppliers from the Halo API.
+1 +2 +3 |
|
1 |
|
Retrieves suppliers from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Supplier ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which field to order results based on.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results in descending order (respects the field choice in '-Order')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return suppliers matching the search term in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The number of suppliers to return if not using pagination.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified top level ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include active suppliers in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include inactive suppliers in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets teams from the Halo API.
+1 +2 |
|
1 |
|
Retrieves teams from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Team ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter teams to a specific type: reqs = tickets, opps = opportunities and prjs = projects.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Teams to return agents for in the results. +Comma separated string.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Only include teams the current agent is a member of.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Show the count of team tickets in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter counts to a specific domain: reqs = tickets, opps = opportunities and prjs = projects.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter counts to a specific view ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include enabled teams (defaults to $True).
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include disabled teams.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified department ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets tickets from the Halo API.
+1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 +10 +11 +12 +13 +14 +15 |
|
1 |
|
Retrieves tickets from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Ticket ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which field to order results based on.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results in descending order (respects the field choice in '-Order')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return only the 'ID' fields (Ticket ID, SLA ID, Status ID, Client ID, Client Name and Last Incoming Email date)
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The ID of the filter profile to use to filter results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The ID of the column profile to use to control data returned in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include column details in the the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include SLA action date in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include SLA timer in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include time taken in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include supplier details in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include release 1 details in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include release 2 details in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include release 3 details in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include child ticket IDs in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include next activity date in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified ticket area.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified list.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified agent.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified status.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified request type.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified supplier.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified client.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified site.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified user name.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified user ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified release.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified asset.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified ITIL request type.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return only open tickets in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return only closed tickets in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return only unlinked tickets in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified contract ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return only tickets with attachments in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of team IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of agent IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of status IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of request type IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of ITIL request type IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of category 1 IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of category 2 IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of category 3 IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of category 4 IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of SLA IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of priority IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of product IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified array of flagged ticket IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Exclude the specified array of ticket IDs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets matching the search term in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include actions when searching.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which date field to search against.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Start date for use with the '-datesearch' parameter.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
End date for use with the '-datesearch' parameter.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the user name matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the summary matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the details matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the reported by matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the software version matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where release 1 matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where release 2 matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where release 3 matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the release note matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the asset tag matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the opportunity contact name matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return tickets where the opportunity company name matches the search term.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Parameter to return the complete objects.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include the last action in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return deleted tickets only.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets Halo Ticket Rules information from the Halo API.
+1 |
|
1 |
|
Retrieves Ticket Rule from the Halo API. +By default it retrieves global rules AND workflow step rules. +Use "-ExcludeWorkflow" to limit the list to only Global Rules.
+1 |
|
{{ Add example description here }}
+Rule ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
{{ Fill IncludeDetails Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
{{ Fill IncludeCriteriaInfo Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include Workflow Step Rules
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
ShowAll
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets ticket types from the Halo API.
+1 +2 |
|
1 |
|
Retrieves ticket types from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Ticket Type ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Show the count of tickets in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter counts to a specific domain: reqs = tickets, opps = opportunities and prjs = projects.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter counts to a specific view ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include inactive ticket types in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by a specific client id.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include all related configuration in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets timesheets from the Halo API.
+1 +2 +3 |
|
Retrieves timesheets from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Return the timesheet for the specified team.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include holidays in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return the timesheet for the selected agents.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return the selected types.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Timesheet start date/time.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Timesheet end date/time.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include all days in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include all timesheet fields in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The UTC offset.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets users from the Halo API.
+1 +2 +3 +4 |
|
1 |
|
Retrieves users from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+User ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which field to order results based on.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Order results in descending order (respects the field choice in '-Order')
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return users matching the search term in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Search on phone numbers when searching.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified top level ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified client ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified site ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified organisation ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified department ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Filter by the specified asset ID.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include active users in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include inactive users in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include approvers only in the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Exclude users linked to agent accounts from the results.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The number of users to return if not using pagination.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Parameter to return the full objects.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include ticket activity in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include customer popups in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets workday information from the Halo API.
+1 |
|
1 |
|
Retrieves workdays from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Workday Item ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Show All
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Gets Workflows from the Halo API.
+1 +2 |
|
1 |
|
Retrieves Workflows from the Halo API - supports a variety of filtering parameters.
+1 |
|
{{ Add example description here }}
+Item ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of records to return
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Paginate results
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Number of results per page.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Which page to return.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The name of the first field to order by
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Whether to order ascending or descending
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Include extra objects in the result.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Calculates and returns the expiry date/time of a Halo token.
+1 |
|
Takes the expires in time for an auth token and returns a PowerShell date/time object containing the expiry date/time of the token.
+1 |
|
{{ Add example description here }}
+Timestamp value for token expiry. +e.g 3600
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Handles batch processing Halo API requests using PowerShell parallel processing.
+1 +2 |
|
Utility function to batch process Halo API requests supports configurable batch sizes and delays.
+1 |
|
{{ Add example description here }}
+{{ Fill BatchInput Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
{{ Fill EntityType Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
{{ Fill Operation Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
{{ Fill Parameters Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
{{ Fill Size Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
{{ Fill Wait Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Sends a request to the Halo API.
+1 |
|
Wrapper function to send web requests to the Halo API.
+1 |
|
{{ Add example description here }}
+Hashtable containing the web request parameters.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Returns the Raw result. +Useful for file downloads.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more actions via the Halo API.
+1 |
|
Function to send an action creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new actions.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple actions via the Halo API.
+1 +2 |
|
Function to send a batch of action creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new actions.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more agents via the Halo API.
+1 |
|
Function to send an agent creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new agents.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple agents via the Halo API.
+1 +2 |
|
Function to send a batch of agent creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new agents.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more appointments via the Halo API.
+1 |
|
Function to send an appointment creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new appointments.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple appointments via the Halo API.
+1 +2 |
|
Function to send a batch of appointment creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new appointments.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more assets via the Halo API.
+1 |
|
Function to send an asset creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new assets.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple assets via the Halo API.
+1 +2 |
|
Function to send a batch of asset creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new assets.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates an asset type via the Halo API.
+1 |
|
Function to send an asset type creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to create a new asset.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more attachments via the Halo API.
+1 |
|
Function to send an attachment creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new attachments.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple attachments via the Halo API.
+1 +2 |
|
Function to send a batch of attachment creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new attachments.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates a billing template via the Halo API.
+1 |
|
Function to send a billing template creation request to the Halo API.
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to create a new billing template.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates a CRM note via the Halo API.
+1 |
|
Function to send a CRM note creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to create a new CRM note.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates a Category via the Halo API.
+1 |
|
Function to send a Category creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to create a new knowledgebase article.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more clients via the Halo API.
+1 |
|
Function to send a client creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new clients.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple clients via the Halo API.
+1 +2 |
|
Function to send a batch of client creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new clients.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more contracts via the Halo API.
+1 |
|
Function to send a contract creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new contracts.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple contracts via the Halo API.
+1 +2 |
|
Function to send a batch of contract creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new contracts.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates a custom button via the Halo API.
+1 |
|
Function to send a custom button creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to create a new custom button.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more Custom Field(s) via the Halo API.
+1 |
|
Function to send a Custom Field(s) creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new statuses.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple custom fields via the Halo API.
+1 +2 |
|
Function to send a batch of custom field creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new custom fields.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates a custom table via the Halo API.
+1 |
|
Function to send a custom table creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to create a new custom table.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Sends a formatted web request to the Halo API.
+1 |
|
Wrapper function to send delete requests to the Halo API
+1 |
|
{{ Add example description here }}
+Endpoint for Delete Request
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+{{ Fill in the Synopsis }}
+1 |
|
1 |
|
{{ Fill in the Description }}
+1 |
|
{{ Add example description here }}
+{{ Fill ErrorRecord Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
{{ Fill HasResponse Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
{{ Fill ModuleMessage Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates a FAQ List article via the Halo API.
+1 |
|
Function to send a FAQ list creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to create a new knowledgebase article.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Builds a request for the Halo API.
+1 +2 |
|
Wrapper function to build web requests for the Halo API.
+1 +2 |
|
The HTTP request method.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The resource to send the request to.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Returns the Raw result. +Useful for file downloads
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
A hashtable used to build the query string.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Disables auto pagination.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The key for the results object.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more invoices via the Halo API.
+1 |
|
Function to send an invoice creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new invoices.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple invoices via the Halo API.
+1 +2 |
|
Function to send a batch of invoice creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new invoices.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more items via the Halo API.
+1 |
|
Function to send an item creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new items.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple items via the Halo API.
+1 +2 |
|
Function to send a batch of item creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new items.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more knowledgebase articles via the Halo API.
+1 |
|
Function to send a knowledgebase article creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new knowledgebase articles.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple knowledgebase articles via the Halo API.
+1 +2 |
|
Function to send a batch of knowledgebase article creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new knowledgebase articles.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more opportunities via the Halo API.
+1 |
|
Function to send an opportunity creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new opportunities.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple opportunities via the Halo API.
+1 +2 |
|
Function to send a batch of opportunity creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new opportunities.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Sends a formatted web request to the Halo API.
+1 +2 |
|
Wrapper function to send new or set requests to the Halo API
+1 |
|
{{ Add example description here }}
+Object to Update / Create
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Endpoint to use
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
A hashtable used to build the query string.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more projects via the Halo API.
+1 |
|
Function to send a project creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new projects.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple projects via the Halo API.
+1 +2 |
|
Function to send a batch of project creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new projects.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+{{ Fill in the Synopsis }}
+1 +2 |
|
{{ Fill in the Description }}
+1 |
|
{{ Add example description here }}
+{{ Fill AsString Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
{{ Fill CommaSeparatedArrays Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
{{ Fill CommandName Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
{{ Fill IsMulti Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
{{ Fill Parameters Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more quotes via the Halo API.
+1 |
|
Function to send a quote creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new quotations.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple quotes via the Halo API.
+1 +2 |
|
Function to send a batch of quote creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new quotes.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates a recurring invoice via the Halo API.
+1 |
|
Function to send a recurring invoice creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to create a new invoice.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple recurring invoices via the Halo API.
+1 +2 |
|
Function to send a batch of recurring invoice creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new recurring invoices.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more reports via the Halo API.
+1 |
|
Function to send a report creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new reports.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple reports via the Halo API.
+1 +2 |
|
Function to send a batch of report creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new reports.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more Service(s) via the Halo API.
+1 |
|
Function to send a Service(s) creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new statuses.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple services via the Halo API.
+1 +2 |
|
Function to send a batch of service creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new services.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more sites via the Halo API.
+1 |
|
Function to send a site creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new sites.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple sites via the Halo API.
+1 +2 |
|
Function to send a batch of site creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new sites.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more Software Licences via the Halo API.
+1 |
|
Function to send a Software Licence creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new statuses.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple software licenses via the Halo API.
+1 +2 |
|
Function to send a batch of software license creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new software licenses.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more statuses via the Halo API.
+1 |
|
Function to send a status creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new statuses.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more suppliers via the Halo API.
+1 |
|
Function to send a supplier creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new suppliers.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple suppliers via the Halo API.
+1 +2 |
|
Function to send a batch of supplier creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new suppliers.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more tabs via the Halo API.
+1 |
|
Function to send a tab creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new tabs.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more teams via the Halo API.
+1 |
|
Function to send a team creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new teams.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple teams via the Halo API.
+1 +2 |
|
Function to send a batch of team creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new teams.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more tickets via the Halo API.
+1 |
|
Function to send a ticket creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new tickets.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Return all results when letting Halo batch process.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple tickets via the Halo API.
+1 +2 |
|
Function to send a batch of ticket creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new tickets.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more ticket types via the Halo API.
+1 |
|
Function to send a ticket type creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new ticket types.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple ticket types via the Halo API.
+1 +2 |
|
Function to send a batch of ticket type creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new ticket types.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more user via the Halo API.
+1 |
|
Function to send a user creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new users.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple users via the Halo API.
+1 +2 |
|
Function to send a batch of user creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new users.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates an Workday via the Halo API.
+1 |
|
Function to send an Workday creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to create a new item.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates one or more Workflow(s) via the Halo API.
+1 |
|
Function to send a Workflow(s) creation request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to create one or more new statuses.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Creates multiple workflows via the Halo API.
+1 +2 |
|
Function to send a batch of workflow creation requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to create one or more new workflows.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Removes an action from the Halo API.
+1 |
|
1 |
|
Deletes a specific action from Halo.
+1 |
|
{{ Add example description here }}
+The Action ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The Ticket ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Object containing action id and ticket id for batch processing.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Removes multiple actions via the Halo API.
+1 +2 |
|
Function to send a batch of action removal requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to remove one or more actions. +This should be an array of objects containing an `Id` and `TicketId` property.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Removes an agent from the Halo API.
+1 |
|
Deletes a specific agent from Halo.
+1 |
|
{{ Add example description here }}
+The agent ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Removes multiple agents via the Halo API.
+1 +2 |
|
Function to send a batch of agent removal requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to remove one or more agents. +This should be an array of agent ids.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Removes an Asset Type from the Halo API.
+1 |
|
Deletes a specific Asset Type from Halo.
+1 |
|
{{ Add example description here }}
+The AssetType ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Removes a CRM note from the Halo API.
+1 |
|
Deletes a specific CRM note from Halo.
+1 |
|
{{ Add example description here }}
+The CRN note ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
The Ticket ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Removes an Category from the Halo API.
+1 |
|
Deletes a specific Category from Halo.
+1 |
|
{{ Add example description here }}
+The Category ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Removes a client from the Halo API.
+1 |
|
Deletes a specific client from Halo.
+1 |
|
{{ Add example description here }}
+The client ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Removes multiple clients via the Halo API.
+1 +2 |
|
Function to send a batch of client removal requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to remove one or more clients. +This should be an array of client ids.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Removes a Contract from the Halo API.
+1 |
|
Deletes a specific contract from Halo.
+1 |
|
{{ Add example description here }}
+The Contract ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Removes an item from the Halo API.
+1 |
|
Deletes a specific item from Halo.
+1 |
|
{{ Add example description here }}
+The item ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Removes a knowledgebase articles from the Halo API.
+1 |
|
Deletes a specific knowledgebase articles from Halo.
+1 |
|
{{ Add example description here }}
+The KBArticle ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Removes a ticket from the Halo API.
+1 |
|
Deletes a specific ticket from Halo.
+1 |
|
{{ Add example description here }}
+The Ticket ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Removes multiple tickets via the Halo API.
+1 +2 |
|
Function to send a batch of ticket removal requests to the Halo API
+1 |
|
{{ Add example description here }}
+Array of objects containing properties and values used to remove one or more tickets. +This should be an array of ticket ids.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How many objects to process at once before delaying. +Default value is 100.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
How long to wait between batch runs. +Default value is 1 second.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Removes an Rule from the Halo API.
+1 |
|
Deletes a specific Rule from Halo.
+1 |
|
{{ Add example description here }}
+The Rule ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Removes a user from the Halo API.
+1 |
|
Deletes a specific user from Halo.
+1 |
|
{{ Add example description here }}
+The Ticket ID
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Restores a ticket using the Halo API.
+1 |
|
Restores a specific ticket or array of tickets from Halo.
+1 |
|
{{ Add example description here }}
+The Ticket id or array of ticket ids.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more actions via the Halo API.
+1 |
|
Function to send a action update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing actions.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more agents via the Halo API.
+1 |
|
Function to send an agent update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing agents.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more appointments via the Halo API.
+1 |
|
Function to send an appointment update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing appointments.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more assets via the Halo API.
+1 |
|
Function to send an asset update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing assets.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates an asset type via the Halo API.
+1 |
|
Function to send an asset type update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to update an existing asset type.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates an attachment via the Halo API.
+1 |
|
Function to send an attachment update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to update an existing attachment.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates a billing template via the Halo API.
+1 |
|
Function to send an billing template update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to update an existing billing template.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates a CRM note via the Halo API.
+1 |
|
Function to send a CRM note update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to update an existing CRM note.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates a Category via the Halo API.
+1 |
|
Function to send an Category update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to update an existing knowedgebase article.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more clients via the Halo API.
+1 |
|
Function to send a client update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing clients.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more contracts via the Halo API.
+1 |
|
Function to send a contract update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing contracts.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates a custom button via the Halo API.
+1 |
|
Function to send a custom button update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to update an existing contract.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates a FAQ List via the Halo API.
+1 |
|
Function to send an FAQ List update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to update an existing knowedgebase article.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more invoices via the Halo API.
+1 |
|
Function to send an invoice update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing invoices.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more items via the Halo API.
+1 |
|
Function to send an item update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing items.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more knowledgebase articles via the Halo API.
+1 |
|
Function to send an knowledgebase article update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing knowedgebase articles.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more opportunities via the Halo API.
+1 |
|
Function to send an opportunity update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing opportunities.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more projects via the Halo API.
+1 |
|
Function to send a project creation update to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing projects.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more quotes via the Halo API.
+1 |
|
Function to send a quote creation update to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing quotations.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates a recurring invoice via the Halo API.
+1 +2 |
|
Function to send a recurring invoice update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to update an existing invoice.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates a recurring invoice schedule template via the Halo API.
+1 |
|
Function to send a recurring invoice schedule template update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to update an existing invoice.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more reports via the Halo API.
+1 |
|
Function to send a report creation update to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing report.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more sites via the Halo API.
+1 |
|
Function to send a site update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing sites.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more software Licences via the Halo API.
+1 +2 |
|
Function to send a software Licence update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing statuses.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more statuses via the Halo API.
+1 |
|
Function to send a status update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing statuses.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more suppliers via the Halo API.
+1 |
|
Function to send a supplier update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing suppliers.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more teams via the Halo API.
+1 |
|
Function to send a team update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing teams.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more tickets via the Halo API.
+1 |
|
Function to send a ticket update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing tickets.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates a Rule via the Halo API.
+1 |
|
Function to send an Rule update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to update an existing knowedgebase article.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more ticket types via the Halo API.
+1 |
|
Function to send a ticket type update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing ticket types.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates one or more users via the Halo API.
+1 |
|
Function to send a user update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object or array of objects containing properties and values used to update one or more existing users.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+Updates a workday via the Halo API.
+1 |
|
Function to send a workday update request to the Halo API
+1 |
|
{{ Add example description here }}
+Object containing properties and values used to update an existing item.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Skip validation checks.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Shows what would happen if the cmdlet runs. +The cmdlet is not run.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
Prompts you for confirmation before running the cmdlet.
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+{{ Fill in the Synopsis }}
+1 |
|
{{ Fill in the Description }}
+1 |
|
{{ Add example description here }}
+{{ Fill Message Description }}
+1 +2 +3 +4 +5 +6 +7 +8 +9 |
|
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
+\n {translation(\"search.result.term.missing\")}: {...missing}\n
\n }\n