Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 672 Bytes

ConvertFrom-Base64.README.md

File metadata and controls

25 lines (15 loc) · 672 Bytes

ConvertFrom-Base64

Convert a Base64 encoded string to a plain text string.

Description

Convert a Base64 encoded string to a plain text string.

Screenshot

Syntax

ConvertFrom-Base64 [-Text] <String> [<CommonParameters>]

Example

PS> ConvertFrom-Base64 -Text "UwBlAHQALQBMAG8AYwBhAHQAaQBvAG4AIAAtAFAAYQB0AGgAIAAiAEUAOgBcAFQAZQBtAHAAXABGAGkAbABlAHMAXAAiADsARwBlAHQALQBDAGgAaQBsAGQASQB0AGUAbQA="

Set-Location -Path "E:\Temp\Files\";Get-ChildItem