Print this post Print this post

Error message “Code 0×8007232b” when you try to activate Windows 7 Enterprise

When you try to activate Windows 7 Enterprise you may receive the following error message: “Activation Error: Code 0×8007232b DNS Name does not exist”. This issue may occur if you use volume-licensed version downloaded from MSDN to install Windows 7.

Print this post Print this post

How to uninstall application with SCCM 2007

How to uninstall application on computers without *.msi file using System Center Configuration Manager 2007?
In this example we uninstall Window Defender using SCCM 2007 and MsiExec /X command.
1.       Create new task (task sequences) in Operating System Deployment.

2.       Edit new task by clicking right button on the mouse.
3.       Click Add -> General -> Run Command Line

4.       [...]

Print this post Print this post

How to display all services on our server

How to display all services on our server?
I recommend using this command:
wmic /output:services.html service list full /format:htable

Print this post Print this post

How to configure Outlook Anywhere by GPO

How to configure Outlook Anywhere by GPO?
1. Download the Article-961112.adm package from Microsoft site.
2. In the Group Policy Object Editor add the Article-961112.adm file. Click right Administrative Templates and Click Add/Remove Templates. Click ADD, locate and select Article-961112.adm file and click Open.

3. Under User Configuration -> Policies -> Administrative Templates -> Classic Administrative Templates -> Article 96112 Policy [...]

Print this post Print this post

How to view logs in SCCM 2007

How to view logs in SCCM 2007?
If we open SCCM log files in notepad itâ??s very hard to find interesting information.
I recommend using SMS Tracer to view SCCM log files.
You can download this tool from Microsoft site here.
Install System Center Configuration Manager 2007 Toolkit and run SMS Trace

 
and log files looks better ;-)

Print this post Print this post

How to add computers do Active Directory remotely

How to add computers do Active Directory remotely?
Sometimes we must add many computers to Active Directory and we don?t have time to do this or computers are located in other City.
This post explains how to add computers to Active Directory remotely without touch this computers.
Step 1. Prepare text file contains computers IP addresses or computers [...]

Print this post Print this post

How to configure safelist aggregation in Exchange Server 2007?

Safelist aggregation in Microsoft Exchange Server 2007 refers to a set of anti-spam functionality. This functionality is shared across Microsoft Office Outlook (Junk E-mail Options in Outlook 2007) and Exchange with Edge Transport server role. You should schedule periodic updates of safelist aggregation to make sure that the most up-to-date safelist aggregation information is in the Active Directory directory service.

Print this post Print this post

How to create a collection with computers without specific software in System Center Configuration Manager 2007?

When you want to create a collection with computers without specific software in System Center Configuration Manager 2007 you should use a dynamic method for creating your collection (query-based membership). You define the rules by which those members are placed in the collections. These rules form a query, and Configuration Manager periodically reruns the query to keep the collection up to date.

Print this post Print this post

Creating a certificate for Exchange 2007 Edge

Exchange Edge is using self-signed certificate for the SMTP services and for subscribe new Exchange synchronization between Hub and Edge servers.
Self-signed certificates are only valid for one year.
To display certificate used by Exchange Server run this command:
Get-ExchangeCertificate | fl
To renew a self-signed certificate for Exchange Edge you can use Exchange Management Shell command:
Get-ExchangeCertificate | New-ExchangeCertificate
To [...]

Print this post Print this post

How to uninstall Mailbox Role on Exchange Server 2007

How to uninstall Mailbox Role on Exchange Server 2007?

Run commend: setup /m:uninstall /r:mailbox
?