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
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
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/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
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
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

Video zum Thema Hyper-V in Windows Server 2008

Ein interessantes Video aus der Vorstellungszeit von Windows Server 2008, welches das Feature "Hyper-V" in Windows Server 2008 erläutert.

Klick auf "weiterlesen" um das Video zu sehen.

veröffentlicht unter: Windows Server 2008 weiterlesen
17Mär/090

Install Active Directory Services on Windows Server 2008 R2 Core

Mit den folgenden Befehlen wird auf einer Windows Server 2008 R2 Core Installation ein Domaincontroller installiert:

1. Computername anpassen

NetDom RenameComputer %ComputerName% /NewName:DC

2. IP Adresse und DNS Einstellungen anpassen:

netsh interface ipv4 show interfaces

netsh interface ipv4 set address name="<ID>" source=static address=<StaticIP> mask=<SubnetMask> gateway=<DefaultGateway>

netsh interface ipv4 add dnsserver name="<ID>" address=<DNSIP> index=1

3.  Active Directory Roles installieren:

DCPromo /InstallDNS:Yes /DNSOnNetwork:No /NewDomain:Forest /ForestLevel:3 /ReplicaOrNewDomain:Domain /NewDomainDNSName:"contoso.local" /DomainNetBIOSName:"CONTOSO" /Password:"p@ssw0rd"/SafeModeAdminPassword:"p@ssw0rd"

17Mär/090

Show Desktop Icon missing / Desktop anzeigen Icon weg ?

Aus versehen das Show Desktop Icon gelöscht? So kann es wiederhergestellt werden:

Mit Notepad eine neue Textdatei erstellen mit folgendem Inhalt:

[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop

Anschliessend die Datei als Show Desktop.scf speichern.

11Mär/095

SBS 2003 Hangs on “Applying computer settings”

Screnario:

HP ML350 G5 with Microsoft Small Business Server 2003 installed.

After 400 days uptime, we had to install several patches from Windowsupdate.com, several reboots was necessary. The System was stable after installing the updates.

A day after that, the System was freezed in the morning. I resettet the Server using ILO2 and tried to boot it again. But it hangs 15 Minutes at "Applying computer settings". I resettet the machine again and tried "Last known good configuration". Same issue. Again reset.

Know i booted the machine in safe mode and disabled several Services, such Exchange Services and Backup Exec services. Reboot - it works, Server is up.

Now, i tried to manually start the Exchange Information Store - Server freeze, reset.

I tried to make a eseutil /k to check the Database - freeze.

After searching a bit, i found the information, that there is an issue with the RAID Driver for the e200 Smart Array Controller. I updated the Smart Array Controller to the latest Version, rebooted the machine again. - Worked.

I started Exchange Services manually - Worked.

If you have the same issue, try to update the e200 Array Drivers, it should be fixed after that.

IT was a nice morning....

veröffentlicht unter: Exchange, Microsoft 5 Kommentare
11Mär/0914

Windows XP mit USB Stick installieren / Install Windows XP using USB Stick on HP 2133

Mein neues Netbook, HP2133 wurde mit Windows Vista ausgeliefert, ist in meinen Augen so aber nicht nutzbar, da Windows Vista zuviel Leistung verbraucht und ein anständiges arbeiten nicht möglich ist.

Deshalb: Windows XP soll installiert werden. Nachfolgend eine Anleitung, wie es bei mir funktioniert hat.

Was wird benötigt?

  1. Windows XP Installations CD
  2. USB Stick mit 1 GB Speicherplatz

Vorbereiten des USB Sticks

  1. Folgende Dateien herunterladen: Download
  2. Die zwei Ordner, welche in der ZIP Datei sind nach c:\temp entpacken.
  3. Mit dem Windows Explorer in den Ordner C:\temp\USB_prep8 wechseln und die Datei usb_prep8.cmd ausführen.
  4. Press any key to continue :)
  5. Stelle sicher, das der richtige USB Stick angezeigt ist, wähle formatieren und warte, bis dies erledigt ist.
  6. Klicke nun auf OK und schliesse das Programm, das DOS Fenster im Hintergrund nicht schliessen!
  7. Nun eine CMD öffnen und nach C:\temp\Bootsect navigieren (cd c:\temp...)
  8. Folgenden Command eingeben: "bootsect.exe /nt52 H: (wobei H: der USB Stick ist)
  9. Nach dem erfolgreichen bootcode update kann die CMD wird geschlossen werden.
  10. Die CMD aus Schritt 6 ist nun noch geöffnet. Wähle "1" und gib das Laufwerk an, wo sich die Windows XP Installationsdateien befinden
  11. Wähle "2" und gib einen Laufwerksbuchstaben an, welcher frei ist, für ein temporäres Laufwerk
  12. Wähle "3" und gib den Laufwerksbuchstaben an, der vom USB Stick verwendet wird.
  13. Wähle "4" um mit dem vorbereiten und kopieren zu beginnen. Sollte es beim ersten Mal nicht funktionieren, PC neustarten und erneut versuchen.

Installation von Windows XP

  1. USB Stick am HP Netbook einstecken, F9 für die Bootselection wählen und den USB Stick auswählen.
  2. Im Auswahlmenü den zweiten Eintrag für Text based Setup wählen und Enter drücken.
  3. In der Partitionsverwaltung alle Partitionen löschen und eine neue NTFS Partition anlegen. (Wenn das nicht gemacht wird, gibts beim nächsten Boot hal.dll Fehlermeldungen)
  4. Nach dem kopieren der Dateien startet der Installer neu. Jetzt wieder F9 drücken und die GUI Option im Menü wählen. Nun den Installer arbeiten lassen.
  5. Beim nächsten Boot erneut F9 wählen und nochmals den GUI Setup starten. Windows XP startet nun.
  6. Als nächstes muss die Boot.ini angepasst werden, damit Windows XP korrekt startet:

    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP" /fastdetect

  7. Neu starten, Windows XP funktioniert nun wie gewohnt

Bei Fragen, bitte die Comments verwenden.

veröffentlicht unter: Microsoft 14 Kommentare
9Mär/090

Mailbox / Hub / CAS meldet, Edge Server nicht lizenziert.

Scenario:

Exchange 2007 MailBox / Hub / CAS Server sind im LAN
Exchange 2007 Edge Server ist in der DMZ

Der Exchange MailBox... Server meldet, das der Edge Server nicht lizenziert sei und nach XX Tagen nicht mehr funktionsfähig sei. Um das Problem zu beheben, muss via Exchange Shell der folgende Command abgesetzt werden:

set-ExchangeServer EDGE-SERVER -ProductKey xxxx-xxxx-xxxx-xxxxx-xxxx

veröffentlicht unter: Exchange keine Kommentare