Zedfox Technologies Blog

Menu

Skip to content
  • Home
  • Blog

Tag Archives: export

Export a list of active directory users/objects

Posted on August 12, 2013 by zf

I wanted to export a list of all users from active directory. To do that on Windows 7, install Remote Server Administration Tool for Windows 7 with Service Pack 1 (SP1). Following the install, visit Control Panel — Programs and Features. Click on Turn Windows features on or off. Under Remote Server Administration Tools — Role […]

Export a list of active directory users/objects

Deserialize exported Trello JSON to C# objects

Posted on June 30, 2013 by zf

Trello JSON to C# objects Trello is an excellent issue management system, and much more. We use it for project management and allow transparency of operations to our customers. Exporting of Trello data is possible, and the output of the data is in JSON format. While JSON is easy to understand, data analysts require the […]

Deserialize exported Trello JSON to C# objects