-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/1RedOne/AddCMClients
- Loading branch information
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | | ||
| | | | ||
| | | |