Tag Archives: Microsoft

Exchange 2010 – Benutzer- und Kontaktverwaltung

Create a new AD user with a mailbox [PS] C:\MyPath>$password = Read-Host “Enter password” -AsSecureString [PS] C:\MyPath>New-Mailbox -Name ‘Devel One’ -Alias ‘devone’ -OrganizationalUnit ‘dev-dom.halli.me/Devel/Domusers’ -PrimarySmtpAddress ‘devel.one@dev-dom.halli.me’ -UserPrincipalName ‘devone@dev-dom.halli.me’ -SamAccountName ‘devone’ -FirstName ‘Devel’ -Initials ‘DO’ -LastName ‘One’ -Password $password -ResetPasswordOnNextLogon $true … Continue reading

Posted in MS Exchange | Tagged , , | Comments Off

Windows 2008 R2 – Server Core – Domain Controller Setup

Configure a static IP address list the interfaces netsh interface ipv4 show interfaces 3     5          1500     connected    Local Area Connection 1    50    4294967295     connected    Loopback Pseudo-Interface 1   netsh interface ipv4 set address “Local Area Connection” … Continue reading

Posted in MS Windows Server | Tagged , , , , | Comments Off

Windows 8 Server – glimpse

 

Posted in MS Windows Server | Tagged , | Comments Off

Microsoft Hyper-V R2 – Linux Guest – Microsoft Linux Integration Services

The Linux integration Services supports some Linux guest operating systems on Hyper-V R2. SuSE Linux Enterprise 10 > SP2 SuSE Linux Enterprise 11 Red Hat Enterprise Linux > 5.2 CentOS > 5.2 Download @ http://www.microsoft.com/downloads/en/details.aspx?FamilyID=eee39325-898b-4522-9b4c-f4b5b9b64551 If installed in a Linux … Continue reading

Posted in Linux, MS Windows Server | Tagged , , , , | Leave a comment