Author Archives: linnieadmin

Hide Sync Button in Sharepoint

Here is the link I used to figure this out. https://learn.microsoft.com/en-us/sharepoint/sharepoint-sync#sharepoint-file-sync-and-onedrive-shortcuts

Sync was causing issues. It’s better to use “Add Shortcut to OneDrive”

1. Ensure Sharepoint Management Shell is loaded
2. Connect to MIcrosoft Sharepoint Online via Powershell
        1. Open Sharepoint Online Management Shell
        2. Connect to Sharepoint Online by using this command Connect-SPOService -Url https://xxx-admin.sharepoint.com

3. type the following **Set-SPOTenant -HideSyncButtonOnTeamSite $true**

I had a hard time figuring out how to search for things in the logs that were being denied. To see the denied traffic, do the following

Make sure the Implicit Deny Policy has logging enabled

Go into Log & Report –> Local Traffic –> and choose either memory or Fortianalyzer Cloud
Action==deny and any other variables you might know. Either the source IP address or the port number you’re looking for.

Unifi Switch Unable to SSH to device

I had a really strange situation where i was unable to adopt a unifi switch that had been offline for some time. When i tried to SSH to the device,

I found that I had to use the following command to get into the device via SSH.
ssh [email protected] -o HostKeyAlgorithms=+ssh-rsa
Once i added the -o HostKeyAlgorithms i was able to use SSH like normal.

Then when I was attempting to find the firmware files on Ubiquiti’s site, i found that they have hidden the page. After a bit of searching on Reddit, i found the link. It’s here https://www.ui.com/download/releases/firmware

I proceeded to go through numerous updates from 4.0.66 to 4.3.22 to 5.43.23. Once i got there, i attempted to re-adopt the device, and bam, everything started working like normal!

Windows 11 Right Click Menu

I am annoyed with Windows 11 when you right click a file and try to quickly delete it only to have to end up clicking the icon to delete rather than hitting the D key. I found if you add this registry entry you’ll get the functionality back.

Run this command from an elevated Powershell Prompt

REG ADD “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve

taskkill /f /im explorer.exe

start explorer.exe

HP MSA Management Unresponsive

I was having a problem with my HP MSA 1040 not responding to the management web page, so I found a tech article that said if you SSH into the system and run the following command, you can restart the management controller to get the page to come back up. It took about 2 minutes for the system to restart but eventually it came up

#restart mc A

https://support.hpe.com/hpesc/public/docDisplay?docId=mmr_kc-0132694