Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Endpoint Management Community Blog

Showing posts tagged with 7.x remove filter
tbenson | 21 May 2012 | 0 comments

The May 23rd Twin Cities User Group meeting is cancelled for this week.

Sorry for the late notice!

We hope to have an event in June. Please check back for further info.

stebro | 26 Apr 2012 | 0 comments

Microsoft’s Security Intelligence Report Volume 12, released earlier this week discusses the continuing challenges of the Conficker worm in enterprises. Conficker came about in later 2008 and continues to plague Windows systems despite patches for the originally exploited vulnerability being available for over 3 years. Conficker continues to spread via one of two methods: exploiting weak passwords or unpatched systems and according to Microsoft’s Tim Rains, in an article by eWeek, 92% of recent infections are due to the exploit of weak passwords.

In terms of exploiting weak passwords, the Security Intelligence Report states “This type of attack uses the credentials of the logged-in user to access local or network resources, or else attacks password-protected resources using a built-...

ludovic_ferre | 20 Apr 2012 | 3 comments

I encountered an issue a few weeks back that was a little strange, but I didn't need to pursue it as my Windows Server 2008 VirtualBox VM Decided to die upon installing some Software Update, but yesterday a customer contacted me on the very same issue.

The problem is that you cannot install Asset Management Suite via SIM after CMS was installed. The error occurs on the InstallReadiness check named "Upgrade Required".

The readiness check is encrypted so we cannot exactly see what it is verifying and what is failing, but I have a case going to backline to check this right now.

Let's see what the error comes from, but as I answered the customer today: No, there is no incompatibility between AMS and CMS 7.1 SP2.

ludovic_ferre | 16 Mar 2012 | 0 comments

I have seen what I thought was a one off problem with a secondcustomerInventory Rule Management (IRM) web-service in Patch 7.0 is a key element of the Patch cycles, as its the single point of contact for the Inventory Rule Agent to get rule xml hashes and strings.

However this single point of failure is coming under serious stress in recent times, as I have seen two live systems encountering this very same issue.

 

Important note! This problem mostly impacts the 7.0 environment as Patch Management 7.1 SP1 and upward is unaffected due to changes in the patch compliance checks (we now have the Patch Assessment Tool instead of the Inventory Rule Management).

Now what is the issue? 

In the Notification Server application logs you will find messages related to EventId 2262 [1] and the InventoryRuleManagement application pool (as you have split the pool, right?). The messages are logged...

Francois PEN | 15 Mar 2012 | 0 comments

Bonjour,

 

Je travailles chez Wolseley France (http://www.wolseley.fr/) qui fait partie du groupe Wolseley (http://www.wolseley.com/)

Nous travaillons avec :

- Client Management Suit 7.1 SP1 : depuis Juillet 2011 avec environ 5000 machines dans toute la France

- Asset Management Suite 7.1 SP1 : depuis Janvier 2012

- Inventory pack for Server and Monitoring : en test depuis Janvier 2012 sur l'infra Altiris mais projet de le déployer sur tous les serveurs à termes

- Workflow solution 7.1 SP1 : installé depuis Février 2012 mais pas encore utilisé. Projet sur Septembre 2012. 

- Deployment Server 6.9 SP4 : en test depuis Janvier 2011 pour un projet groupe sur une Hardware Independent Image (HII) Windows XP / 7

 

Je travailles avec un ingénieur système aux US qui est sp...

Pascal.KOTTE at BECHTLE | 07 Mar 2012 | 0 comments

Voici une information importante pour les utilisateurs PC anywhere:

We have recently been advised that some of our customers are trying to uninstall pcAnywhere Solution version 7.1 SP1 through the ITMS Console. Doing so will disable DCOM services on the machines that have the agent installed, this is a known issue as outlined in http://www.symantec.com/docs/TECH109673

Disabled DCOM Services can cause an application to stop working such as Symantec Backup Exec System Recovery.

To perform a successful uninstall of pcAnywhere Solution version 7.1 SP1 from a customer’s environment, a customer should first upgrade to pcAnywhere Solution 7.1 SP2 and ensure that all machines with an active agent  are upgrade to version 7.1 SP2. Once all machines are upgraded it will then be possible to perform a successful uninstall without affecting DCOM services.

Problem...

Marcello D'Angelone | 24 Feb 2012 | 0 comments

If you wish to apply the registry change mentioned in  TECH109926 to several machines using SMP server you can perform the following steps:

 

  1. On the Notification Console, create a new "Client Job" and select  "Task" and Run Script
  2. Copy and paste the text below and select Command Script as script type  Click OK  

@echo off

net stop "awhost32"

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\pcAnywhere\CurrentVersion\Host" /V "QuickADSGroupAuth" /D 1 /T REG_DWORD /F  

net start "awhost32" 

     3.  Use quick run or Create a New schedule to run the script on several computers.

 

in case...
Pascal.KOTTE at BECHTLE | 27 Jan 2012 | 0 comments
Name User OS Name OS Revision Model Manufacturer Part Number Serial Number
PC-001 user1 Microsoft Windows XP Service Pack 3 HP xw4400 Workstation Hewlett-Packard 0A68h CZC7285600
PC-002 user2 Microsoft Windows XP Service Pack 3 DSDT Hewlett-Packard 0864h CZC3490N00

SELECT     vComputer.[Guid],
        vComputer.Name,
        vComputer.[User],
        vComputer.[OS Name],
        vComputer.IsManaged,
...

Pascal.KOTTE at BECHTLE | 24 Jan 2012 | 0 comments

Dans le user group, nous avons identifié que le fait de devoir déployer avec winPE 2.1, au lieu de 3.1, n'était pas très optimum. Il faut ainsi intégrer les pilotes "Vista" pour le Preboot, et Win7 pour l'OS déployé. Ceci faisait un double travail pour les pilotes critiques...

Le SP2 de DS7.1 en beta version, semble intégrer désormais WinPE 3.1. Ceci est la bonne nouvelle, sous réserver d'une confirmation dans la version finale.

La mauvaise: Aucune "annonce" concernant un éventuel SP6 avec WinPE 3.1, pour une intégration native dans DS 6.9...

A suivre donc.