????

Your IP : 18.223.239.171


Current Path : C:/Windows/System32/WindowsPowerShell/v1.0/Modules/SoftwareInventoryLogging/
Upload File :
Current File : C:/Windows/System32/WindowsPowerShell/v1.0/Modules/SoftwareInventoryLogging/MsftSil_Software.cdxml

<?xml version="1.0" encoding="utf-8"?>
<PowerShellMetadata xmlns="http://schemas.microsoft.com/cmdlets-over-objects/2009/11">
<Class ClassName="root\InventoryLogging\MsftSil_Software">
    <Version>1.0.0.0</Version>
    <DefaultNoun>SilSoftware</DefaultNoun>
    <InstanceCmdlets>
<!--
Global definition for query parameters. Not used in this example because we have a single cmdlet only.
-->
     <GetCmdletParameters />
<!--
Definition of Get-SilSoftware cmdlet
-->
      <GetCmdlet>
       <CmdletMetadata Verb="Get" />
       <GetCmdletParameters>
        <QueryableProperties>
          <Property PropertyName="ID">
            <Type PSType="string" />
            <RegularQuery AllowGlobbing="true">
              <CmdletParameterMetadata IsMandatory="false"
                                       Position="0"
                                       ValueFromPipelineByPropertyName="true"/>
            </RegularQuery>
          </Property>
          <Property PropertyName="Name">
            <Type PSType="string" />
            <RegularQuery AllowGlobbing="true">
              <CmdletParameterMetadata IsMandatory="false"
                                       ValueFromPipelineByPropertyName="true"/>
            </RegularQuery>
          </Property>
        </QueryableProperties>
       </GetCmdletParameters>
      </GetCmdlet>      
    </InstanceCmdlets>
  </Class>
</PowerShellMetadata>