Friday, March 25, 2016

Active Directory Group and ConfigMgr Collection Creation Tool


To use this tool:
  1. Download and Unzip CM12_AD_Tool_v03.zip
  2. Right click on CM12_AD_Tool.ps1 and choose Properties.
  3. On the CM12_AD_Too.ps1 Properties dialog box, click on UnBlock and click OK.
  4. Fill the OU.CSV file
    1. DC – Domain Controller Name
    2. OU – Organizational Unit distinguishedName
    3. Domain – Domain Name
       
  5. Open PowerShell as an administrator
  6. Type Get-ExectuionPolicy. If the Execution Policy is RemoteSigned, then everything is OK. If the Execution Policy isRestricted, then type Set-ExectuionPolicy 1 and press Enter.
  7. Right click on CM12_AD_Tool.ps1 and choose Edit and open it with PS ISE
  8. From the tools menu click RUN
Log file is under c:\Windows\Temp\Errors.log
This tool is only tested with Windows Server 2012 AD DS and ConfigMgr 2012 SP1 RTM!
 
You can download this tool from here
Link From : http://cm12sdk.net/?p=1342

No comments:

Post a Comment