mirror of
https://github.com/MichaelGrafnetter/DSInternals
synced 2025-01-10 08:20:02 +00:00
PowerShell command restructurization
This commit is contained in:
parent
44c818cf9b
commit
8edb414f20
@ -51,29 +51,29 @@
|
||||
<Compile Include="Commands\Base\ADReplObjectCommandBase.cs" />
|
||||
<Compile Include="Commands\Base\ADReplCommandBase.cs" />
|
||||
<Compile Include="Commands\Base\PSCmdletEx.cs" />
|
||||
<Compile Include="Commands\ConvertFromADManagedPasswordBlobCommand.cs" />
|
||||
<Compile Include="Commands\ConvertToHexCommand.cs" />
|
||||
<Compile Include="Commands\SetADDBBootKeyCommand.cs" />
|
||||
<Compile Include="Commands\GetADDBBackupKeyCommand.cs" />
|
||||
<Compile Include="Commands\SaveDPAPIBlobCommand.cs" />
|
||||
<Compile Include="Commands\GetADReplBackupKeyCommand.cs" />
|
||||
<Compile Include="Commands\GetADReplAccountCommand.cs" />
|
||||
<Compile Include="Commands\GetBootKeyCommand.cs" />
|
||||
<Compile Include="Commands\SetADDBDomainControllerCommand.cs" />
|
||||
<Compile Include="Commands\GetADDBObjectCommand.cs" />
|
||||
<Compile Include="Commands\GetADDBSchemaAttributeCommand.cs" />
|
||||
<Compile Include="Commands\GetADDBIndexCommand.cs" />
|
||||
<Compile Include="Commands\GetADDBAccountCommand.cs" />
|
||||
<Compile Include="Commands\RemoveADDBObjectCommand.cs" />
|
||||
<Compile Include="Commands\RestoreADDBAttributeCommand.cs" />
|
||||
<Compile Include="Commands\GetADDBDomainControllerCommand.cs" />
|
||||
<Compile Include="Commands\SetADDBPrimaryGroupCommand.cs" />
|
||||
<Compile Include="Commands\Misc\ConvertFromADManagedPasswordBlobCommand.cs" />
|
||||
<Compile Include="Commands\Misc\ConvertToHexCommand.cs" />
|
||||
<Compile Include="Commands\Datastore\SetADDBBootKeyCommand.cs" />
|
||||
<Compile Include="Commands\Datastore\GetADDBBackupKeyCommand.cs" />
|
||||
<Compile Include="Commands\Encryption\SaveDPAPIBlobCommand.cs" />
|
||||
<Compile Include="Commands\Replication\GetADReplBackupKeyCommand.cs" />
|
||||
<Compile Include="Commands\Replication\GetADReplAccountCommand.cs" />
|
||||
<Compile Include="Commands\Datastore\GetBootKeyCommand.cs" />
|
||||
<Compile Include="Commands\Datastore\SetADDBDomainControllerCommand.cs" />
|
||||
<Compile Include="Commands\Datastore\GetADDBObjectCommand.cs" />
|
||||
<Compile Include="Commands\Datastore\GetADDBSchemaAttributeCommand.cs" />
|
||||
<Compile Include="Commands\Datastore\GetADDBIndexCommand.cs" />
|
||||
<Compile Include="Commands\Datastore\GetADDBAccountCommand.cs" />
|
||||
<Compile Include="Commands\Datastore\RemoveADDBObjectCommand.cs" />
|
||||
<Compile Include="Commands\Datastore\RestoreADDBAttributeCommand.cs" />
|
||||
<Compile Include="Commands\Datastore\GetADDBDomainControllerCommand.cs" />
|
||||
<Compile Include="Commands\Datastore\SetADDBPrimaryGroupCommand.cs" />
|
||||
<Compile Include="Commands\Base\ADDBModifyPrincipalCommandBase.cs" />
|
||||
<Compile Include="Commands\Base\ADDBPrincipalCommandBase.cs" />
|
||||
<Compile Include="Commands\ConvertToGPPrefPasswordCommand.cs" />
|
||||
<Compile Include="Commands\Encryption\ConvertToGPPrefPasswordCommand.cs" />
|
||||
<Compile Include="Commands\Base\ADDBCommandBase.cs" />
|
||||
<Compile Include="Commands\Base\ADDBObjectCommandBase.cs" />
|
||||
<Compile Include="Commands\AddADDBSidHistoryCommand.cs" />
|
||||
<Compile Include="Commands\Datastore\AddADDBSidHistoryCommand.cs" />
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
@ -83,14 +83,14 @@
|
||||
<Compile Include="Types\SchemaAttribute.cs" />
|
||||
<Compile Include="Utils\ValidateHexStringAttribute.cs" />
|
||||
<Compile Include="Utils\ValidatePasswordLengthAttribute.cs" />
|
||||
<Compile Include="Commands\ConvertFromGPPrefPasswordCommand.cs" />
|
||||
<Compile Include="Commands\ConvertToOrgIdHashCommand.cs" />
|
||||
<Compile Include="Commands\ConvertToUnicodePasswordCommand.cs" />
|
||||
<Compile Include="Commands\ConvertFromUnicodePasswordCommand.cs" />
|
||||
<Compile Include="Commands\ConvertToLMHashCommand.cs" />
|
||||
<Compile Include="Commands\ConvertToNTHashCommand.cs" />
|
||||
<Compile Include="Commands\Encryption\ConvertFromGPPrefPasswordCommand.cs" />
|
||||
<Compile Include="Commands\Hash\ConvertToOrgIdHashCommand.cs" />
|
||||
<Compile Include="Commands\Encryption\ConvertToUnicodePasswordCommand.cs" />
|
||||
<Compile Include="Commands\Encryption\ConvertFromUnicodePasswordCommand.cs" />
|
||||
<Compile Include="Commands\Hash\ConvertToLMHashCommand.cs" />
|
||||
<Compile Include="Commands\Hash\ConvertToNTHashCommand.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Commands\SetSamAccountPasswordHashCommand.cs" />
|
||||
<Compile Include="Commands\Hash\SetSamAccountPasswordHashCommand.cs" />
|
||||
<Compile Include="Utils\Win32ErrorCodeExtensions.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user