NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

Force Parameter (Remove-SFTP Cmdlet)

Forces the cmdlet to accept the default behavior instead of querying the user.

Syntax

Remove-SFTP -Force SwitchParameter

Remarks

The Force parameter is especially useful in a script environment where user interaction is not an option. Certain cmdlets that are SSH and SSL based will query the user if the security credentials of the certificate presented by the server are not met. Setting this parameter will force the cmdlet to accept the certificate of the server unconditionally.

Default Value

false

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]