I am able to use Get-ADUser and filter them to 3 specific properties I want.
However, When I try to convert that to json I don’t get those properties….
I’ve tried using Select-Object and that will only convert a single ADUser not a collection of ADUsers….
Any advice? Can’t find much of anything online.
submitted by /u/jlha
[link] [comments]
The post Converting ADUsers to JSON File? appeared first on How to Code .NET.