Print this post Print this post

How to display manager name for AD users

Script below display manager name for AD users
On Error Resume Next
Const ADS_SCOPE_SUBTREE = 2
dtmCreationDate1 = “20070701000000.0Z”
dtmCreationDate2 = “20070731000000.0Z”
Set objConnection = CreateObject(”ADODB.Connection”)
Set objCommand = CreateObject(”ADODB.Command”)
objConnection.Provider = “ADsDSOObject”
objConnection.Open “Active Directory Provider”
Set objCommand.ActiveConnection = objConnection
objCommand.Properties(”Page Size”) = 1000
objCommand.Properties(”Searchscope”) = ADS_SCOPE_SUBTREE
objCommand.CommandText = _
“SELECT Name,Manager FROM ‘LDAP://dc=domainname,dc=domain’ WHERE objectClass=’user’”
Set objRecordSet = objCommand.Execute
objRecordSet.MoveFirst
Do Until objRecordSet.EOF
[...]

Print this post Print this post

How to create SPF record for your DNS domain

I recommend use this tools: Sender ID Framework SPF Record Wizard

Print this post Print this post

Tech-Ed EMEA 2008 IT Professionals conference

Tech-Ed EMEA 2008 IT Professionals conference, 3-7 November 2008, in the CCIB, Barcelona, Spain
Price:
Early Bird Deadline 26 September ? ?1,945 + 16% VAT
Full Price from 27 September to close ? ?2,245 + 16% VAT
Register here

Print this post Print this post

The live migration in Hyper-V

Microsoft informed that the live migration for Hyper-V will be in Windows Server 2008 R2.

Print this post Print this post

MSExchange System Attendant Mailbox error

Today I noticed that one of storage group on my Exchange Server 2007 was dismounted.
I tried to mount database manually but It failed.
In Event Viewer I saw this error:
Event Type: Error
Event Source: MSExchange System Attendant Mailbox
Event Category: General
Event ID: 4001
Date: 2008-09-05
Time: 12:33:22
User: N/A
Computer: …
Description:
A transient failure has occurred. The problem may resolve itself in a while. The service will retry in 56 seconds. [...]

Print this post Print this post

Managing Message Classifications In Office Outlook 2007

How to create Message Classifications In Office Outlook 2007 ?
1. Creating New Message Classifications
New-MessageClassification -Name -DisplayName -SenderDescription [-ClassificationID ] [-Confirm []] [-DomainController ] [-RecipientDescription ] [-TemplateInstance ] [-UserDisplayEnabled ] [-WhatIf []]
e.g. New-MessageClassification -Name ??oProject X??? -DisplayName “New Project X” -SenderDescription “This is the message to Project X”
2. Providing Read Access to [...]

Print this post Print this post

RTM version of Microsoft Windows Small Business Server 2008 is ready

RTM version of operating system Microsoft Windows Small Business Server 2008 has been realized. And will be available to download in November 2008.

Print this post Print this post

System Center Configuration Manager 2007 R2

RTM of R2 version is ready to download.
RTM R2 supports Windows Vista SP1, Windows Server 2008 and integrates support for application virtualization.
The following features are new:

Application Virtualization
Forefront Client Security Integration
SQL Reporting Services Reporting
Client Status Reporting
Operating System Deployment (OSD) Enhancements

More details and link to download is here