Sysadmin Today #29: Azure, OneNote & Malwarebytes

In this episode, I will share some tips for using Azure, OneNote and Malwarebytes End Point Protection.

Host: Paul Joyner
Email: paul@sysadmintoday.com
Facebook: https://www.facebook.com/sysadmintoday
Twitter: https://twitter.com/SysadminToday

OneNote Syncing Best Practices
https://support.microsoft.com/en-us/help/2819334/onenote-syncing-best-practices

Clear cache for OneNote
1. Close OneNote and go to C:\Users\%username%\AppData\Local\Microsoft\OneNote\16.0\cache
2. Delete everything in the cache folder
3. Open OneNote and let it sync.

Azure VPN Information
https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpn-devices

Meraki vMX100 Azure Appliance
https://meraki.cisco.com/products/appliances/vmx100

Please Support the Channel
https://www.patreon.com/sysadmintoday   


Sysadmin Today #27: Malwarebytes, Spam & more Q&A

In this episode, I discuss topics related to Malwarebytes, Spam, Security and answering your questions.

Host: Paul Joyner
Email: paul@sysadmintoday.com
Facebook: https://www.facebook.com/sysadmintoday
Twitter: https://twitter.com/SysadminToday


ITBOG
http://www.itbog.org

Malwarebytes End Point Protection
https://www.malwarebytes.com/business/endpointprotection/
https://www.malwarebytes.com/techbench/

Mike Tech Show Malwarebytes Interview
http://mikenation.net/2017/10/19/mike-tech-show-podcast-633-10-19-17/

Exchange 2010 Anti-Spam Enablement
http://www.msserverpro.com/configuring-anti-spam-agents-on-a-hub-transport-server-in-exchange-server-2010/

*Run the script below in the Exchange Shell to prevent spoofing against your approved sending domains. (https://exchangepedia.com/2008/09/how-to-prevent-annoying-spam-from-your-own-domain.html)
Get-ReceiveConnector “My Internet ReceiveConnector” | Get-ADPermission -user “NT AUTHORITY\Anonymous Logon” | where {$_.ExtendedRights -like “ms-exch-smtp-accept-authoritative-domain-sender”} | Remove-ADPermission

IP Block List Providers
bl.spamcop.net
zen.spamhaus.org
psbl.surriel.com
dul.dnsbl.sorbs.net
b.barracudacentral.org

Code to enable Microsoft Update on Server 2008 R2

1. Open Notepad and paste the code below, then save it as .vbs extension.
Set ServiceManager = CreateObject(“Microsoft.Update.ServiceManager”)
ServiceManager.ClientApplicationID = “My App”

‘add the Microsoft Update Service, GUID
Set NewUpdateService = ServiceManager.AddService2(“7971f918-a847-4430-9279-4a52d1efe18d”,7,””)

Please Support the Channel
https://www.patreon.com/sysadmintoday