Recommended Firmware Lastest of : 7.0.5 V7 – Set Memory HA Failover – New Features | FortiGate / FortiOS 7.0.0 | Fortinet Documentation Library Add Interface Bandwidth of Wan […]
Author: paris
IPSEC Fortigate/Fortinet VPN Config
USE PFS for Phase 2 Auto Neg 2) Add Static Routes on both sides to each other’s Subnets via the VPN Connection Interface created in Step […]
Solar
Chargerhttps://www.ebay.com.au/itm/PROJECTA-IDC25-12-VOLT-DC-TO-DC-25A-BATTERY-CHARGER-SOLAR-VERSION-4-CARAVAN-AGM/302957268505?epid=24008806292&hash=item4689a90e19:g:MbYAAOSwOGFcyud-&frcectupt=true This does both Alternator charging while the car is running and solar to your auxiliary battery.Only problem is it doesn’t have a good readout of whats happening […]
Intune Powershell Script to Set All Windows 10 Connectoins to UnMetered
Poweshell Script for Intune to Change Office Work/Excel and Powerpoint Autorecover location to OneDrive
You will need to update the CompanyName to yours
Private VS Public Workspace in Worksite / iManage
PublicWorksite permissions default to everyone have access to everything. When a workspace is set to Public no permissions are restricted every if they are listed in the […]
An application was detected, orginating from your system. Please contact the system administrator.
This is because something has triggered IPS A quick fix to temp disable Changed from quarantine to block?Then in quarantine monitor, remove the local 192.168 IP’s?Investigate the blocks in […]
one-time bypass for Azure MFA Server (How to fail open Azure MFA server)
MFA ServerLogin to your MFA server and change the below to Succeed Authentication from FailedIn Azure CloudLogin to Office 365 PortalChoose Azure Active DirectoryChoose MFAAdd One Time […]
Setting up patch management for a new Nable Client.
Step by setp video: https://www.youtube.com/watch?v=a5lSbSbq2pYDoes have some back-and-forth config for Huon, the list below is in the ‘ideal’ order.Pre-Checks:1) **Ensure Group Policy doesn’t conflict with NABLE**2) All […]
How to elevate existing powershell Windows to Local Admin ( UAC )
Add the below to the top of your script[pastacode lang=”markdown” manual=”if%20(!(%5BSecurity.Principal.WindowsPrincipal%5D%5BSecurity.Principal.WindowsIdentity%5D%3A%3AGetCurrent()).IsInRole(%5BSecurity.Principal.WindowsBuiltInRole%5D%20%22Administrator%22))%20%7B%20Start-Process%20powershell.exe%20%22-NoProfile%20-ExecutionPolicy%20Bypass%20-File%20%60%22%24PSCommandPath%60%22%22%20-Verb%20RunAs%3B%20exit%20%7D%0A%0A%23%20Your%20script%20here” message=”” highlight=”” provider=”manual”/]