Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/1RedOne/AddCMClients
Browse files Browse the repository at this point in the history
  • Loading branch information
1RedOne committed Jun 13, 2018
2 parents c3f1527 + ab8a27c commit 4d32066
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# AddCMClients
A tool for adding fake clients to ConfigMgr for collection testing, etc
A tool for adding fake clients to ConfigMgr for collection querying, testing and reporting

### Setting up the environment

This tool depends on you having the [ConfigMgr SDK](https://www.microsoft.com/en-us/download/details.aspx?id=29559) Available on your machine. It currently expects the following .dll file to be present in its root folder.

1. Run the installer above, accepting and noting the license terms
2. Copy the following Microsoft.ConfigurationManagement.Messaging.dll file to the same location where you've placed the binary for this project. Default location for the needed DLL file is `C:\Program Files (x86)\Microsoft System Center 2012 R2 Configuration Manager SDK\Redistributables\Microsoft.ConfigurationManagement.Messaging.dll`
3. (e.g. If you place these files under C:\Git\AddCMClients, then place the .dll in that location as well)

Now you're ready to use AddCMClients!



#### What's here

| Version | Feature |
|---|---|
| No more hardcoded variables! | n/a |
| | |
| | |

0 comments on commit 4d32066

Please sign in to comment.