Category Archives: OneDriveMapper

Running OnedriveMapper from a shortcut

In some cases, your users might not want to use OnedriveMapper as a logon script, but want to manually start it, or both.

Powershell execution policy, and generally the complexity involved for most users in starting scripts can be avoided by building a ‘smart’ shortcut to the script with the following line as the ‘target’:

%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe -WindowStyle Hidden -ExecutionPolicy ByPass -File “C:\Program Files (x86)\Lieben.nu\OnedriveMapper\OnedriveMapper_v3.17.ps1”

Obviously you’ll have to modify the path used there 🙂

OnedriveMapper v2.45 released!

Version 2.45 of OneDriveMapper has been released!

  • Better Sharepoint Online cookie generation to avoid error 224 when on a slow internet connection
  • bugfix in username selection when using ForceUsername
  • slightly more tolerant ADJoin SSO detection
  • now adds appropriate websites as wildcard to trusted sites list (when not being forced by a gpo)

Get the new version here