You can modify an existing Virtual Service using the Set-AdcVirtualService command. An example command (to enable transparency) with output is below.

$setvs = Set-AdcVirtualService -VirtualService 10.154.11.124 -VSPort 80 -VSProtocol tcp -Transparent 1
 
 
$setvs | Format-List
 
 
ReturnCode : 200
Response   : Command successfully executed.
Data       : @{VS=}
 
 
$setvs.Data
 
 
VS
--
@{Status=Down; Index=5; VSAddress=10.154.11.124; VSPort=80; Layer=7; Enable=Y; SSLReverse=N; SSLReencrypt=N; Intercept=N; InterceptOpts=; AlertThreshold=0; Transactionlimit=0; Transparent=...
 
 
$setvs.Data.VS
 
 
Status               : Down
Index                : 5
VSAddress            : 10.154.11.124
VSPort               : 80
Layer                : 7
Enable               : Y
SSLReverse           : N
SSLReencrypt         : N
Intercept            : N
InterceptOpts        : @{Opt=System.Object[]}
AlertThreshold       : 0
Transactionlimit     : 0
Transparent          : Y
SubnetOriginating    : Y
ServerInit           : 0
StartTLSMode         : 0
Idletime             : 660
Cache                : N
Compress             : N
Verify               : 0
UseforSnat           : N
ForceL4              : N
ForceL7              : Y
MultiConnect         : N
ClientCert           : 0
ErrorCode            : 0
CheckUse1.1          : N
MatchLen             : 0
CheckUseGet          : 0
SSLRewrite           : 0
VStype               : http
FollowVSID           : 0
Protocol             : tcp
Schedule             : rr
CheckType            : http
PersistTimeout       : 0
CheckPort            : 0
NRules               : 0
NRequestRules        : 0
NResponseRules       : 0
NMatchBodyRules      : 0
NPreProcessRules     : 0
EspEnabled           : N
InputAuthMode        : 0
OutputAuthMode       : 0
MasterVS             : 0
MasterVSID           : 0
IsTransparent        : 2
AddVia               : 0
QoS                  : 0
TlsType              : 0
NeedHostName         : N
OCSPVerify           : N
AllowHTTP2           : N
EnhancedHealthChecks : N
RsMinimum            : 0
NumberOfRSs          : 0