Here's a new class to give a hint of things to come...(it's of course, not complete yet but input validation is easy, if only boring!)
namespace SCCM_Client_Injector_2014
{
public partial class CreateInjection : Form
{
private string FileSaveLocation = "";
public CreateInjection()
{
InitializeComponent();
this.Text = Main.WindowTitle;
}... [read more](/p/sccm2014/blog/2014/01/we-said-we-had-a-powerful-new-feature/)
We have an update, lots of progress has been made, and a new feature should make this a rich adaptable tool for use in a Windows domain.
Opening of client's default share drive. (Finished)
Opening of a compmgmt.msc console for the client. (Finished)
The ability to 'push' its own repair where SCCM is not working properly on the client's end. (late testing phase; we have big plans in store for this once the basic testing is done!)
Logging in CSV format. (Finished)
Built-in log viewer with filtering & sorting (Testing)
Multiple-client input for add and remove to collections. (Testing)
Auto-connect to server at startup. (Finished)
Menu bar (Options, Exit, About, Help & License.) (Finished)
Built-in Help. (Planning)... read more
We've made a lot of progress in the last two weeks!
The next release, version 3.2 is in the final development stages (with many modules already having gone through in-house bug testing). Here are the features so far, and their current stage.
Opening of client's default share drive. (Finished)
Opening of a compmgmt.msc console for the client. (Finished)
The ability to 'push' its own repair where SCCM is not working properly on the client's end. (Development)
Logging in CSV format. (Testing)
Built-in log viewer with filtering & sorting (Development)
Multiple-client input for add and remove to collections. (Testing)
Auto-connect to server at startup. (Finished)
Menu bar (Options, Exit, About, Help & License.) (Finished)
Built-in Help. (Planning)... read more
Thanks for stopping by.
Please be patient as it may take a week or two to get this project fully up to speed as I transfer in code and support as well as documentation.