I have one 200D (on 5.4.10), FSSO seems work well, but Collector Agent
keeps logging following message:"error parsing file header:C:\Program
Files (x86)\Fortinet\FSAE\TSAgentSyncID.dat"Is there something I should
worry about?I have installed both Col...
Hi. There will be power cut of the whole building several times a year
for maintenance of electric devices. So I need a scheduled shutdown of
FGT when power cut planned but someone will do overtime work, and I
don't want FGT to be shutdown for a long...
Thank you for your reply.This is weird. The Fortinet Single Sign On
Agent Service is running under the Domain\Administrator account, which
is a member of Domain Admins group. And Domain Admins,Domain Users, and
even Authenticated Users have Full Cont...
you can call powershell.exe from a bactch
file:pathtotheexe\powershell.exe pathtoscript\scriptname.ps1 to use the
library, before new-object, you need to:Add-Type -Path
"pathtothedll\Renci.SshNet.dll"
You can use PowerShell and SSH.Net library to do this, not Putty.exe or
Plink.exe. $client = New-Object
Renci.SshNet.SshClient($hostip,"admin",$passwd) $client.Connect(); sleep
1 if ($client.IsConnected){ $stream =
$client.CreateShellStream("Test",0,...
if you connect FGT through SSH, type "edit test" without type "config
system admin" at first, you will get a "Unknown action". From
"config..." to "end" can be considered 1 conversational command, not 5
independent commands.You may check my post "Is ...