ExportBinaryMiLogCommand Class

 

Creates a binary encoded representation of an object or objects and stores it in a file.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Inheritance Hierarchy

System.Object
  System.Management.Automation.Internal.InternalCommand
    System.Management.Automation.Cmdlet
      System.Management.Automation.PSCmdlet
        Microsoft.Management.Infrastructure.CimCmdlets.BinaryMiLogBase
          Microsoft.Management.Infrastructure.CimCmdlets.ExportBinaryMiLogCommand

Syntax

[CmdletAttribute("Export", "BinaryMiLog", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=301310")]
public sealed class ExportBinaryMiLogCommand : BinaryMiLogBase, 
    IDisposable
[CmdletAttribute("Export", "BinaryMiLog", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=301310")]
public ref class ExportBinaryMiLogCommand sealed : BinaryMiLogBase, 
    IDisposable
[<Sealed>]
[<CmdletAttribute("Export", "BinaryMiLog", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=301310")>]
type ExportBinaryMiLogCommand = 
    class
        inherit BinaryMiLogBase
        interface IDisposable
    end
<CmdletAttribute("Export", "BinaryMiLog", HelpUri := "https://go.microsoft.com/fwlink/?LinkId=301310")>
Public NotInheritable Class ExportBinaryMiLogCommand
    Inherits BinaryMiLogBase
    Implements IDisposable

Constructors

Name Description
System_CAPS_pubmethod ExportBinaryMiLogCommand()

Constructor for the ExportBinaryMiLogCommand class.

Properties

Name Description
System_CAPS_pubproperty CommandOrigin

(Inherited from InternalCommand.)

System_CAPS_pubproperty CommandRuntime

(Inherited from Cmdlet.)

System_CAPS_pubproperty CurrentPSTransaction

(Inherited from Cmdlet.)

System_CAPS_pubproperty Events

(Inherited from PSCmdlet.)

System_CAPS_pubproperty Host

(Inherited from PSCmdlet.)

System_CAPS_pubproperty InputObject

Gets and sets the InputObject parameter, which specifies the input to the cmdlet.

System_CAPS_pubproperty InvokeCommand

(Inherited from PSCmdlet.)

System_CAPS_pubproperty InvokeProvider

(Inherited from PSCmdlet.)

System_CAPS_pubproperty JobManager

(Inherited from PSCmdlet.)

System_CAPS_pubproperty JobRepository

(Inherited from PSCmdlet.)

System_CAPS_pubproperty MyInvocation

(Inherited from PSCmdlet.)

System_CAPS_pubproperty PagingParameters

(Inherited from PSCmdlet.)

System_CAPS_pubproperty ParameterSetName

(Inherited from PSCmdlet.)

System_CAPS_pubproperty Path

Gets and sets the Path parameter, which specifies the path to the file to use for storing or retrieving the binary representation of the object. This parameter supports wildcard characters and relative paths. The cmdlet generates an error if the path resolves to more than one file.(Inherited from BinaryMiLogBase.)

System_CAPS_pubproperty SessionState

(Inherited from PSCmdlet.)

System_CAPS_pubproperty Stopping

(Inherited from Cmdlet.)

Methods

Name Description
System_CAPS_pubmethod CurrentProviderLocation(String)

(Inherited from PSCmdlet.)

System_CAPS_pubmethod Dispose()

Releases resources.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetResolvedProviderPathFromPSPath(String, ProviderInfo)

(Inherited from PSCmdlet.)

System_CAPS_pubmethod GetResourceString(String, String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetUnresolvedProviderPathFromPSPath(String)

(Inherited from PSCmdlet.)

System_CAPS_pubmethod GetVariableValue(String)

(Inherited from PSCmdlet.)

System_CAPS_pubmethod GetVariableValue(String, Object)

(Inherited from PSCmdlet.)

System_CAPS_pubmethod Invoke()

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldContinue(String, String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldContinue(String, String, Boolean, Boolean, Boolean)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldContinue(String, String, Boolean, Boolean)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldProcess(String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldProcess(String, String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldProcess(String, String, String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ShouldProcess(String, String, String, ShouldProcessReason)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ThrowTerminatingError(ErrorRecord)

(Inherited from Cmdlet.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod TransactionAvailable()

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteCommandDetail(String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteDebug(String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteError(ErrorRecord)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteInformation(InformationRecord)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteInformation(Object, String[])

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteObject(Object)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteObject(Object, Boolean)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteProgress(ProgressRecord)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteVerbose(String)

(Inherited from Cmdlet.)

System_CAPS_pubmethod WriteWarning(String)

(Inherited from Cmdlet.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top