Check .htaccess file in the root directory ( rename this )Deactivate Jetpack Plugin and Re-enableDisable all plugins to confirmCheck if you can still access the Admin dashboard […]
Category: Fixes
App Proxy Settings for PasswordState
Enter internal URL , will be presented external URL
Azure\365 – You cannot have more than 5 hardware token or authenticator apps – 2fa
Here are the steps to remove unnecessary Authenticator app/OAuth hardware token so that we can register new Authenticator app for this account: Visit https://myapps.microsoft.com login with accountClick on […]
Poweshell Script for Intune to Change Office Work/Excel and Powerpoint Autorecover location to OneDrive
You will need to update the CompanyName to yours[pastacode lang=”markdown” manual=”%23Change%20AutoSaveLocation%20to%20OneDrive%0A%0A%0A%0A%24onedrivelocation%20%3D%20%25userprofile%25%5COneDrive%20-%20**CompanyName**%5C%0A%0A%0A%0Amkdir%20%22%24onedrivelocation%5CAutorecover%5CWord%5C%22%0A%0ANew-ItemProperty%20-path%20%22HKCU%3A%5CSoftware%5CMicrosoft%5COffice%5C16.0%5CWord%5COptions%22%20-Name%20AUTOSAVE-PATH%20-PropertyType%20%22ExpandString%22%20-Value%20%22%24onedrivelocation%5CAutorecover%5CWord%5C%22%0A%0Amkdir%20%22%24onedrivelocation%5CAutorecover%5CExcel%5C%22%0A%0ANew-ItemProperty%20-path%20%22HKCU%3A%5CSoftware%5CMicrosoft%5COffice%5C16.0%5Cexcel%5COptions%22%20-Name%20AutoRecoverPath%20-PropertyType%20%22ExpandString%22%20-Value%20%22%24onedrivelocation%5CAutorecover%5CExcel%5C%22%0A%0Amkdir%20%22%24onedrivelocation%5CAutorecover%5CPowerpoint%5C%22%0A%0ANew-ItemProperty%20-path%20%22HKCU%3A%5CSoftware%5CMicrosoft%5COffice%5C16.0%5CPowerPoint%5COptions%22%20-Name%20PathToAutoRecoveryInfo%20-PropertyType%20%22ExpandString%22%20-Value%20%22%24onedrivelocation%5CAutorecover%5CPowerpoint%5C%22″ message=”” highlight=”” provider=”manual”/]
Vmware Hosts 6.5 not showing up NFS Datastores on EMC SAN after Reboot
Recently during a scheduled power shutdown, Vmware Hosts were brought back up however no NFS Datastores were listed in Storeage. Enabling SSH and running esxcli storage nfs listListed no […]
Windows 10 – Explorer crashes on Open
A user was complaining because whenever they opened Windows Explorer , the window would hang ( go faded out white! ) By Default Windows 10 Explorer opens to […]
Whitelist Mimecast Outlook Plugin in Windows Firewall
Great a Computer Configuration Group Policy Object for Windows Firewall per belowWhitelist the below files Inbound and OutboundC:\program files\mimecast\mimecast windows service\msddsk.exe ( 32 bit ) C:\program files (x86)\mimecast\mimecast […]
Release Concurrent Citrix Licenses
Recently some test account used up our Citrix server allocation. Apart from wait for a period of time the files in ( C:\Program Files (x86)\Citrix\Licensing\LS\conf ) concurrent_state.xml […]
Install-Module : The term ‘Install-Module’ is not recognized as the name of a cmdlet, function, script file, or operable program.
Install-Module : The term ‘Install-Module’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or […]
Create Windows Server 2012R2/2016 install media for UEFI-enabled servers
ProcedureUEFI requires USB media to be in FAT32 format, which has a 4GB file size limitation. The install.wim file for Server 2012R2 is about 4.5GB, so needs […]