< Back

Convert-Base64EncodedBytesToFile

Sat Jan 11, 2020 2:34 pm

NAME Convert-Base64EncodedBytesToFile



SYNOPSIS

This function converts Base64 encoded bytes into file contents.





SYNTAX

Convert-Base64EncodedBytesToFile -base64Content <String> [-path] <String> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-base64Content <String>

The Base64 encoded byte content of the file.



Required? true

Position? named

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-path <String>

The file path.



Required? true

Position? 1

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





RELATED LINKS