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