Server - PRTG Network Monitor Tool

PRTG Network Monitor here is an interesting monitoring tool that give you the ability to monitor Server (free up to 100 devices)

Network monitoring:

http://www.it.paessler.com/


SCCM 2012 - How to create Collections with different SCCM 2012 client versions

It would be important to create SCCM  query/collection to have insfracture status.

here is relative code that can easily adapted:

select SMS_R_System.ResourceId, SMS_R_System.ResourceType, SMS_R_System.Name, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.ResourceDomainORWorkgroup, SMS_R_System.Client from  SMS_R_System where SMS_R_System.ClientVersion = "5.00.7804.1000"

Here they are SCCM 2012 client versions:




Tips - Explorer Crash how to solve - Event ID: 1000 Source: Microsoft Internet Explorer

In questi giorni ho dovuto affrontare diversi pc che cliccando con il tasto destro del mouse con Explorer andavano in crasch o nel copia ed incolla.

La soluzione sta nell'utilizzare l'applicazione ShellExView.

Identificare i plugin di explorer o programmi con colore rosato o giallo (quindi sospetti) e disabilitarli.

Dopo questa procedura Explorer ha smesso di craschare.

Faulting application name: explorer.exe, version: 6. Faulting module path: ieframe.dll


Faulting application name: explorer.exe ieframe.dll




<--------->

During this days I had to deal with several PCs that clicking with the right mouse button in the Explorer were crash or during copy and paste process

The solution found is using the application ShellExView.

After executing ShellExView you must Identify Explorer plugin or programs with pinkish or yellow (so suspicious) and disable them.

After this procedure Explorer stopped crash.


Faulting application name: explorer.exe, version: 6. Faulting module path: ieframe.dll


Faulting application name: explorer.exe ieframe.dll



Here are some technical info:


Description

Shell Extensions are in-process COM objects which extends the abilities of Windows operating system. Most shell extensions are automatically installed by the operating system, but there are also many other applications that install additional shell extension components. For example: If you install WinZip on your computer, you'll see a special WinZip menu when you right-click on a Zip file. This menu is created by adding a shell extension to the system. The ShellExView utility displays the details of shell extensions installed on your computer, and allows you to easily disable and enable each shell extension.
ShellExView can be used for solving context-menu problems in Explorer environment. For more information, read the following article: Right-click is slow or weird behavior caused by context menu handlers

Antivirus - Fake Virus test purpose

Come pulire il PC da virus gratis

Additional notes:
  1. This file used to be named ducklin.htm or ducklin-html.htm or similar based on its original author Paul Ducklin and was made in cooperation with CARO.
  2. The definition of the file has been refined 1 May 2003 by Eddy Willems in cooperation with all vendors.
  3. The content of this documentation (title-only) was adapted 1 September 2006 to add verification of the activity of anti-malware or anti-spyware products. It was decided not to change the file itself for backward-compatibility reasons.
Who needs the Anti-Malware Testfile
(read the complete text, it contains important information)Version of 7 September 2006 
If you are active in the anti-virus research field, then you will regularly receive requests for virus samples. Some requests are easy to deal with: they come from fellow-researchers whom you know well, and whom you trust. Using strong encryption, you can send them what they have asked for by almost any medium (including across the Internet) without any real risk.

Other requests come from people you have never heard from before. There are relatively few laws (though some countries do have them) preventing the secure exchange of viruses between consenting individuals, though it is clearly irresponsible for you simply to make viruses available to anyone who asks. Your best response to a request from an unknown person is simply to decline politely.

A third set of requests come from exactly the people you might think would be least likely to want viruses "users of anti-virus software". They want some way of checking that they have deployed their software correctly, or of deliberately generating a "virus incident in order to test their corporate procedures, or of showing others in the organisation what they would see if they were hit by a virus".

Reasons for testing anti-virus software
Obviously, there is considerable intellectual justification for testing anti-virus software against real viruses. If you are an anti-virus vendor, then you do this (or should do it!) before every release of your product, in order to ensure that it really works. However, you do not (or should not!) perform your tests in a "real" environment. You use (or should use!) a secure, controlled and independent laboratory environment within which your virus collection is maintained.

Using real viruses for testing in the real world is rather like setting fire to the dustbin in your office to see whether the smoke detector is working. Such a test will give meaningful results, but with unappealing, unacceptable risks.

Since it is unacceptable for you to send out real viruses for test or demonstration purposes, you need a file that can safely be passed around and which is obviously non-viral, but which your anti-virus software will react to as if it were a virus.
If your test file is a program, then it should also produce sensible results if it is executed. Also, because you probably want to avoid shipping a pseudo-viral file along with your anti-virus product, your test file should be short and simple, so that your customers can easily create copies of it for themselves.

The good news is that such a test file already exists. A number of anti-virus researchers have already worked together to produce a file that their (and many other) products "detect" as if it were a virus.
Agreeing on one file for such purposes simplifies matters for users: in the past, most vendors had their own pseudo-viral test files which their product would react to, but which other products would ignore.

The Anti-Malware Testfile
This test file has been provided to EICAR for distribution as the "EICAR Standard Anti-Virus Test File", and it satisfies all the criteria listed above. It is safe to pass around, because it is not a virus, and does not include any fragments of viral code. Most products react to it as if it were a virus (though they typically report it with an obvious name, such as "EICAR-AV-Test").

The file is a legitimate DOS program, and produces sensible results when run (it prints the message "EICAR-STANDARD-ANTIVIRUS-TEST-FILE!").

It is also short and simple - in fact, it consists entirely of printable ASCII characters, so that it can easily be created with a regular text editor. Any anti-virus product that supports the EICAR test file should detect it in any file providing that the file starts with the following 68 characters, and is exactly 68 bytes long:
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
The first 68 characters is the known string. It may be optionally appended by any combination of whitespace characters with the total file length not exceeding 128 characters. The only whitespace characters allowed are the space character, tab, LF, CR, CTRL-Z. To keep things simple the file uses only upper case letters, digits and punctuation marks, and does not include spaces. The only thing to watch out for when typing in the test file is that the third character is the capital letter "O", not the digit zero.

You are encouraged to make use of the EICAR test file. If you are aware of people who are looking for real viruses "for test purposes", bring the test file to their attention. If you are aware of people who are discussing the possibility of an industry-standard test file, tell them about www.eicar.org, and point them at this article.

More details:

http://www.eicar.org/86-0-Intended-use.html

Download AV in .txt file

http://www.eicar.org/download/eicar.com.txt

SCCM 2012 - How to deploy Adobe Flash Player with WSUS 3.0 SP2 inside SCCM

If you are utilizing SCCM 2012 with WSUS role installed you can deploy a lot of software automatically publishing them inside WSUS utilized by SCCM 2012.

Infact if you are using Microsoft System Center Updates Publisher 4.5, you can import Adobe Flash Player Catalog for deployment via WSUS 3.0 SP2.

1. Start the Microsoft System Center Updates Publisher 4.5.

2. Right Click System Center Updates Publisher and select settings.

3. Click Add.

4. In Add Catalog provide location of CAB file and fill the other fields as below:

Current release (17.0.0.169)

http://fpdownload.adobe.com/get/flashplayer/current/licensing/win/
AdobeFlashPlayerCatalog_SCUP.cab

Extended Support Release (13.0.0.281)

http://fpdownload.adobe.com/get/flashplayer/current/licensing/win/
AdobeFlashPlayerCatalog_13_SCUP.cab

5. Right click System Center Updates Publisher and select import update(s).

6. Select “Bulk catalog import”.

7. Click Next.

8. Choose Accept on next dialog box, this will import the catalog.

9. Click Close.

10. Now all updates available in the catalog can be viewed in SCUP console.

11. Right click on each update to set the publish flag.

12. After setting up the publish flag, right click on System Center Updates Publisher and select publish update (s), to publish all flagged updates to WSUS 3.0 SP2 Server.

13. Follow the wizard to publish the updates, click Next.

14. Click Close on the confirmation dialog to complete the wizard.

15. Now these updates will be available under the SCCM console at the next sync cycle and are ready to be deployed.

Indeed if you like to download Flash player redistributabe here they are links:

http://www.adobe.com/products/flashplayer/distribution3.html

Full article:

http://www.adobe.com/licensing/distribution/strategies/sms.html

SCCM 2012 - System Center Configuration Manager Cmdlet Library


The System Center Configuration Manager Cmdlet Library installs and updates the Windows PowerShell module for System Center Configuration Manager.

The System Center Configuration Manager Cmdlet Library lets you manage a Configuration Manager hierarchy by using Windows PowerShell cmdlets and scripts. Microsoft regularly updates the cmdlets for Configuration Manager. The System Center Configuration Manager Cmdlet Library checks for library updates on a daily basis, and notifies you to download the updated library. 


https://www.microsoft.com/en-us/download/details.aspx?id=46681&751be11f-ede8-5a0c-058c-2ee190a24fa6=True