https://github.com/moltenbit/backup-steamscreenshots
A PowerShell module to backup your Steam screenshot folders.
https://github.com/moltenbit/backup-steamscreenshots
powershell powershell-gallery powershell-module powershell-modules powershell-script powershell-scripts screenshot screenshots script steam steam-tools
Last synced: 2 months ago
JSON representation
A PowerShell module to backup your Steam screenshot folders.
- Host: GitHub
- URL: https://github.com/moltenbit/backup-steamscreenshots
- Owner: moltenbit
- License: mit
- Created: 2023-03-05T12:47:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T20:51:22.000Z (over 2 years ago)
- Last Synced: 2025-04-15T00:16:36.642Z (2 months ago)
- Topics: powershell, powershell-gallery, powershell-module, powershell-modules, powershell-script, powershell-scripts, screenshot, screenshots, script, steam, steam-tools
- Language: PowerShell
- Homepage:
- Size: 31.3 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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

Write-Information enabled
