Category Archives : Uncategorized
Anywhere Access SSL Renewal
Dashboard>Anywhere Access>Configure>Uncheck both Skips>Import a new trusted SSL…
Server 2012R2
Windows 11 Restore Old Context Menus
https://4sysops.com/archives/restore-classic-context-menu-in-windows-11-explorer-using-group-policy-or-powershell/
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /ve /t REG_SZ
Get-Process explorer | Stop-Process -ErrorAction Ignore
Run as SYSTEM with the TrustedInstaller token
SuperCMD.exe /TI /Run:cmd.exe
DNS Prop Check
Refresh AD Groups Membership without Reboot/Logoff
https://woshub.com/how-to-refresh-ad-groups-membership-without-user-logoff
whoami /groups
klist –li 0x3e7 purge
klist purge
Temp Profile Reg Key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
O365 Shared Mailbox Permissions Reset for Outlook
The issue was resolved (with Microsoft support help) by re-applying Full Access permissions and removing shared mailbox Outlook auto-mapping for the affected users and then adding the shared mailbox manually in Outlook. Re-applying permission via Office 365 admin center didn’t have any effect.
- Run: Remove-MailboxPermission -Identity shared_mailbox@domain.com -User user@domain.com -AccessRights FullAccess
- Run: Add-MailboxPermission -Identity shared_mailbox@domain.com -User user@domain.com -AccessRights FullAccess -AutoMapping:$false
- -AutoMapping:$false disables shared mailbox auto-mapping to users’ Outlook profiles.
- Wait 30-60 minutes for changes to propagate until shared mailbox disappear from users’ Outlook.
- Manually add shared mailbox to users’ Outlook: File > Account Settings > Change > More Settings > Advanced > Open these additional mailboxes.
- Try sending email as the shared mailbox by selecting From: address from Online Global Address List (to prevent caching issues).
DKIM Links
GPO to remove OneDrive Backup
reg add HKLM\SOFTWARE\Policies\Microsoft\OneDrive /v KFMBlockOptIn /t REG_DWORD /d 1 /f