NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

Offset Parameter (Get-PowerShellServerFile Cmdlet)

Specifies the byte from which to start receiving the file.

Syntax

Get-PowerShellServerFile -Offset long

Remarks

If Offset is greater than 0, the cmdlet will ask the server to only send bytes starting from Offset instead of the entire file, and will try to append the remaining bytes to the local file.

This can be useful when you want to resume an previous interrupted attempt to download the file.

Default Value

0

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