Announcement

Collapse
No announcement yet.

schedule task export

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • schedule task export

    What chnages do I need to make to the INI inorder for schedule task to run exporter pro and save the file?

  • #2
    Re: schedule task export

    Configure everything in Exporter Pro and that will setup the INI properly. Then just schedule the command line stexport.exe /CONFIG=path_to_ini

    Comment


    • #3
      Re: schedule task export

      I put htat in the scheduled task. THe report works great from Exporter Pro. When I run the schedluded task it only produces the xls colums and no data. What am I doing wrong?

      Comment


      • #4
        Re: schedule task export

        Make sure you are giving the full path to the ini file, and all files referenced in the ini should have the full path as well to make sure is able to find everything.

        Comment


        • #5
          Re: schedule task export

          Heres my run command:

          "C:\Program Files\Hyena\stexport.exe" "/CONFIG=C:\Program Files\Hyena\Exchange_Information.ini"

          Comment


          • #6
            Re: schedule task export

            Edit the Exchange_Information.ini file and make sure all files referenced have the full path as well, such as:

            c:\program files\hyena\

            Comment


            • #7
              Re: schedule task export

              Are you taking about the ObjectFile path? I have the full path to the OU I want to pull. Not sure where you want me to put that path in the ini?

              Comment


              • #8
                Re: schedule task export

                Send a copy of your ini to [email protected] so I can see what you have at this point.

                Comment


                • #9
                  Re: schedule task export

                  Here is the ini except the object path

                  [General]
                  ObjectFile=********************************* ConfigurationName=Exchange Information
                  AppendOutput=0
                  UnicodeOutput=0
                  WriteTitles=1
                  Delimiter=\t
                  SecondaryDelimiter=^
                  LineTerminator=\n
                  VerboseProgress=1
                  LogFileName=Export.log
                  AppendLog=1
                  EnableLogging=0
                  LogSuccess=1
                  LogFailure=1
                  ComputerSource=1
                  [Templates]
                  WmiTemplates=;
                  DirectoryTemplates=ExchangeUserInfo;;
                  RegistryTemplates=;
                  [Computers]
                  PingEnable=1
                  PingType=1
                  PingTimeout=500
                  PingTTL=20
                  PingHideProgressErrors=0
                  UseNetbiosName=0
                  FilteringEnable=0
                  FilteringType=0
                  SkipEnable=0
                  SkipFileName=
                  ExportComputers=0
                  ComputersOutputFile=
                  ComputerColumns=1002,0,1,2,3,4,5,6,7,8,9,10,11,12, 13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28
                  [Groups]
                  GroupsColumns=1002,0,1,2,3
                  MembersColumns=1002,0,1,2,3
                  ExportGroups=0
                  ExportGroupMembers=0
                  GroupsOutputFile=
                  MembersOutputFile=
                  GroupType=2
                  MemberType=2
                  ExportSpecificGroups=0
                  SpecificFileName=
                  ExportDomainGroupsOnly=0
                  [Users]
                  UsersColumns=1002,0,1,2,3,4,5,6,7,8,9,10,11,12,13, 14,15,16,17,18,19,20,21,22,23,24
                  ExportUsers=0
                  UsersOutputFile=
                  UsersGroupsColumns=1002,0,1,2
                  ExportUsersGroups=0
                  UsersGroupsOutputFile=
                  ExportDomainUsersOnly=0
                  GetLogonInformation=0
                  LastLogonType=0
                  [Services]
                  ExportServices=0
                  ServicesOutputFile=
                  ServiceColumns=1002,0,1,2,3,4,5,6,7
                  ServiceType=2
                  ServiceState=2
                  ExportSpecificServices=0
                  SpecificFileName=
                  [Shares]
                  ExportShares=0
                  SharesOutputFile=
                  SharesColumns=1002,0,1,2,3,4,5
                  ShowFileShares=1
                  ShowPrintShares=1
                  ShowAdminShares=1
                  ShowHiddenShares=1
                  [Drives]
                  DrivesColumns=1002,0,1,2,3,4,5,6,7,8,9
                  ExportDrives=0
                  DrivesOutputFile=
                  DrivesMask=
                  DrivesFormat=0
                  [Network]
                  NetworkColumns=1002,0,1,2,3,4,5,6,7,8,9,10,11,12,1 3,14,15,16,17,18
                  NetworkProtocolColumns=1002,0,1,2,3,4
                  ExportProtocols=0
                  NetworkProtocolOutputFile=
                  ExportNetwork=0
                  NetworkOutputFile=
                  [Tasks]
                  TasksColumns=1002,0,1,2,3,4,5,6,7,8,9,10,11,12,13, 14,15,16,17
                  ExportTasks=0
                  TasksOutputFile=
                  [Security]
                  RightsColumns=1002,0,1,2,3
                  SecurityColumns=1002,0,1,2,3,4,5,6
                  ExportSecurity=0
                  SecurityOutputFile=
                  ExportShareSecurity=0
                  ExportPrinterSecurity=0
                  ExportOwnerSecurity=0
                  ExportRegistrySecurity=0
                  ExportServiceSecurity=0
                  ExportRights=0
                  RightsOutputFile=
                  [Policy]
                  PoliciesColumns=1002,0,1,2,3,4,5,6,7,8,9,10,11,12, 13,14,15,16,17,18,19,20,21,22,23,24,25,26
                  ExportPolicies=0
                  PolicyOutputFile=
                  [Printers]
                  PrintersColumns=1002,0,1,2,3,4,5,6,7,8,9,10,11,12, 13,14,15,16
                  ExportPrinters=0
                  PrintersOutputFile=

                  Comment

                  Working...
                  X