Sysadmin Today #48: Migrating Active Directory, ADFS & MFA

In this episode, I will discuss upgrading and migrating Active Directory and ADFS.

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


Show Links

Command to run to check the health of Active Directory
dcdiag > dcdiag.txt
DCDiag /test:DNS /v > dnsDCDiag.txt
dcdiag /test:fsmocheck
netdiag
dcdiag /test:knowsofroleholders /v
RepAdmin /viewlist *
RepAdmin /KCC
repadmin /replsummary > repsum.txt

Migrate ADFS 2.0 to 4.0
http://experts-adda.com/post.php?id=27

Enable modern authentication for Skype for Business Online
https://www.ronnipedersen.com/2017/07/11/enable-modern-authentication-for-skype-for-business-online/

Enable or disable modern authentication in Exchange Online
https://support.office.com/en-gb/article/enable-or-disable-modern-authentication-in-exchange-online-58018196-f918-49cd-8238-56f57f38d662

What’s new in Active Directory Federation Services for Windows Server 2016
https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/overview/whats-new-active-directory-federation-services-windows-server

How often will you be prompted for MFA in Outlook for Office 365?
http://www.cobweb.com/news/news-item/2016/04/22/how-often-will-you-be-prompted-for-mfa-in-outlook-for-office-365

How modern authentication works for Office 2013 and Office 2016 client apps
https://docs.microsoft.com/en-us/office365/enterprise/modern-auth-for-office-2013-and-2016?redirectSourcePath=%252fen-gb%252farticle%252fhow-modern-authentication-works-for-office-2013-and-office-2016-client-apps-e4c45989-4b1a-462e-a81b-2a13191cf517

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


Sysadmin Today #38: Email Security

In this episode, I will discuss email security best practices.

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


Show Links

Podnutz Episode discussing Automation
http://podnutz.com/podnutz273/

Reverse DNS Checker
https://www.debouncer.com/reverse-dns-check?attempt=1

SPF, DKIM & DMARC Information
https://blogs.technet.microsoft.com/fasttracktips/2016/07/16/spf-dkim-dmarc-and-exchange-online/

Exchange 2016 Anti-Spam Setup
http://msexchangeguru.com/2017/08/08/exchange-2016-anti-spam-configuration/

Exchange 2013 Anti-Spam Setup
http://techgenix.com/anti-spam-and-anti-malware-protection-exchange-2013-part1/

Exchange 2010 Anti-Spam Setup
http://www.mustbegeek.com/configure-anti-spam-agents-in-exchange-2010/

How to Create a rule to prevent spoofing
https://www.intrust-it.com/2015/10/14/use-mail-rules-in-office-365-to-tag-emails-with-spoofed-senders/

Preparing for the mandatory use of TLS 1.2 in Office 365
https://support.microsoft.com/en-us/help/4057306/preparing-for-tls-1-2-in-office-365

Encrypted Messaging
https://pixelprivacy.com/resources/encrypted-messaging/

Ultimate Privacy Guide
https://vpnandgo.com/internet-privacy/ 

RBL List
Spam Cop:          bl.spamcop.net
Surriel:                psbl.surriel.com
Spamhaus:         zen.spamhaus.org
Sorbs:                  dnsbl.sorbs.net
Barracuda:          b.barracudacentral.org


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

Sysadmin Today #16: Office 365 has spoiled me.

In this episode, we will discuss how Office 365 helps Sysadmin’s. Plus sharing some stories from the trenches.

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

Log Parser Studio 2.0
https://blogs.technet.microsoft.com/exchange/2013/06/17/log-parser-studio-2-0-is-now-available/

Exchange Server User Monitor
https://www.microsoft.com/en-us/download/details.aspx?id=51101

SQL Monitor
http://www.red-gate.com/products/dba/sql-monitor/

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

Sysadmin Today #11: My week in Tech

In this episode, I will share some stories and tips from my week in tech. This includes Office 365’s Litigation on hold feature, VMware performance tuning tips regarding vCPU’s, running WordPress on IIS and discussing how to develop policies to address phishing attacks.

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

Litigation on hold
http://www.networkworld.com/article/3079099/cloud-computing/doing-ediscovery-litigation-hold-and-addressing-journaling-in-office-365.html

ESX Performance Tool ESXTOP
http://www.vfrank.org/esxtop/
http://www.yellow-bricks.com/esxtop/

Next Generation Sync Client | Sync now with # and % in filename
https://hansbrender.com/2017/04/18/next-generation-sync-client-sync-now-with-and-in-filename/

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