repa’s Site

8Jul/100

Description: The Internet Authentication Service service terminated with the following error: Only one usage of each socket address (protocol/network address/port) is normally permitted.

The follwing Eventlog entry is logged and the IAS Service is not running anymore:

Description: The Internet Authentication Service service terminated with the following error: Only one usage of each socket address (protocol/network address/port) is normally permitted.

To solve the issue temporarly, Stop the DNS-Server Service, Restart the IAS Service and Start the DNS-Server.

To solve it permanently:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\ReservedPorts

add IAS specific ports (1812-1813 and 1645-1646) to this registry key

veröffentlicht unter: Windows Server 2008 keine Kommentare
11Mai/100

Exchange 2007: Autodiscover request completed with http status code 404

If your Autodiscover Configuration Test on a Client fails with the error

Autodiscover request completed with http status code 404

do the following:

  1. in CMD: cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0
  2. in CMD: %SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i
  3. in EMS: Set-ClientAccessServer -Identity CAS_Server_Name -AutodiscoverServiceInternalUri https://mail.contoso.com/autodiscover/autodiscover.xml
  4. in EMS: Set-WebServicesVirtualDirectory -Identity "CAS_Server_Name\EWS (Default Web Site)" -InternalUrl https://mail.contoso.com/ews/exchange.asmx
  5. in EMS: Set-OABVirtualDirectory -Identity "CAS_Server_name\oab (Default Web Site)" -InternalUrl https://mail.contoso.com/oab
  6. in EMS: Set-UMVirtualDirectory -Identity "CAS_Server_Name\unifiedmessaging (Default Web Site)" -InternalUrl https://mail.contoso.com/unifiedmessaging/service.asmx

Now open the IIS Manager and then expand Application Pools. Right-click MSExchangeAutodiscoverAppPool, and then click Recycle.

Try the Test again and id should work.

Also check your SSL Certificate on the Website where Autodiscover is running!!

veröffentlicht unter: Exchange keine Kommentare
25Mär/100

GFI MailEssentials: “There was an error whilst opening the configuration database”

A fresh GFI MailEssentials Installation on a Windows Server 2008 x64 was done. After that, i tried to open the GFI MailEssentials Configuration and got the following error:

There was an error whilst opening the configuration database

How to get this fixed:

1. Stop the GFI MailEssentials Services and IIS Admin

2. Go into the MailEssentials\Data folder

3. In there, you should find two files called DLECache1.chc and DLECache2.chc

4. Move these two files into a new temporary directory

5. In the MailEssentials\Data folder, there should be also a file called dletemp.chc

6. Make two copies of the dletemp.chc file and name one of thecopies DLECache1.chc and the other DLECache2.chc

7. Try to delete as many Jet****.tmp files from the C:\Windows\Temp and %temp% directories. Some files might be in use, the important thing is to cut the number down.

8. Open the config.mdb file from GFI\MailEssentials with Acces and try the Compact and Repair tool.

9. Once done, please restart IIS Admin and the MailEssentials Services

After that procedure, you can open GFI ME Configuration without any errors...

veröffentlicht unter: KnowHow keine Kommentare
6Mär/100

Trying to access Outlook Web Access (OWA) – IIS Application Pool MSExchangeServicesAppPool crash

If you try to access the OWA, the IIS Application Pool MSExchangeServicesAppPool crash and stop working.

To solve this issue, open the web.config from the virtual directory and change the following value:

<identity impersonate="True" /> back to: <identity impersonate="true" />

to

<identity impersonate="True" /> back to: <identity impersonate="false" />

Restart the Application Pool and OWA will work fine.

veröffentlicht unter: Exchange keine Kommentare
4Mär/101

Citrix: Launching Published App, System is starting Desktop instead

We migrated a Citrix Presentation Server 4.0 environment to XenApp 5.0 with Windows Server 2008. Everything worked fine, but one user could launch every app, but instead of the app, a Desktop was startet!

After some research, i found the solution. Run the following VB-Script on your Domain Controller and then reenter your Roaming Profile settings.

Const ADS_PROPERTY_CLEAR = 1

Set objUser = GetObject _
("LDAP://cn=user,ou=sales,ou=district,ou=company,dc=holding,dc=local")

objUser.PutEx ADS_PROPERTY_CLEAR, "userParameters", 0
objUser.SetInfo

veröffentlicht unter: TS/Citrix 1 Kommentar
21Dez/090

Publish Exchange 2010 Services with ISA 2006

Publishing Exchange 2010 Services using ISA 2006 works fine. Just select Exchange 2007 as Exchange Version and publish OWA, PushMail and Outlook Anywhere.

The only problem is the new ECP. You have to add a directory manually in the ISA Publishing Rule:

veröffentlicht unter: Exchange keine Kommentare
21Sep/091

Automater: Create Service

This Video shows you, how you create a service with Apple Automator.

veröffentlicht unter: Apple 1 Kommentar
21Sep/090

Fix for installation of Exchange 2007 SP2 with Windows Server 2008 R2 Domain Controllers now available

Microsoft released a Hotfix for the Exchange 2007 Installation, which was not running against Windows Server 2008 R2 Domain Controllers.

All informations can be found here:

http://msexchangeteam.com/archive/2009/09/15/452494.aspx

veröffentlicht unter: Exchange keine Kommentare
7Sep/090

W2K8R2: Offline Active Directory Defragementation

This video shows, how you can offline defrag your Active Directory on Windows Server 2008 R2.

veröffentlicht unter: Active Directory weiterlesen
7Sep/090

Install Windows 7 from USB

This How To describes, how you can install Windows 7 using an USB Stick.

Before we start, you need to ensure, that your BIOS support "Boot from USB Stick" and that your USB Stick has enough space to hold the Windows 7 Installation files.

  1. Start CMD (with admin rights)
  2. Type Diskpart and press Enter.
  3. Now we need to get the Number of the USB Stick. Type List Disk to get it. Mine was Disk1
  4. You have to select the disk by typing Select Disk 1
  5. Type clean to erase the Disk. WARNING: All Files will be deleted!
  6. Now you have to create a new partition: create partition primary
  7. next step select partition 1
  8. we have to mark the parition as active, type active
  9. format the partition: format fs=ntfs
  10. assign a drive letter by typing assign
  11. insert your Windows 7 DVD into the Drive and change to the boot directory. exp: cd d:\boot
  12. we have to add the Bootsector to the USB Stick. Type bootsect /nt60 e: (E: is the drive letter of your USB Stick!)
  13. now, copy the entire content of your DVD to your USB Stick.

That's it. Now boot your Device from the USB Stick and install Windows 7 :)

6Sep/090

Loadgen 2010 (Beta Preview) now available

Microsoft released Loadgen 2010, which should only be just against Exchange 2010 RC at this time.

Download 32-Bit Version

Download 64-Bit Version

Changes

  • Requirement Changes:
    • Now requires .NET framework 3.5
    • Now requires Vista/W2k8 for Loadgen client OS
  • No longer requires Exchange Management Tools! One less item to install!
  • Configuration File Schema Change:
veröffentlicht unter: Exchange weiterlesen
6Sep/090

New Features in Exchange 2010

Here is a list of new features, provided by Exchange 2010:

Microsoft Exchange Server 2010 brings a new and rich set of technologies, features, and services to the Exchange Server product line. This topic includes a list of the new features and functionality that are included in Exchange 2010. The list isn't comprehensive, but it provides important information to use when you're planning, deploying, and administering your Exchange 2010 organization. This topic also includes information about some of the limitations of this release and features from Exchange Server 2007 that have been removed.

New Rights-Protected E-Mail Functionality with Active Directory RMS

The following is a list of new rights-protected e-mail functionality with Active Directory Rights Management Services (AD RMS) that has been included in Exchange 2010:

  • Transport rules to apply AD RMS protection to messages based on conditions.
  • Persistent protection of attachments in rights-protected messages.
  • Support for AD RMS templates.
  • An Internet confidential AD RMS template for protection over the Internet.
  • AD RMS protection for Unified Messaging voice mail messages

New Transport and Routing Functionality

veröffentlicht unter: Exchange weiterlesen
5Sep/093

Windows Small Business Server 2008 (SBS 2008) hangs on “Applying Computer Settings…”

I have a fresh installed Windows Small Business Server 2008 Premium Edition on a VMWare ESX 4i Host. I installed VMWare Tools and disabled IPV6 in the Network Settings. After that, i restarted the machine, bad idea!

The Systems hangs over 30 Minutes on "Applying Computer Settings...". Several resets didn't help. After i started the machine in "recovery mode" and disabled IPV6 trough a registry key, the machine is booting as it should.

here is the required registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\

Add a new DWord (32bit):

DisabledComponents with the value "ffffffff" (eight f )

Restart the Server and everything will be fine...

veröffentlicht unter: Management 3 Kommentare
2Sep/090

Citrix: move Data Store Access database to new server

You have to replace a Citrix Server, that hosts your Datastore Access Database? If you have a SQL-Server, i recommend to migrate to SQL, otherwise do the following steps to move the database:

  • Copy the file MF20.mdb, usually found in c:\program files\citrix\independent management architecture\ to the new server (same path)
  • Stop the IMA Service on the old server. Warning: All Citrix users will be disconnected!
  • Open cmd on the new server and execute the dsmaint command.
    exp. dsmaint config /user:username /password:password /dsn: "C:\program files\citrix\independent management architecture\mf20.mdb"
  • Restart the IMA Service on the new server
  • On the old server, enter the following command in cmd
    dsmaint failover <new server name>
  • Restart the IMA Service on the old server.

Your Access Database has now been migrated to the new server. Do not forget to update your backup software ;)

veröffentlicht unter: TS/Citrix keine Kommentare
17Apr/090

Exchange Server 2010 Beta1 erschienen

Vom Exchange Server 2007 Nachfolger "Exchange Server 2010" ist die erste Public Beta erschienen. Folgende Neuerungen bietet Exchange Server 2010:

New Rights-Protected E-Mail Functionality with Active Directory RMS

The following is a list of new rights-protected e-mail functionality with Active Directory Rights Management Services (AD RMS) that has been included in Exchange 2010:

  • Transport rules to apply AD RMS protection to messages based on conditions.
  • Persistent protection of attachments in rights-protected messages.
  • Support for AD RMS templates.
  • An Internet confidential AD RMS template for protection over the Internet.
  • AD RMS protection for Unified Messaging voice mail messages.

New Transport and Routing Functionality

The following is a list of new transport and routing functionality that has been included in Exchange 2010:

  • Cross-premises mail routing An organization can choose to outsource some of their mailboxes to a hosted solution while maintaining their on-premises deployment. For example, a university can choose to host the mailboxes for all faculty and staff in their on-premises deployment and use a hosted solution for student mailboxes. Exchange 2010 allows routing of messages between the on-premises and hosted mailboxes.
  • Enhanced disclaimers Exchange 2010 lets you add disclaimers that can include hyperlinks, images, and HTML-formatted text. You can also insert Active Directory attributes that are substituted for the sender's attributes when a disclaimer rule is triggered.
  • Transport rules integration with AD RMS Exchange 2010 gives you the ability to create rules that require AD RMS protection based on keywords or patterns.
  • Moderated Transport Exchange 2010 provides an approval workflow for sending messages to recipients. When you configure a recipient for moderation, all messages sent to that recipient must go through an approval process.
  • Shadow redundancy Messages that are submitted to an Exchange 2010 Hub Transport server are stored in the transport database until the next hop reports successful delivery of the message. If the next hop doesn't report successful delivery and it fails, the message is resubmitted for delivery.
  • Transport dumpster truncation based on log copy status When messages that are in the dumpster are replicated to all mailbox databases, they're removed from the dumpster.
  • Latency SLA management Exchange 2010 Transport lets you measure service levels delivered relative to your service level agreement (SLA) goals. Exchange 2010 gives you the ability to measure latencies for each hop, as well as end-to-end latency.
  • Transport database improvements Performance improvements in the Transport database result in reduced database I/O per second (IOPS) per message, which increases message throughput.

New Permissions Functionality

In Exchange 2010, Role Based Access Control (RBAC) has replaced the permissions model that was used in Exchange 2007. RBAC lets you define extremely broad or extremely precise roles and assignments based on the roles of your administrators and users, and the tasks they perform. Access to the cmdlets and parameters required to perform a task is granted by assigning the related RBAC management role to a user or universal security group. If you want to grant an administrator or user the ability to perform tasks in Exchange 2010, you must either add the administrator or user to a universal security group that already has been assigned a specific RBAC role, or you must assign the role directly to the administrator or user.

New High Availability Functionality

Exchange 2010 integrates high availability into the core architecture of Microsoft Exchange to enable customers of all sizes and in all segments to economically deploy a messaging continuity service in their organization.

Exchange 2010 combines the key availability and resilience features of cluster continuous replication (CCR) and standby continuous replication (SCR) into a single high availability solution that handles both on-site data replication and off-site data replication. Mailbox servers can be defined as part of a Database Availability Group to provide automatic recovery at the individual mailbox database level instead of at the server level. Each mailbox database can have up to 16 copies.

The following features in Exchange 2007 and Exchange 2007 Service Pack 1 (SP1) no longer exist in Exchange 2010:

  • Local continuous replication (LCR)
  • Single copy clusters (SCC)

New Messaging Policy and Compliance Features

Exchange 2010 compliance features make retention independent of users' mailbox management and filing habits, and these features ensure retention policies are applied continuously. The following is a list of new messaging and compliance features that have been included in Exchange 2010:

  • New interface for applying retention policies
  • Auto tagging for retention policies
  • Mailbox search features for cross-mailbox search with Advanced Query Syntax (AQS) support
  • New transport rules predicates and actions

New Outlook Web Access Features

The following is a list of new features in Outlook Web Access in Exchange 2010:

  • Favorites in the Navigation Pane
  • Search folders
  • Message filtering
  • The ability to set categories in the message list
  • Options in the Web management interface for Outlook Web Access
  • A side-by-side view for calendars
  • Multi-client language support
  • The ability to attach messages to messages
  • Expanded right-click capabilities
  • Integration with Office Communicator, including presence, chat, and a contact list
  • Conversation view
  • The ability to send and receive text (SMS) messages from Outlook Web Access
  • Outlook Web Access mailbox policies

New Unified Messaging Features

The following is a list of new Unified Messaging features that have been included in Exchange 2010:

  • Personal auto attendants (call answering rules)
  • Additional language support including in Outlook Voice Access and Voice Mail Preview
  • Enhancements to name lookup from caller ID
  • Voice Mail Preview
  • Messaging Waiting Indicator
  • Missed call and voice mail notifications using text messaging (SMS)
  • Protected Voice Mail
  • Built-in Unified Messaging administrative roles

Web Management Interface

The following is a list of the features available in the new Web management interface for Exchange 2010:

  • Text messaging (SMS) integration
  • Voice messaging integration
  • Mailbox Search
  • Distribution list creation and management
  • Moderation and approval for distribution list submission

New Exchange Core Store Functionality

The following is a list of core store functionality that is included or has been changed in Exchange 2010:

  • Storage groups are deprecated.
  • Mailbox databases are no longer connected to the server object.
  • Extensible Storage Engine (ESE) has many improvements for high availability, performance, and database mobility.
  • The Store schema has been flattened.

New Administration Functionality in the Exchange Management Console

The core EMC refers to new functionality that affects how you use the Exchange Management Console, not how you use specific features. The following is a list of the new core Exchange Management Console (EMC) features that have been included in Exchange 2010:

  • Customer Experience Improvement Program (CEIP)
  • Organizational Health
  • Community and Resources
  • Command logging
  • Property dialog command exposure

New Administration Functionality in the Exchange Management Shell

The following is a list of features available in the new Exchange Management Shell:

  • Remote administration With the new Shell, you can connect to remote Exchange 2010 servers across the network with only Windows PowerShell V2 CTP3 and Windows Remote Management 2.0 CTP installed.
  • Administrator audit logging Actions that result in the modification of Exchange organization configuration and other object properties in the Exchange Management Console, the Web management interface, and the Shell can now be logged for later review. For more information, see Overview of Administrator Audit Logging.

Download Exchange Server 2010 Beta1

veröffentlicht unter: Exchange keine Kommentare
30Mär/090

Windows Server 2008 E-Book Download

Der Galileo Verlag veröffentlicht “Windows Server 2008 - Das umfassende Handbuch” von Ulrich B. Boddenberg zum kostenlosen Download. Abgedeckt werden Themen um folgende Microsoft Technologien

- Konzeption, Installation und Konfiguration

- Technologien und praxisrelevante Lösungen

- Inkl. zahlreicher Anwendungsszenarien

Download des Buches

veröffentlicht unter: Windows Server 2008 keine Kommentare
24Mär/090

Powershell Execution Policy

Beim ausführen eines Scripts in Powershell kann es zu folgender Fehlermeldung kommen:

File C:\Documents and Settings\user\My Documents\WindowsPowerShell\test.ps1 cannot be loaded
because the execution of scripts is disabled on this system. Please see "get-help about_signing" for more
details.

By default ist die Powershell Execution Policy auf "restricted" eingestellt. Dies kann wie folgt angepasst werden:

Set-ExecutionPolicy unrestricted

Zur Auswahl stehen die folgenden Optionen:

  • Restricted
  • All Signed
  • Remote Signed
  • Unrestricted


veröffentlicht unter: PowerShell keine Kommentare
23Mär/090

VBS: Add user to local Administrators Group

The following Script add's a given user to the local Administrators Group:

Dim DomainName
Dim UserAccount
Set net = WScript.CreateObject("WScript.Network")
local = net.ComputerName
DomainName = "YourDomain"
UserAccount = "YourUser"

set group = GetObject("WinNT://"& local &"/Administrators")
on error resume next
group.Add "WinNT://"& DomainName &"/"& UserAccount &""

veröffentlicht unter: VBS keine Kommentare
19Mär/090

Active Directory Informationen auslesen

Mit dem folgenden PowerShell Script könnt Ihr Informationen zum Active Directory auslesen:

$strComputer = "."

$colItems = get-wmiobject -class "Win32_NTDomain" -namespace "root\CIMV2" `
-computername $strComputer

foreach ($objItem in $colItems) {
write-host "Caption: " $objItem.Caption
write-host "Client Site Name: " $objItem.ClientSiteName
write-host "Creation Class Name: " $objItem.CreationClassName
write-host "DC Site Name: " $objItem.DcSiteName
write-host "Description: " $objItem.Description
write-host "DNS Forest Name: " $objItem.DnsForestName
write-host "Domain Controller Address: " $objItem.DomainControllerAddress
write-host "Domain Controller Address Type: " $objItem.DomainControllerAddressType
write-host "Domain Controller Name: " $objItem.DomainControllerName
write-host "Domain GUID: " $objItem.DomainGuid
write-host "Domain Name: " $objItem.DomainName
write-host "DS Directory Service Flag: " $objItem.DSDirectoryServiceFlag
write-host "DS DNS Controller Flag: " $objItem.DSDnsControllerFlag
write-host "DS DNS Domain Flag: " $objItem.DSDnsDomainFlag
write-host "DS DNS Forest Flag: " $objItem.DSDnsForestFlag
write-host "DS Global Catalog Flag: " $objItem.DSGlobalCatalogFlag
write-host "DS Kerberos Distribution Center Flag: " $objItem.DSKerberosDistributionCenterFlag
write-host "DS Primary Domain Controller Flag: " $objItem.DSPrimaryDomainControllerFlag
write-host "DS Time Service Flag: " $objItem.DSTimeServiceFlag
write-host "DS Writable Flag: " $objItem.DSWritableFlag
write-host "Installation Date: " $objItem.InstallDate
write-host "Name: " $objItem.Name
write-host "Name Format: " $objItem.NameFormat
write-host "Primary Owner Contact: " $objItem.PrimaryOwnerContact
write-host "Primary Owner Name: " $objItem.PrimaryOwnerName
write-host "Roles: " $objItem.Roles
write-host "Status: " $objItem.Status
write-host
}

Die Ausgabe sind dann wie folgt aus:

Caption:  xxx
Client Site Name:  xxx
Creation Class Name:  Win32_NTDomain
DC Site Name:  xxx
Description:  xxx
DNS Forest Name:  xxx
Domain Controller Address:  \\xxx
Domain Controller Address Type:  1
Domain Controller Name:  \\xxxx
Domain GUID:  {xxxx}
Domain Name:  xxx
DS Directory Service Flag:  True
DS DNS Controller Flag:  False
DS DNS Domain Flag:  False
DS DNS Forest Flag:  True
DS Global Catalog Flag:  True
DS Kerberos Distribution Center Flag:  True
DS Primary Domain Controller Flag:  True
DS Time Service Flag:  True
DS Writable Flag:  True
Installation Date:
Name:  Domain: xxx
Name Format:
Primary Owner Contact:
Primary Owner Name:
Roles:
Status:  OK

Download get_ads_information.ps1

veröffentlicht unter: PowerShell keine Kommentare
18Mär/090

Videotour durch iPhone 3.0

Das 9 Minuten lange Video zeigt die neuen Features, welche mit iPhone 3.0 geliefert werden.

veröffentlicht unter: Apple weiterlesen