Skip to content

Instantly share code, notes, and snippets.

View Calvindd2f's full-sized avatar
:electron:
exponential potential

Calvindd2f

:electron:
exponential potential
  • Intuity Technologies
  • ​Ireland
View GitHub Profile
#requires -Version 5.1
[CmdletBinding()]
param(
[Parameter()]
[string]$OutputPath = "$env:USERPROFILE\Desktop\UserWorkspaceState_$($env:COMPUTERNAME)_$(Get-Date -Format 'yyyyMMdd_HHmmss').json",
[switch]$IncludePrinters = $true,
[switch]$IncludeDriverExportManifest = $true
)