Using the x-zerto-session Variable
Once you have obtained the x-zerto-session unique session identifier, build a header for subsequent HTTP requests containing the session identifier:
$zertSessionHeader = @{"x-zerto-session"=$xZertoSession} |
where $xZertoSession holds the unique session identifier.