NETWORK

Controlling Guest Access to your M365 Groups / Teams

Controlling Guest Access to your M365 Groups / Teams

Hi All,

Recently a collegue at work made me aware of the following Article, that describes how you can prevent Guest Users to M365/Teams. You can configure that on Tenant Level or on individual M365 Group Level.

PowerShell

Let’s check out these Settings with PowerShell

###############################################################################
# Connect Microsoft Graph
###############################################################################
Connect-MgGraph -Scopes GroupSettings.ReadWrite.All, Group.ReadWrite.All, User.Read.All -NoWelcome

SNMP on CentOS 8 - Monitor Network Traffic with MRTG

Hallo zusammen,

Kürzlich habe ich ja eine CentOS Linux Firewall installiert.

Nun musste mein MRTG zur Netzwerküberwachung wieder konfiguriert werden.

Als erstes muss der snmpd Service auf Linux installiert werden

yum install snmpd

Nun muss das Konfigfile angepasst werden

cd /etc/snmp/
cp snmpd.conf snmpd.conf
rm snmpd.conf
vi snmpd.conf

#/etc/snmp/snmpd.conf
com2sec readonly .icewolf.
syslocation "Bern, Switzerland"
syscontact "a.bohren@icewolf.ch"
sysservices 76
master yes
agentaddress udp:172.21.175.1:161
rocommunity .icewolf.