/Backup-SteamScreenshots

A PowerShell module to backup your Steam screenshot folders.

Primary LanguagePowerShellMIT LicenseMIT

Backup-SteamScreenshots

A PowerShell module to backup your Steam screenshot folders.


Installation

PS C:\> Install-Module Backup-SteamScreenshots

Usage

PS C:\> Import-Module Backup-SteamScreenshots
PS C:\> Backup-SteamScreenshots -DestinationPath C:\Your\Backup\Path

With Write-Information enabled:

PS C:\> Backup-SteamScreenshots -DestinationPath C:\Your\Backup\Path -InformationAction Continue

Example run

backup


Write-Information enabled

backup-with-info