You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/3.0/CimCmdlets/Remove-CimInstance.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,8 @@ You can specify the CIM instance to remove by using either a CIM instance object
43
43
44
44
If the InputObject parameter is not specified, the cmdlet works in one of the following ways:
45
45
46
-
--If neither the ComputerName parameter nor the CimSession parameter is specified, then this cmdlet works on local Windows Management Instrumentation (WMI) using a Component Object Model (COM) session.
47
-
--If either the ComputerName parameter or the CimSession parameter is specified, then this cmdlet works against the CIM server specified by either the ComputerName parameter or the CimSession parameter.
46
+
-If neither the ComputerName parameter nor the CimSession parameter is specified, then this cmdlet works on local Windows Management Instrumentation (WMI) using a Component Object Model (COM) session.
47
+
-If either the ComputerName parameter or the CimSession parameter is specified, then this cmdlet works against the CIM server specified by either the ComputerName parameter or the CimSession parameter.
48
48
49
49
## EXAMPLES
50
50
@@ -222,10 +222,8 @@ The URI is used to identify a specific type of resource, such as disks or proces
222
222
A URI consists of a prefix and a path to a resource.
By default, if you do not specify this parameter, the DMTF standard resource URI http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/ is used and the class name is appended to it.
This command imports the snippets from the SnippetModule module.
67
67
The command uses the **ListAvailable** parameter to import the snippets even if the SnippetModule module is not imported into the user's session when the command runs.
This command imports all snippets from all installed modules into the current session.
84
84
Typically, you don't need to run a command like this because modules that have snippets will use the **Import-IseSnippet** cmdlet to import them for you when the module is imported.
Copy file name to clipboardExpand all lines: reference/3.0/Microsoft.PowerShell.Core/Invoke-Command.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -556,7 +556,7 @@ The default value is **Default**.
556
556
557
557
CredSSP authentication is available only in Windows Vista, Windows Server 2008, and later versions of Windows.
558
558
559
-
For more information about the values of this parameter, see [AuthenticationMechanism Enumeration](/dotnet/api/system.management.automation.runspaces.authenticationmechanism) in the MSDN library.
559
+
For more information about the values of this parameter, see [AuthenticationMechanism Enumeration](/dotnet/api/system.management.automation.runspaces.authenticationmechanism).
560
560
561
561
CAUTION: Credential Security Support Provider (CredSSP) authentication, in which the user's credentials are passed to a remote computer to be authenticated, is designed for commands that require authentication on more than one resource, such as accessing a remote network share.
562
562
This mechanism increases the security risk of the remote operation.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
570
+
552
571
## INPUTS
553
572
554
573
### None
555
574
You cannot pipe input to **Get-WmiObject**.
575
+
556
576
## OUTPUTS
557
577
558
578
### PSObject or System.Management.Automation.RemotingJob
559
579
When you use the **AsJob** parameter, the cmdlet returns a job object.
560
580
Otherwise, the object that **Get-WmiObject** returns depends on the value of the **Class** parameter.
581
+
561
582
## NOTES
562
583
* To access WMI information on a remote computer, the cmdlet must run under an account that is a member of the local administrators group on the remote computer. Or, the default access control on the WMI namespace of the remote repository can be changed to give access rights to other accounts.
563
584
564
585
Only some of the properties of each WMI class are displayed by default.
565
586
The set of properties that is displayed for each WMI class is specified in the Types.ps1xml configuration file.
566
587
To get all properties of a WMI object, use the Get-Member or Format-List cmdlets.
0 commit comments