Skip to content

Commit

Permalink
Changes to ADUser
Browse files Browse the repository at this point in the history
- Add new property `ThumbnailPhoto` and read-only property `ThumbnailPhotoHash` (issue dsccommunity#44).
  • Loading branch information
johlju committed Aug 3, 2019
1 parent c2c504f commit 5fc1e45
Show file tree
Hide file tree
Showing 4 changed files with 256 additions and 20 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
default value is derived from another parameter ([issue #427](https://github.com/PowerShell/ActiveDirectoryDsc/issues/427)).
- Now uses the helper function `Add-TypeAssembly` which have some benefit
instead of directly using `Add-Type`, like verbose logging ([issue #431](https://github.com/PowerShell/ActiveDirectoryDsc/issues/431)).
- Add new property `ThumbnailPhoto` and read-only property `ThumbnailPhotoHash`
([issue #44](https://github.com/PowerShell/ActiveDirectoryDsc/issues/44)).
- Changes to ADDomain
- BREAKING CHANGE: Renamed the parameter `DomainAdministratorCredential`
to `Credential` to better indicate that it is possible to impersonate
Expand Down
Loading

0 comments on commit 5fc1e45

Please sign in to comment.