KelvinTegelaar

Results 6 issues of KelvinTegelaar

Instead of only using a template user - It would be nice if we could store all fields in the registry such as: - Job Title - Depertment - Company...

We're using the software with multiple named administrator accounts - it would be nice if we could define the settings machine wide instead of in the current user OU.

enhancement

allowing templating in the attributes fields would help with creating aliases that are always required, e.g. in the ProxyAddresses fields: SMTP:%firstname%@bla.com smtp:%firstname%@secondbla.com

enhancement

Minor change that allows Vite builds to be used natively by oryx. Currently we have to work around this by redirecting the build directory and echoing "react-script build" before running...

When using the powershell module as follows: ```powershell Unblock-File 'C:\programdata\Microsoft OneDrive\OneDriveLib.dll' import-module 'C:\programdata\Microsoft OneDrive\OneDriveLib.dll' get-odstatus -ondemandonly | convertto-json | out-file 'C:\programdata\Microsoft OneDrive\OneDriveLogging.txt' ``` We're getting the onedrive result back perfectly,...

I just saw the implementation of -OnDemandOnly in the DLL too. You're brilliant and this seems to fix the blinking issues perfectly. Thanks for putting time into the issue. We're...