Updated NuGet packages and readme.
This commit is contained in:
parent
15db6eba0d
commit
6e25449567
|
@ -49,16 +49,17 @@ Save-DPAPIBlob
|
|||
System Requirements
|
||||
-------------------
|
||||
|
||||
- Windows PowerShell 3+ 64-bit
|
||||
- Windows PowerShell 3+ (both 64-bit and 32-bit hosts are supported)
|
||||
- .NET Framework 4.5.1+
|
||||
|
||||
The cmdlets have been tested on these operating systems:
|
||||
|
||||
Windows Server 2016
|
||||
Windows Server 2012 R2
|
||||
Windows Server 2008 R2
|
||||
Windows 10 64-bit
|
||||
Windows 8.1 64-bit
|
||||
Windows 7 64-bit
|
||||
Windows 10
|
||||
Windows 8.1
|
||||
Windows 7
|
||||
|
||||
The cmdlets working with the AD database do not support Windows 2000 domain functional level.
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>This package is shared between all other DSInternals packages. It contains implementations of common hash functions used by Windows, including NT hash, LM hash and OrgId hash. It also contains methods for SysKey/BootKey retrieval.</description>
|
||||
<summary>This package is shared between all other DSInternals packages.</summary>
|
||||
<releaseNotes>Initial NuGet release.</releaseNotes>
|
||||
<releaseNotes>Added support for Windows Server 2016, listing ACLs and the adminCount attribute.</releaseNotes>
|
||||
<copyright>Copyright (c) 2015-2016 Michael Grafnetter. All rights reserved.</copyright>
|
||||
<tags>ActiveDirectory Security</tags>
|
||||
</metadata>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>DSInternals DataStore is an advanced framework for offline ntds.dit file manipulation. It can be used to extract password hashes from Active Directory backups or to modify the sIDHistory and primaryGroupId attributes.</description>
|
||||
<summary>DSInternals DataStore is an advanced framework for offline ntds.dit file manipulation.</summary>
|
||||
<releaseNotes>Fixed a bug regarding incorrect OS version detection.</releaseNotes>
|
||||
<releaseNotes>Added support for Windows Server 2016, listing ACLs and the adminCount attribute.</releaseNotes>
|
||||
<copyright>Copyright (c) 2015-2016 Michael Grafnetter. All rights reserved.</copyright>
|
||||
<tags>ActiveDirectory Security NTDS</tags>
|
||||
<references>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>DSInternals Replication implements a client for the Active Directory Replication Service Remote Protocol (DRS-R). It can be used to remotely extract password hashes from domain controllers.</description>
|
||||
<summary>DSInternals Replication implements a client for the Active Directory Replication Service Remote Protocol (DRS-R).</summary>
|
||||
<releaseNotes>Initial NuGet release.</releaseNotes>
|
||||
<releaseNotes>Added support for renamed domains, listing ACLs and the adminCount attribute.</releaseNotes>
|
||||
<copyright>Copyright (c) 2015-2016 Michael Grafnetter. All rights reserved.</copyright>
|
||||
<tags>ActiveDirectory Security RPC DRSR</tags>
|
||||
<references>
|
||||
|
|
Loading…
Reference in New Issue