ExportProfilePictureFromADContext
Ref
Less than 1 minute to read
2024-09-06 09:35:04 +0100
draft
This page is in draft and may include errors or omissions. Please check the discussions for any pending updates and changes to the content or to suggest your own changes.
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
}