Latest posts
Technical notes, renewable energy projects, useful fixes and updates.
Remove IP from Fail2Ban Intrusion Detector
fail2ban-client set JAILNAMEHERE unbanip IPADDRESSHERE
Read more →
Sending Email via Telnet using auth login
The username and password needs to be encoded and sent in BASE64So if using username as the username it would become dXNlcm5hbWU= in BASE64…
Read more →
Mikrotik Script to calculate Average CPU Load & email notification
# Average CPU Load Notification.# This will email you once when average CPU Load reaches the set CPU Threshold value.# When average CPU Load…
Read more →
Add a Mikrotik user, using CLI or a script
The below can be used to add a local user to a Mikrotik using a script or at the CLI /user add name=setusername password=setpassword…
Read more →
Enable Mikrotik firewall rule using comment field
The below can be used in a schedule or script to control rules, just change “enable” to “disable” to disable the rule and “BlockKids”…
Read more →
Office 365 activation issue
run cmd as admin cd C:\program files\Microsoft office\office16 (or program files (x86), whatever’s relevant) type in: cscript ospp.vbs /dstatus this generates a list of…
Read more →
Convert AD synced office 365, to cloud only
install “Microsoft Online Services Sign in Assistant for IT Professionals” Open Powershell (Admin) Enter the following commands… Install-Module MSOnline Install-Module AzureAD Import-Module AzureAD Connect-MsolService…
Read more →
Match a New AD user to an existing 365 user
To match a new AD user to an existing 365 user. match UPN and smtp Alias 2 install “Microsoft Online Services Sign in Assistant…
Read more →