Results 1 to 10 of 10

Thread: Getting Server 2008 and Exchange 2010 up and running quickly

  1. #1
    HEXUS.social member Allen's Avatar
    Join Date
    Nov 2003
    Location
    Brighton
    Posts
    8,536
    Thanks
    363
    Thanked
    262 times in 168 posts
    • Allen's system
      • Motherboard:
      • ASUS Maximus VIII Gene
      • CPU:
      • Intel Core i5 6600K
      • Memory:
      • 2 x 8GB Kingston HyperX Predator DDR4-3000
      • Storage:
      • 256GB Samsung 950 PRO NVMe M.2 (OS) + 2 x 512GB Samsung 960 EVO in RAID 0 (Games)
      • Graphics card(s):
      • ASUS ROG Strix GeForce GTX 1080 Ti OC
      • PSU:
      • XFX P1-650X-NLG9 XXX 650W Modular
      • Case:
      • Fractal Design Node 804
      • Operating System:
      • Windows 10 Home 64-bit
      • Monitor(s):
      • 27" BenQ XL2730Z + 23" Dell U2311H
      • Internet:
      • Virgin Media 200Mbps

    Getting Server 2008 and Exchange 2010 up and running quickly

    I am in the process of setting up a test server. I don't want to spend too much time going into every option, so I am perusing Google trying to find out if there's a way to really quickly get them up and running together with minimal fuss and little worries about security or policies (as it's not a live DC), but I'm not having much luck. I know how to do the basics, but if there is a "quick" guide to getting it done easily, I haven't found it.

    I am not asking anyone here to write up a step-by-step guide on how to do this, but if anyone knows of a guide online describing how to do this, for the intent of testing for example, I would really appreciate it.

  2. #2
    Guy
    Guy is offline
    HEXUS.social member
    Join Date
    Aug 2006
    Location
    Hampshire, UK
    Posts
    5,174
    Thanks
    404
    Thanked
    412 times in 296 posts

    Re: Getting Server 2008 and Exchange 2010 up and running quickly

    Define really quick? As I havent really ever had that much of an issue when mucking round in a test enviroment getting some boxes up and running in an afternoon.

  3. #3
    Administrator Moby-Dick's Avatar
    Join Date
    Jul 2003
    Location
    There's no place like ::1 (IPv6 version)
    Posts
    10,665
    Thanks
    53
    Thanked
    385 times in 314 posts

    Re: Getting Server 2008 and Exchange 2010 up and running quickly

    - install server OS
    - configure DNS
    - dc promo
    - prepare AD for exchange.
    - install exchange?

    or failing that deploy a Zimbra Virtual Appliance !
    my Virtualisation Blog http://jfvi.co.uk Virtualisation Podcast http://vsoup.net

  4. #4
    Splash
    Guest

    Re: Getting Server 2008 and Exchange 2010 up and running quickly

    As Moby said, but prior to installing Exchange run

    Code:
    Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,
            Web-Windows-Auth,Web-Metabase,Web-Net-Ext,
            Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,
            Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,
            NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart
    Code:
    Set-Service NetTcpPortSharing -StartupType Automatic
    from a Powershell prompt - that'll install the prerequisites on the server. After that it really is just a case of running through the install process from the Exchange install media.

  5. #5
    HEXUS.social member Allen's Avatar
    Join Date
    Nov 2003
    Location
    Brighton
    Posts
    8,536
    Thanks
    363
    Thanked
    262 times in 168 posts
    • Allen's system
      • Motherboard:
      • ASUS Maximus VIII Gene
      • CPU:
      • Intel Core i5 6600K
      • Memory:
      • 2 x 8GB Kingston HyperX Predator DDR4-3000
      • Storage:
      • 256GB Samsung 950 PRO NVMe M.2 (OS) + 2 x 512GB Samsung 960 EVO in RAID 0 (Games)
      • Graphics card(s):
      • ASUS ROG Strix GeForce GTX 1080 Ti OC
      • PSU:
      • XFX P1-650X-NLG9 XXX 650W Modular
      • Case:
      • Fractal Design Node 804
      • Operating System:
      • Windows 10 Home 64-bit
      • Monitor(s):
      • 27" BenQ XL2730Z + 23" Dell U2311H
      • Internet:
      • Virgin Media 200Mbps

    Re: Getting Server 2008 and Exchange 2010 up and running quickly

    Thanks guys, managed to find [url=http://www.messagingtalk.org/exchange-2010-rc-quick-installation-guide]this[/this] which helped a bit, even though it's about the release candidate version, and is where I presume Splash got the PS commands from.

    Have kind of learned the hard way that there is no "quick" way of getting this lot sorted. I have installed 2008 R2, set up AD and DNS, installed the above prerequisites and am just finishing off the Exchange installation which seems to be going well.

    Next job is to install MSSQL, run a backup, then kill the server... and hope the restore from the online backup system I'm testing will work.

  6. #6
    Splash
    Guest

    Re: Getting Server 2008 and Exchange 2010 up and running quickly

    Think mine came from Technet forums back in the day, but it was certainly a lot easier than clicking through a whole bunch of roles in Server Manager so I dropped it into a text file for future use.

  7. #7
    Senior Member gss03's Avatar
    Join Date
    Jul 2003
    Location
    Scotland
    Posts
    725
    Thanks
    6
    Thanked
    28 times in 28 posts

    Re: Getting Server 2008 and Exchange 2010 up and running quickly

    Surely sticking Exchange onto an domain controller is an unsupported environment?

    Only SBS is where you can have the DC, GC, DNS, DHCP and Exchange all on the one box.

  8. #8
    HEXUS.social member Allen's Avatar
    Join Date
    Nov 2003
    Location
    Brighton
    Posts
    8,536
    Thanks
    363
    Thanked
    262 times in 168 posts
    • Allen's system
      • Motherboard:
      • ASUS Maximus VIII Gene
      • CPU:
      • Intel Core i5 6600K
      • Memory:
      • 2 x 8GB Kingston HyperX Predator DDR4-3000
      • Storage:
      • 256GB Samsung 950 PRO NVMe M.2 (OS) + 2 x 512GB Samsung 960 EVO in RAID 0 (Games)
      • Graphics card(s):
      • ASUS ROG Strix GeForce GTX 1080 Ti OC
      • PSU:
      • XFX P1-650X-NLG9 XXX 650W Modular
      • Case:
      • Fractal Design Node 804
      • Operating System:
      • Windows 10 Home 64-bit
      • Monitor(s):
      • 27" BenQ XL2730Z + 23" Dell U2311H
      • Internet:
      • Virgin Media 200Mbps

    Re: Getting Server 2008 and Exchange 2010 up and running quickly

    As far as I'm aware, it's not unsupported, it's just not best practice.

    Found this, gonna test it out today on a VM, see if it's any good.

  9. #9
    Senior Member
    Join Date
    Mar 2005
    Posts
    4,935
    Thanks
    171
    Thanked
    384 times in 311 posts
    • badass's system
      • Motherboard:
      • ASUS P8Z77-m pro
      • CPU:
      • Core i5 3570K
      • Memory:
      • 32GB
      • Storage:
      • 1TB Samsung 850 EVO, 2TB WD Green
      • Graphics card(s):
      • Radeon RX 580
      • PSU:
      • Corsair HX520W
      • Case:
      • Silverstone SG02-F
      • Operating System:
      • Windows 10 X64
      • Monitor(s):
      • Del U2311, LG226WTQ
      • Internet:
      • 80/20 FTTC

    Re: Getting Server 2008 and Exchange 2010 up and running quickly

    Quote Originally Posted by Allen View Post
    As far as I'm aware, it's not unsupported, it's just not best practice.
    Corrrect
    Demoting a DC with Exchange still installed is unsupported.
    "In a perfect world... spammers would get caught, go to jail, and share a cell with many men who have enlarged their penises, taken Viagra and are looking for a new relationship."

  10. #10
    Administrator Moby-Dick's Avatar
    Join Date
    Jul 2003
    Location
    There's no place like ::1 (IPv6 version)
    Posts
    10,665
    Thanks
    53
    Thanked
    385 times in 314 posts

    Re: Getting Server 2008 and Exchange 2010 up and running quickly

    Demoting a DC with Exchange still installed is unsupported.
    yeah that woudl give you all sorts of problems

    besides in a demo/lab environment who gives a stuff about "supported" or not ? as long as it works !
    my Virtualisation Blog http://jfvi.co.uk Virtualisation Podcast http://vsoup.net

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •