CFLBoCountOnPremPowershellInvoke Procedure
Codeunit CFL BoCount OnPrem Mgt
Overloads
| Name | Description |
|---|---|
| CFLBoCountOnPremPowershellInvoke(code[20]; text; integer; text; text; text; text; text; text) | |
| CFLBoCountOnPremPowershellInvoke(text; integer; text; text; text; text; text; text) |
CFLBoCountOnPremPowershellInvoke(code[20]; text; integer; text; text; text; text; text; text) Procedure
Signature
CFLBoCountOnPremPowershellInvoke(Service: code[20]; Computername: text; Port: integer; Username: text; Password: text; Script: text; var Response: text; var Error: text; var Status: text)
Parameters
Service code[20]
Computername text
Port integer
Username text
Password text
Script text
var Response text
var Error text
var Status text
CFLBoCountOnPremPowershellInvoke(text; integer; text; text; text; text; text; text) Procedure
Deprecated
This procedure is deprecated and should not be used.
Reason: Replaced by CFLBoCountOnPremPowershellInvoke with service parameter
Deprecated since: BC20
Signature
[Obsolete('Replaced by CFLBoCountOnPremPowershellInvoke with service parameter', 'BC20')]
CFLBoCountOnPremPowershellInvoke(Computername: text; Port: integer; Username: text; Password: text; Script: text; var Response: text; var Error: text; var Status: text)