Update Invoke-DCOM.ps1

This commit is contained in:
rvrsh3ll
2017-04-21 15:07:27 -04:00
committed by GitHub
parent fff85d70c8
commit 0fd0e245a8
+2 -2
View File
@@ -39,8 +39,8 @@ function Invoke-DCOM {
.EXAMPLE
Import-Module .\Invoke-DCOM.ps1
Invoke-DCOM -Target '192.168.2.100' -Method MMC20 -Command
Invoke-DCOM -Target '192.168.2.100' -Method ServiceStart "MyService"
Invoke-DCOM -Target '192.168.2.100' -Type MMC20 -Command "calc.exe"
Invoke-DCOM -Target '192.168.2.100' -Type ServiceStart "MyService"
#>
[CmdletBinding()]