Changing Username on Office 365 with ADSync AND MFA

I have a client that uses adsync to sync their local active directory with their office365 azure directory. I also have multi factor authentication, via the IOS Microsoft Authenticator, enabled for the administrator account. On a Windows 10 computer, here are the steps I have to perform to change a username locally and on office365. […]

Setting up SSL with Shinobi Video using Let’s Encrypt and Certbot

Edit 2020-09-25 There is an updated version of this located here. End Edit This help text was compiled using Ubuntu 16.04 server LTS Install Shinobi using the online documentation Become a super user sudo su Make sure your distribution is up to date apt-get update apt-get dist-upgrade First change the login email address and password […]

Windows Command Line IP Address Assignment

If you want to set a static IP address from the command prompt in Windows, use the following command in an elevated command prompt. netsh interface ipv4 set address “Local Area Connection” static 10.0.0.55 255.0.0.0 10.0.0.1 where “Local Area Connection” is your network adapter name as shown in the Network and Sharing Center where 10.0.0.55 […]

Slow Nexus 5X

Use @BeansTown106 PureNexus. http://forum.xda-developers.com/showpost.php?p=65102741&postcount=7741 https://plus.google.com/communities/103055954354785266764

Windows 2012 Server LDAP over SSL

The only thing required for Windows 2012 R2 Server LDAP over SSL is a trusted certificate in the personal store for the local machine (not user) and a REBOOT. You do not need an Active Directory Certificate Authority or a publicly trusted certificate that matches the host name in the Subject or Subject Alternative (DNS) […]

Adding a certificate to UniFi Wifi Controller

If anyone is still having trouble with this, I just figured out how to do it using an existing Windows certificate. In my case, we have our own internal Certification Authority, but it will work just the same with a certificate issued by GoDaddy or anyone else. I’m assuming you already know how to export […]

Installing additional Features on Windows

Here is how you tell windows to install an packaged feature and the source directory to install from. Elevated Command Prompt: Dism /online /enable-feature /featurename:NetFx3 /All /Source:<drive>:\sources\sxs /LimitAccess To get a list of features: dism /online /get-features  

Permissions for Redirected Folders Root Folder Share

2.  Set Share Permissions for the Everyone group to Full Control. 3.  Use the following settings for NTFS Permissions: CREATOR OWNER – Full Control (Apply onto: Subfolders and Files Only) System – Full Control (Apply onto: This Folder, Subfolders and Files) Domain Admins – Full Control (Apply onto: This Folder, Subfolders and Files) Everyone – […]

Adobe Acrobat Error 0:104

There is a problem with adobe reader. If it is running (which it is) please exit and try again (0:104) due to redirected folders here’s the fix, as logged on user, not admin. mkdir %userprofile%\AppData\Local\Temp\Low icacls %userprofile%\AppData\Local\Temp\Low /setintegritylevel low