Tags
Active_Directory Adobe AFP ARD Background Boot Bootcamp Chrome Command Default User DEP Deployment Dual_Boot El Capitan External boot GIS Group_Policy High Sierra Image Installer JAMF KACE Keyserver Kiosk Lion Login Macintosh Matlab Mavericks Mt Lion Novell Packaging Reference Security Silent Installer SIP Sleep Software Spss Startup User_Profile VectorWorks Windows Windows 10 Windows to GoContact Me
Contact me by email ... [email protected]Login
Category Archives: Labs
Windows 10 – Get Windows Update Log
Apparently windows 10 changed the windows 10 log format and you now need to run a power shell command to generate the log file as a text file that normal humans can read. Open Powershell with “Run as Administrator” give … Continue reading
Windows 10 – System-wide File Type Associations
List current filetype associations with these two different commands: ftype or assoc Change or create new ones: Open an elevated command prompt. Use FTYPE {fileType}={commandString} to create a file type and associated command to open the file. Use ASSOC {.fileExtension}={fileType} … Continue reading
Windows 10 – Clean Boot
https://support.microsoft.com/en-us/help/929135/how-to-perform-a-clean-boot-in-windows Use msconfig to disable all non-Microsoft “Services” and “Startup” from starting After booting clean, use msconfig to set your computer back to “Normal” boot.
JAMF – DEP and VPP Certificate Renewal
For the JAMF server we have yearly renewing certificates that connect our JAMF server to Apple’s servers for our hardware (DEP) and software (VPP) purchases. Here is how I did this process in May 2017: 1) Log into our JAMF … Continue reading
Mac – NoMAD – AD functionality to macs without binding
You can add AD functionality to a Mac without having to “Bind” it to the domain … See: See: https://www.nomad.menu/
Posted in Labs, Software
Tagged Active_Directory, Macintosh
Comments Off on Mac – NoMAD – AD functionality to macs without binding
Windows 10 – Install to external USB drive
Update (Sept 2017) – An even easier way to do this is to copy your wim image to a windows 10 computer and run the “Windows to Go” application. In the Windows to Go app, choose the disk you want … Continue reading
Posted in Labs
Tagged External boot, Windows 10
Comments Off on Windows 10 – Install to external USB drive
Mac – Microsoft Office 2016 – Disable First Run and Welcome screens
See the details at: https://derflounder.wordpress.com/2016/01/17/suppressing-office-2016s-first-run-dialog-windows/
Posted in Labs, Software
Tagged Macintosh, Microsoft Office
Comments Off on Mac – Microsoft Office 2016 – Disable First Run and Welcome screens
Mac – Active Directory Debugging and Logs
To debug an Active Directory binding issues First set the directory error logging to “debug” with: sudo odutil set log debug then try the join … set the error logging back to “error” with: sudo odutil set log default You’ll … Continue reading
Posted in Labs
Tagged Active_Directory, Macintosh
Comments Off on Mac – Active Directory Debugging and Logs