ReadMe.en-US.txt 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. SnetPol - utilities for import\export of the Product policy parameters.
  2. Short description:
  3. The SnetPol program imports policy settings from the template file, keeps security components policy settings from the xml-file
  4. in the effective Product security policy or
  5. exports effective Product security policy settings to the template file and xml-files.
  6. Startup parameters of the program:
  7. SnetPol -i <policy template file name> - policy settings import from the file.
  8. SnetPol -e <file template name> - policy settings export to the template file and policy blocks export to xml-files.
  9. SnetPol -x <component> <xml-file name> - saving policy settings from the xml-file for the specified security component.
  10. SnetPol - h
  11. - show Help.
  12. where <component> is a security component and it must possess one of the following values:
  13. AV - Antivirus
  14. NIPS - Network Intrusion Prevention System
  15. UPD - Updating of components
  16. SOFTPSPT - Software Passport
  17. Examples of start:
  18. - policy settings import from the file:
  19. SnetPol -i "C:\TemplateFileName.inf"
  20. - policy settings export to the file and obtaining policy blocks from the xml-files:
  21. SnetPol -e "C:\TemplateFileName.inf"
  22. - saving policy settings from the xml-file for the specified security component:
  23. SnetPol -x AV "C:\xml\AV.xml"
  24. - show Help: SnetPol -h