@@ -5309,6 +5309,56 @@ Epoch : 961
53095309 <command:syntax>
53105310 <command:syntaxItem>
53115311 <maml:name>Get-ADDBKdsRootKey</maml:name>
5312+ <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
5313+ <maml:name>All</maml:name>
5314+ <maml:description>
5315+ <maml:para>Indicates that all KDS Root Keys should be fetched.</maml:para>
5316+ </maml:description>
5317+ <dev:type>
5318+ <maml:name>SwitchParameter</maml:name>
5319+ <maml:uri />
5320+ </dev:type>
5321+ <dev:defaultValue>False</dev:defaultValue>
5322+ </command:parameter>
5323+ <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Database, DBPath, DatabaseFilePath, DBFilePath">
5324+ <maml:name>DatabasePath</maml:name>
5325+ <maml:description>
5326+ <maml:para>Specifies the path to a domain database, for instance, C:\Windows\NTDS\ntds.dit.</maml:para>
5327+ </maml:description>
5328+ <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
5329+ <dev:type>
5330+ <maml:name>String</maml:name>
5331+ <maml:uri />
5332+ </dev:type>
5333+ <dev:defaultValue>None</dev:defaultValue>
5334+ </command:parameter>
5335+ <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Log, TransactionLogPath">
5336+ <maml:name>LogPath</maml:name>
5337+ <maml:description>
5338+ <maml:para>Specifies the path to a directory where the transaction log files are located. For instance, C:\Windows\NTDS. The default log directory is the one that contains the database file itself.</maml:para>
5339+ </maml:description>
5340+ <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
5341+ <dev:type>
5342+ <maml:name>String</maml:name>
5343+ <maml:uri />
5344+ </dev:type>
5345+ <dev:defaultValue>None</dev:defaultValue>
5346+ </command:parameter>
5347+ </command:syntaxItem>
5348+ <command:syntaxItem>
5349+ <maml:name>Get-ADDBKdsRootKey</maml:name>
5350+ <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="0" aliases="Id, KeyId">
5351+ <maml:name>RootKeyId</maml:name>
5352+ <maml:description>
5353+ <maml:para>Specifies a single KDS Root Key to be fetched.</maml:para>
5354+ </maml:description>
5355+ <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
5356+ <dev:type>
5357+ <maml:name>Guid</maml:name>
5358+ <maml:uri />
5359+ </dev:type>
5360+ <dev:defaultValue>None</dev:defaultValue>
5361+ </command:parameter>
53125362 <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Database, DBPath, DatabaseFilePath, DBFilePath">
53135363 <maml:name>DatabasePath</maml:name>
53145364 <maml:description>
@@ -5336,6 +5386,18 @@ Epoch : 961
53365386 </command:syntaxItem>
53375387 </command:syntax>
53385388 <command:parameters>
5389+ <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
5390+ <maml:name>All</maml:name>
5391+ <maml:description>
5392+ <maml:para>Indicates that all KDS Root Keys should be fetched.</maml:para>
5393+ </maml:description>
5394+ <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
5395+ <dev:type>
5396+ <maml:name>SwitchParameter</maml:name>
5397+ <maml:uri />
5398+ </dev:type>
5399+ <dev:defaultValue>False</dev:defaultValue>
5400+ </command:parameter>
53395401 <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Database, DBPath, DatabaseFilePath, DBFilePath">
53405402 <maml:name>DatabasePath</maml:name>
53415403 <maml:description>
@@ -5360,11 +5422,23 @@ Epoch : 961
53605422 </dev:type>
53615423 <dev:defaultValue>None</dev:defaultValue>
53625424 </command:parameter>
5425+ <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="0" aliases="Id, KeyId">
5426+ <maml:name>RootKeyId</maml:name>
5427+ <maml:description>
5428+ <maml:para>Specifies a single KDS Root Key to be fetched.</maml:para>
5429+ </maml:description>
5430+ <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
5431+ <dev:type>
5432+ <maml:name>Guid</maml:name>
5433+ <maml:uri />
5434+ </dev:type>
5435+ <dev:defaultValue>None</dev:defaultValue>
5436+ </command:parameter>
53635437 </command:parameters>
53645438 <command:inputTypes>
53655439 <command:inputType>
53665440 <dev:type>
5367- <maml:name>None </maml:name>
5441+ <maml:name>System.Guid </maml:name>
53685442 </dev:type>
53695443 <maml:description>
53705444 <maml:para></maml:para>
0 commit comments