You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We might want to keep the number of properties to return to the default or low number.
We can use Get-ADSISchema to retrieve all properties available (mandatory and optional) if needed (many many properties). Maybe only the Mandatory would make sense.
Look at implementing PropertiesToLoad on classes such as:
The default set of properties retrieve from AD for each object is around 25 properties. Might want to limit that.
The text was updated successfully, but these errors were encountered: