< Back

ConvertTo-IRM

Mon Jan 13, 2020 8:23 am

NAME ConvertTo-IRM



SYNOPSIS

Converts a CURL command to a Invoke-RestMethod command





SYNTAX

ConvertTo-IRM [[-CurlCommand] <CurlCommand>] [<CommonParameters>]





DESCRIPTION

{{Fill in the Description}}





PARAMETERS

-CurlCommand <CurlCommand>

{{Fill CurlCommand Description}}



Required? false

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

Inputs (if any)







OUTPUTS

Output (if any)







NOTES





v:0.3



-------------------------- EXAMPLE 1 --------------------------











RELATED LINKS