Author Archives: halli

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

compiling AirOS 5.3.3 – SDK 5.3.3 – NanoStation M2

Setting up build environment for compiling AirOS 5.3.3 SDK SDK available @ http://www.ubnt.com/support/sdk.php [halli@centos software]$ tar xzvf SDK.UBNT.v5.3.3.tar.gz [halli@centos software]$ cd SDK.UBNT.v5.3.3/openwrt [halli@centos openwrt]$ cd package/ [halli@centos package]$ cd ubnt-base-files/files/ [halli@centos files]$ ls bin  etc  init  lib  sbin  usr [halli@centos … Continue reading

Posted in Linux, Networking | Tagged , , , | Comments Off

Windows 8 Server – glimpse

 

Posted in MS Windows Server | Tagged , | Comments Off

CentOS – yum update – Not using downloaded repomd.xml because it is older

Not using downloaded repomd.xml because it is older than what we have: # yum clean all

Posted in Linux | Tagged , , | Comments Off