-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
475 changed files
with
173,791 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
--- | ||
Download Help Link: https://aka.ms/powershell75-help | ||
Help Version: 7.6.0.0 | ||
Locale: en-US | ||
Module Guid: fb6cc51d-c096-4b38-b78d-0fed6277096a | ||
Module Name: CimCmdlets | ||
ms.date: 02/20/2019 | ||
schema: 2.0.0 | ||
title: CimCmdlets Module | ||
--- | ||
# CimCmdlets Module | ||
|
||
## Description | ||
|
||
Contains cmdlets that interact with Common Information Model (CIM) Servers like the Windows | ||
Management Instrumentation (WMI) service. | ||
|
||
This module is only available on the Windows platform. | ||
|
||
## CimCmdlets Cmdlets | ||
|
||
### [Export-BinaryMiLog](Export-BinaryMiLog.md) | ||
|
||
Creates a binary encoded representation of an object or objects and stores it in a file. | ||
|
||
### [Get-CimAssociatedInstance](Get-CimAssociatedInstance.md) | ||
|
||
Retrieves the CIM instances that are connected to a specific CIM instance by an association. | ||
|
||
### [Get-CimClass](Get-CimClass.md) | ||
|
||
Gets a list of CIM classes in a specific namespace. | ||
|
||
### [Get-CimInstance](Get-CimInstance.md) | ||
|
||
Gets the CIM instances of a class from a CIM server. | ||
|
||
### [Get-CimSession](Get-CimSession.md) | ||
|
||
Gets the CIM session objects from the current session. | ||
|
||
### [Import-BinaryMiLog](Import-BinaryMiLog.md) | ||
|
||
Used to re-create the saved objects based on the contents of an export file. | ||
|
||
### [Invoke-CimMethod](Invoke-CimMethod.md) | ||
|
||
Invokes a method of a CIM class. | ||
|
||
### [New-CimInstance](New-CimInstance.md) | ||
|
||
Creates a CIM instance. | ||
|
||
### [New-CimSession](New-CimSession.md) | ||
|
||
Creates a CIM session. | ||
|
||
### [New-CimSessionOption](New-CimSessionOption.md) | ||
|
||
Specifies advanced options for the `New-CimSession` cmdlet. | ||
|
||
### [Register-CimIndicationEvent](Register-CimIndicationEvent.md) | ||
|
||
Subscribes to indications using a filter expression or a query expression. | ||
|
||
### [Remove-CimInstance](Remove-CimInstance.md) | ||
|
||
Removes a CIM instance from a computer. | ||
|
||
### [Remove-CimSession](Remove-CimSession.md) | ||
|
||
Removes one or more CIM sessions. | ||
|
||
### [Set-CimInstance](Set-CimInstance.md) | ||
|
||
Modifies a CIM instance on a CIM server by calling the **ModifyInstance** method of the CIM class. |
Oops, something went wrong.