Showing posts with label open. Show all posts
Showing posts with label open. Show all posts

Monday, 29 June 2015

Open Source Management Pack for SCOM 2016 to monitor Apache webserver and My SQL

Open Source Management Pack for SCOM 2016:

  • Microsoft has release Opensource Management pack or OSS MP which allows to monitor Opensource technology using SCOM.
  • Now you can monitor Apache Webserver, MYSQL database using SCOM itself.
  • Infact the entire LAMB stack is not supported and caN be monitored using SCOM 2016.
  • You can Download the OSS MP from the below location
  • Click here

Sunday, 21 June 2015

Powershell Command to open any file

Powershell Command to open any file


  • Many people think that you can only open txt or html file from Powershell. Thats not true.
  • You can open any File type using Invoke-Item Powershell Command

In the below example we open JPG file from within powershell

INVOKE-ITEM "C:\test.jpg"

Sunday, 21 December 2014

Show-Eventlog:How to open Event viewer from Powershell

How to open Event viewer from Powershell


  • Manytime you might want to open Eventviewer while working in Powershell.
  • There is a way to directly open the event viewer from Powershell.
  • The Command is Show-Eventlog

  • This will directly open the event viewwer from the Powershell