Azure DevOps Migration Tools

v15.0.4

Azure DevOps Migration Tools

Overview

ExportProfilePictureFromADContext

Ref

  

Less than 1 minute to read

  

2024-04-05 11:36:18 -0500

Downloads corporate images and updates TFS/Azure DevOps profiles

Options

Parameter name Type Description Default Value
Domain String The source domain where the pictures should be exported. String.Empty
Enabled Boolean missng XML code comments missng XML code comments
Password String The password of the user that is used to export the pictures. String.Empty
PictureEmpIDFormat String TODO: You wpuld need to customise this for your system. Clone repo and run in Debug String.Empty
Username String The user name of the user that is used to export the pictures. String.Empty

Example

A basic sample for ExportProfilePictureFromADContext configuration.

1
2
3
4
5
6
7
8
{
  "$type": "ExportProfilePictureFromADConfig",
  "Enabled": false,
  "Domain": null,
  "Username": null,
  "Password": null,
  "PictureEmpIDFormat": null
}