< Back

Set-SDWMgmtProtocol

Mon Jan 13, 2020 2:28 am

NAME Set-SDWMgmtProtocol



SYNOPSIS

Set $Script:SDWURLProtocol, this will be used for all subsequent invocation of NITRO APIs





SYNTAX

Set-SDWMgmtProtocol [-Protocol] <String> [<CommonParameters>]





DESCRIPTION

Set $Script:SDWURLProtocol





PARAMETERS

-Protocol <String>

Protocol, acceptable values are "http" and "https"



Required? true

Position? 1

Default value

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



OUTPUTS



NOTES





Copyright (c) Citrix Systems, Inc. All rights reserved.



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



PS C:\\>Set-SDWMgmtProtocol -Protocol https















RELATED LINKS