It is
a collective install and will take a base system that has all of the required hardware installed, and move it
Part III: Working with PowerShell in a Production Environment
386
through network configuration, disk configuration, MSCS install, the Exchange installer, and ultimately
to configuring the resources to pass an ExBPA audit.
NodeA
$DC1=???exchangeexchange???
$DC2=???local???
$DC3=$DC1+???.???+$DC2+???:389???
$Service_Account_OU=???SVC_Accounts???
$User=???svc-mb002???
$Password=???P@55w0rd???
$DNS_Server=???exchangeexchange.local???
$DNS_Zone=???exchangeexchange.local???
$Interface1=???Local Area Connection???
$Interface1_New=???Public???
$Interface2=???Local Area Connection 2???
$Interface2_New=???Private???
$IP=???10.10.10.1???
$Subnet=???255.255.255.0???
$Disk =???C:\disk.txt???
$Disk1=???1???
$Disk1_Letter=???Q???
$Disk2=???2???
$Disk2_Letter=???S???
$Disk3=???3???
$Disk3_Letter=???T???
$Disk1_Volume=???Quorum???
$Disk2_Volume=???Data???
$Disk3_Volume=???Logs???
$Cluster_Name=???MB002MSCS???
$Cluster_IP=???2.4.191.90???
$Node1_Hostname=???MB002A???
$Logfile=???c:\mscs_install.txt???
$Node2_Hostname=???MB002B???
$Cluster_MBX_Name=???MB002???
$Cluster_MBX_IP=???2.4.191.91???
$Cluster_MBX_Path=???S:\MDB???
$Install_Directory=???S:\Bits???
$objDomain = [ADSI]???LDAP://$DC3/dc=$DC1,dc=$DC2???
$objOU = $objDomain.
Pages:
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534