New-Item -Path $env:USERPROFILE\Bureaublad\ -Name "DO_LMap" -ItemType Directory New-Item -Path $env:USERPROFILE\Bureaublad\DO_LMap -Name "Export" -ItemType Directory Copy-Item -Path $env:LOCALAPPDATA\KeySIgnConnector\*.* -Destination $env:USERPROFILE\Bureaublad\DO_LMap Compress-Archive -Path $env:USERPROFILE\Bureaublad\DO_LMap -DestinationPath $env:USERPROFILE\Bureaublad\DO_LMap\Export\LMap.zip explorer $env:USERPROFILE\Bureaublad\DO_LMap\Export