Categories
tags
ADSL ADSL2+ ATM BGP CentOS Cisco EtherChannel Ethernet Trunk Firewall Foundry freeradius Hyper-V iBGP IOS IPv6 iSCSI JUNOS Lighttp Linux Load Balancer m0n0wall Metro Ring Microsoft MRP NTP OSPF pfSense pound RE-Filter SDSL Server Core sflow SHDSL SNMP TACACS TMG ucarp unattended VM VOIP Windows 2008 R2 XEN XenServer Xen Server yumContact
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
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 ADDS, Domain Controller, Microsoft, Server Core, Windows 2008 R2
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 Hyper-V, Linux, Microsoft, VM, Windows 2008 R2
Leave a comment