SS Technology Forum

SS Technology Forum

Computer Migration - Things to Consider

Here are a few points which you can consider while doing computer migration. These points are applicable to all migrations irrespective of the migration tool (ADMT, NetIQ, Quest etc)

Active Directory User Migration

Here is a graphical representation of the high level steps involved in an Active Directory migration using ADMT

User Migration and Merging Using Quest Migration Manager

Pre-creating user account in the target domain is a common scenario these days due to single-sign-on solution, HR management procedure etc

Microsoft Right Management Service (RMS)

Rights Management Service (RMS) is an add-on to many RMS aware applications. In this article my main focus is to explain how we can utilize RMS technology with Exchange 2003 and how we can take advantage of RMS technology to increase the email security

Microsoft ISA Server

I am sure we have all either encountered or heard of this "problem" one time or another if the ISA Server is part of the Active Directory Domain. Is it a problem?

Showing posts with label Forefront Client Security. Show all posts
Showing posts with label Forefront Client Security. Show all posts

Wednesday, August 4, 2010

Microsoft Forefront Server Protection Script Kit

The Microsoft Forefront Protection Server Script Kit provides multi-server management for Forefront Protection 2010 for Exchange Server and Forefront Protection 2010 for SharePoint.  This script kit includes a set of integrated Microsoft Windows PowerShell scripts that enable you to manage from one console multiple Forefront Protection servers deployed across your environment.

You download these PowerShell scripts from the following location:

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=70a3fb33-a4bf-4a08-aa3c-cc05c81e4ee3

Tuesday, July 6, 2010

Forefront Client Security Deployment Scripts/Tools

Here is another tool which you can use to uninstall other antivirus products and install FCS. 

http://fcscompete.codeplex.com/releases/view/14440

Also, I created a few scripts to install Forefront Client Security (FCS) software. 

Uninstall Symantec and Install ForeFront Client Security
http://portal.sivarajan.com/2010/01/uninstall-symantec-and-install.html

Uninstall McAfee and Install ForeFront Client Security
http://portal.sivarajan.com/2010/02/uninstall-mcafee-and-install-forefront.html

Uninstall ForeFront Client Security
http://portal.sivarajan.com/2010/02/forefront-client-security-fcs.html

Install ForeFront Client Security
http://portal.sivarajan.com/2010/05/installing-forefront-client-security.html

You can see more scripts on my web site - http://www.sivarajan.com/scripts.html

Saturday, July 3, 2010

Troubleshooting FCS Definition Update Issues

Here are a few steps you can perform to troubleshoot the Forefront Client Security (FCS) definition update issues:

  1. Make sure Widnows Automatic Updates service (wuauser) is running.
  2. FCS creates the following registry key on the clients. If there is no such registry key, it means FCS will get definition from Microsoft Update website.

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"WUServer"=<http://WSUSServerName>
"WUStatusServer"="<http://WSUSServerName>"

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000003
"UseWUServer"=dword:00000001

3.     All the Automatic Updates logs are located in  %Windir%\WindowsUpdate.log.  http://support.microsoft.com/?id=902093
4.     Try these options to update the FCS definition manually: http://portal.sivarajan.com/2010/04/forefront-client-security-fcs.html
5.     Use these options to install FCS agents: http://portal.sivarajan.com/2010/05/installing-forefront-client-security.html

Monday, May 10, 2010

Installing ForeFront Client Security (FCS) Client Software

If you don’t have an automated deployment mechanism you can use any of the following options to deploy FCS client in your environment.

Option 1:
Download the following from my website:

FCS Install

http://www.sivarajan.com/scripts.html

Create a GPO and run the script as a Startup/Shutdown script.  Make sure to modify the FCS install script file with correct location and server names.
If you want to perform an unmanaged install, modify the command with the CLIENTSETUP.EXE /NOM Option. 

Option 2 - Unmanaged:
Run the following command in an elevated command prompt:
CLIENTSETUP.EXE /NOMOM

Option 3 – Managed
Run the following command in an elevated command prompt:
CLIENTSETUP.EXE /CG <Name> /MS <Name>

References:
ForeFront Client Security (FCS) -Definition Updates
: http://portal.sivarajan.com/2010/04/forefront-client-security-fcs.html
Microsoft ForeFront Client Security (FCS) - Installation Failed : http://portal.sivarajan.com/2010/02/microsoft-forefront-client-security.html

Tuesday, April 20, 2010

ForeFront Client Security (FCS) -Definition Updates

If you are using an unmanaged version of ForeFront Client Security (FCS),  you can update the FCS definitions from Windows Update.  But sometimes Windows Update won’t find any updates for FCS definition.  Also, if you look at the FCS version details, you will see the following information:

Antivirus definition: 1.0.0.0
Antispyware definition: 1.0.0.0

Here are a few options you can try to update the FCS definition to the current version. 

Option #1
Go to Windows Update and try Check For Update option. 

Option #2
If You receive updates option is set For Windows only, change it to all Microsoft product and then  run windows update again. 

image

 image

Option #3
Manually download and install the latest definition from the following location:

https://www.microsoft.com/security/portal/Definitions/HowToForeFront.aspx

image

Wednesday, March 17, 2010

Free Forefront Training

Here are some new free ForeFront training sessions for Microsoft partners:

  • MPA FOR 301 - Configuring and Deploying RMS as a Policy Platform for Data Protection (Apr 12 - May 21)
  • MPA FOR 302 - Configuring and Deploying FIM 2010 as an Identity Management Solution (May 10 - June 18)
  • MPA FOR 303 - Configuring and Deploying UAG as a Remote Access Gateway (Apr 26 - Jun 4)

image

Registration Info

Friday, February 19, 2010

Microsoft ForeFront Client Security - Installation Failed

Issue:
Microsoft ForeFront Client Security installation failed with the following error message:

“Failed to initialize log file…Make sure that the log and path file…”

image

Resolution/Workaround:
Open the command prompt in elevated mode and rerun the installation.

Tuesday, February 16, 2010

Microsoft Forefront Client Security BPA

The FCS Best Practices Analyzer Tool is designed for administrators who want to determine the overall health of their Forefront computers and to diagnose current problems. The tool scans the configuration settings of the computer and reports issues that do not conform to the recommended best practices.

Download: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=0cefac3f-91ed-40c3-a684-603f149a4e32

Thursday, February 4, 2010

Forefront Client Security (FCS) Uninstallation Script

Here is a script which you can use to uninstall Microsoft Forefront Client Security.

In this script you will see functions for removing Microsoft Forefront Client Security Antimalware Service and Microsoft Forefront Client Security State Assessment Service.

Usage: Rename the file with .vbs extension and run it as a startup/shutdown GPO.

Download: You can download the script from this location

Tuesday, January 5, 2010

Uninstall Symantec and Install ForeFront Client Security - VB Script

Here is a script which you can use to uninstall Symantec Antivirus client and install Microsoft Forefront Client Security.

In this script you will see functions for removing Symantec passwords, uninstalling Symantec Antivirus, uninstalling Symantec Endpoint and installing FCS.

Usage: Rename the file with .vbs extension and run it as a startup/shutdown GPO.

Download: You can download the script from this location

Tuesday, June 23, 2009

Forefront Client Security : 1603 -Fatal error during installation

I have seen this error message when you try to uninstall FCS client software. I don't know the proper resolution for this issue. But I have used Windows Installer Cleanup Utility to successfully uninstall the FCS Client software.

You can download the tool from the following location:

http://support.microsoft.com/kb/290301/en-us

Popular Posts

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More