< Back
Invoke-FolderEncode
Post
NAME Invoke-FolderEncode
SYNOPSIS
Encode files from folder for(for example) uploading to cloud
SYNTAX
Invoke-FolderEncode [-DestFolder] <String> [[-SrcFolder] <String>] [<CommonParameters>]
DESCRIPTION
Used as backups encoding solution.
Encoding performed with 7z password protection
PARAMETERS
-DestFolder <String>
Destanation folder where encoded files be created.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-SrcFolder <String>
Folder to be encoded.
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\># Add bookmark with name.
/>Invoke-FolderEncode "c:\\windows\\System42" "d:\\System\\"
RELATED LINKS
SYNOPSIS
Encode files from folder for(for example) uploading to cloud
SYNTAX
Invoke-FolderEncode [-DestFolder] <String> [[-SrcFolder] <String>] [<CommonParameters>]
DESCRIPTION
Used as backups encoding solution.
Encoding performed with 7z password protection
PARAMETERS
-DestFolder <String>
Destanation folder where encoded files be created.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-SrcFolder <String>
Folder to be encoded.
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\># Add bookmark with name.
/>Invoke-FolderEncode "c:\\windows\\System42" "d:\\System\\"
RELATED LINKS