Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

Syntax

$cs.File_AppendToFile(string file, string text)

Parameters

file

File to append text to

text

Text to append to file

Example

$cs.File_AppendToFile("$env:windir\System32\Drivers\etc\hosts","127.0.0.1    assets.cloud.barco.com")

returns nothing

  • No labels