Eswar Koneti's Blog

All about Configmgr and its connected objects…….

  • About Author
      View eswar koneti's LinkedIn profile
  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 106 other subscribers

  • Awards


  • FaceBook Updates

  • Catagories

  • Meta

  • Copyright!

    All the blog posts in this website are owned by Eswar Koneti and may not be reused in any mode without prior approval of Eswar Koneti. You may quote one paragraph from the blog posts if you link to the original blog post.
    Happy Reading!

Archive for the 'Symantec EndPoint Protection' Category

SCCM 2012 Videos Wally Mead sessions-1

Posted by Eswar Koneti on 30th November 2012

Thought of sharing Valuable Videos by Our SCCM Guru Wally Mead from different Locations.Worth Watching it wlEmoticon smile2 SCCM 2012 Videos Wally Mead sessions 1

Since there are many videos from Wally Mead On SCCM 2012 ,Posting all in One post may slow down the browsing of website initially for sometime.so splitting the videos to multiple posts with Tile of the videos in each post.

System Center Configuration Manager 2012 Windows 8 Support, Wally Mead

httpv://www.youtube.com/watch?v=0LTMd8H7iqM

 

ConfigMgr 2012 Software Distribution Part 1 – With Johan

 

httpv://www.youtube.com/watch?v=15wPybTZvjg

ConfigMgr 2012 Software Distribution Part 2 – With Johan

httpv://www.youtube.com/watch?v=_kZf9gtUIkU

 

 

Interview with Wally Mead about System Center 2012 Configuration Manager and SP1

 

 httpv://www.youtube.com/watch?v=n8r_Apm7sgE

SCCM GURU Webcast Series – Episode 1:

httpv://www.youtube.com/watch?v=p4BOrAw8noI

Rest Go Through http://eskonr.com/2012/11/sccm-2012-wally-mead-sessions-2/

Tags: , , , , , , , ,
Posted in Installation Guides, OS Deployment, SCCM 2012, SCCM Videos, Setup & Deployment, Software Distribution, Symantec EndPoint Protection, Trobleshooting Tips, WebCasts/Videos | No Comments »

The New features of the DoScan.exe on SEPM 11

Posted by Eswar Koneti on 21st June 2010

As the Symantec Endpoint Protection 11.0.1000.1375 ,SEP RU6MP1  released, there are some new features of the DoScan.exe.

SEPM can scan the drive using the command line. But we don’t have a choice for scanning a single file/folder in command line using SEP doscan.exe. So that we can create it in batch files for scanning specific files.

So we need an enhancement to doscan.exe so that it can scan a single file from command line.

The screenshot below shows the options on SEP RU5:

doscan ru5 thumb The New features of the DoScan.exe on SEPM 11

And, the newest help and options of DoScan.exe on RU6MP1 shows as below:

doscan ru6mp1 thumb The New features of the DoScan.exe on SEPM 11

Here are the mainly 5 options and their usage:

Go to C:\Program Files\Symantec\Symantec Endpoint Protection or wherever you have installed the SEP Client.

Double-click DoScan.exe for a list of Below available options.

1) DoScan.exe /Scan Name "Weekly Scheduled Scan"
   – Only one scan is allowed to pass in as of now. The name of a local scan or admin scan can be passed in as a parameter.
   – Scan options are the same as from the named scan in the command line.
2) DoScan.exe /List

   – Lists all the admin and local scans present in the system.
   – Attaches to the same console if launched from a console or creates a new console to display the output if launched from a Windows GUI.
Notes:
Before run the command ‘DoScan.exe /Scan Name "Weekly Scheduled Scan’, you need to run the ‘DoScan.exe /List’ to find out what scan name can be used. Below is the example of the ‘DoScan.exe /List’:

doscan ru6mp1 list thumb The New features of the DoScan.exe on SEPM 11

 

3) DoScan.exe /Scan Drive "A-C,E,V-S,Z"
   – You can leave spaces in between drive letters but the entire string should be within quotes. This example will scan drives A, B, C, E, S, T, U, V, Z.
   – Scan options will be taken from the default quick scan options.
4) DoScan.exe /ScanDir "%WinDir%\System32" /ScanDir "%Temp%" /ScanDir "C:\Test"

   – Multiple directories can be passed in with multiple /ScanDir switches.
   – Relative paths or Environment strings are permitted in the path. Internally these will be converted to fully qualified names.
   – Scan options will be taken from the default quick scan options.
5) DoScan.exe /ScanFile "C:\Test.log" /ScanFile "%WinDir%\Notepad.exe"

   – Same as the /ScanDir switch. Multiple filenames can be passed with multiple /ScanFile switches.
   – Relative paths or Environment strings are permitted in the path. Internally these will be converted to fully qualified names.
   – Scan options will be taken from the default quick scan options.

Log File…

While it appears that specifying a log file has been pulled from this version of DoScan…it should be noted that a "Log File" is created in the default location referenced by the RU5 DoScan

A single Log File is created for each "Day" DoScan is run. For example, I’ve run DoScan about 8 times today and there is a single Log File in the location referenced above. The file is named "03092010.log" and it contains the information for all the DoScan’s I’ve run today.

Tags:
Posted in Symantec EndPoint Protection | No Comments »