Skip to main content

Posts

Showing posts with the label Installation

PowerShell + SCCM 2012 R2 : Installation

Recently decided to embark on this little adventure of mine...where I will setup my SCCM 2012 R2 Lab and try doing most of things using PowerShell. I know this is ambitious and might take longer (even longer to blog about it)......But that hasn't stopped me in past. I am sure I will learn a lot in the process. So for this post it is the installation am focussing on and I am following the Windows-Noob Guide here . Steps which I won't be doing using PowerShell will be mentioned. My LAB : 1.  DexterDC   --  Domain Controller [Domain name - Dexter.com] (server 2012 R2) 2. DexSCCM -- Machine where SCCM will be installed (Server 2008 R2) 3. DexClient -- Windows 7 Client To make my Quest easy, I have enabled PSRemoting in the Domain using GPO. Step 1. Create the Lab Environment Create AD Users First let's create the Users and then try to give the permissions needed. * SMSadmin, a domain user  * Testuser, a domain user * Testuser2, a domain user * T...