Skip to content

Releases: 1RedOne/ClientFaux

Updated UX, better logging

10 Jul 16:32
Compare
Choose a tag to compare

ClientFaux logo, think 'sly like a fox'

Adds much better logging and a nice installer experience as well, now bundled into the project too.

Now checks for minimum supported dot net version in the install experience

Be sure to uninstall the previous version before running the new installer.

ClientFaux v2.2

13 May 16:27
Compare
Choose a tag to compare

Now compatible with ConfigMgr 2002.

  • Adds error handling if MP Rejects a client
  • Devices now registered in order!
  • Fixes off by one error
  • Adds logging
  • Adds scrollbar when creating a lot of devices
  • Now defaults to making 20 devices
  • Can optionally disable hardware inventory via a checkbox on the Inventory tab

ClientFaux v2.1.0

23 May 15:27
ddabb40
Compare
Choose a tag to compare

The updates version of ClientFaux!

  • Fixes some spelling and crashing errors.

  • Adds new feature to be able to set your own DDR Properties. These will be added to every device you mock with ClientFaux.

    • Includes new default DDR Property of 'FakeClient' to help discern these from other clients in your infrastructure

image

**Updated .msis at 4:45 UTC on 23/5/2019

GUI Release Version!

08 May 05:56
19e40b5
Compare
Choose a tag to compare

Completely rewritten in C# as a WPF app! No more customizing certificates, now it's as easy as 1-2-3!

Release

17 Jul 21:10
Compare
Choose a tag to compare

We've now worked out all of the bugs with Hardware Inventory and it's ready for testing!

Pretty Icon OMG

20 Jun 15:14
Compare
Choose a tag to compare
Pretty Icon OMG Pre-release
Pre-release

Now includes a beautiful hand drawn pixel icon

beauty is in the eye of the beholder

New binary name, so here's the usage now

ClientFaux.exe FoxPC123 c:\temp\MixedModeTestCert.pfx 'Pa$$w0rd!' F0X SCCM

v0.2-alpha

20 Jun 02:45
Compare
Choose a tag to compare
v0.2-alpha Pre-release
Pre-release

Fixes many sins, no longer have as many hardcoded values. We now launch with the following syntax:

AddClients.exe <DeviceName> <CertPath> <CertPW> <SiteCode> <Management point name>

Expect MUCH better logging experience and more robust error handling.

v0.1-alpha

13 Jun 19:21
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release

Now has working parameters, and some level of error catching!

Use by creating a cert and exported as defined in the blog post, then run the following command:

AddClients.exe <FakeDeviceName> <CertPassword> <Three Digit ConfigMgr SiteCode> <ConfigMgr Server Netbios Name>
#e.g.
AddClients.exe "Fox6" 'Pa$$w0rd!' 'F0X' 'SCCM'