Skip to content

Attach a file to a new record #215

Answered by gdbarron
DrMarkX asked this question in Q&A
Discussion options

You must be logged in to vote

New-ServiceNowRecord has a -PassThru parameter to return the newly created record. If you want to create and add a file in one step, you can pipe one to the other, eg. New-ServiceNowIncident @params -PassThru | Add-ServiceNowAttachment -File file01.txt

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DrMarkX
Comment options

Answer selected by DrMarkX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants