diff --git a/src/Runtime/ObjectProcessors.cs b/src/Runtime/ObjectProcessors.cs index 5b0355b..5298a91 100644 --- a/src/Runtime/ObjectProcessors.cs +++ b/src/Runtime/ObjectProcessors.cs @@ -173,6 +173,7 @@ private async Task ProcessComputerObject(ISearchResultEntry entry, ret.AllowedToDelegate = computerProps.AllowedToDelegate; ret.AllowedToAct = computerProps.AllowedToAct; ret.HasSIDHistory = computerProps.SidHistory; + ret.DumpSMSAPassword = computerProps.DumpSMSAPassword; } if (!_methods.IsComputerCollectionSet())