- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Script to Backup my all fortigate configurations
Hello ,
Im looking for a powershell script to backup the configuration of all my fortigates .i have fortigate 60D and 300D .
any help please ?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you have a FortiManager, then you can use a CLI script with "exec backup".
Fortinet Technical Support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
we dont have a Fortimanager this is why im looking for a script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You may want to post into the FortiGate board. This is for FortiManager, the centralized management tool for FortiGates.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
without FortiManager you could switch the admin scp feature on
afair:
config system settings
set admin-scp enable
end
or similar.
With that and SSH enabled on the interface you come into your FGT(s) you could get yourself a copy of the running config via scp. I once wrote a c# .net program that did that before we get our FMG...
--
"It is a mistake to think you can solve any major problems just with potatoes." - Douglas Adams
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Im looking for powershell script if its possible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is some Powershell Code-Snipped for doing scp on the internet like here: https://www.nsoftware.com/kb/articles/psserver-scp.rst
--
"It is a mistake to think you can solve any major problems just with potatoes." - Douglas Adams
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
Please take a look at: https://github.com/Nevets82/Posh-FortiGate
Best Regards!
Allan Lago
Security Analist
+55 21 96436-1884
+55 54 99100-0949
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
this script for 100D fortigate and not for 300D one
