Page 1 of 1
Event logs
Posted: Thu Sep 14, 2017 4:05 am
by trini18
How do I disable certain eventlog?
its just to much
Re: Event logs
Posted: Thu Sep 14, 2017 1:24 pm
by Sergey (staff)
Hello, trini18!
Thank you for your question.
You can easily update event notifications settings if you go to Configuration tab in StarWind Management Console (you can find it on your screenshot), then go to Event Notifications --> Modify. There you can enable Error notifications and ignore warnings and other events, thus get notified of critical events only.
Re: Event logs
Posted: Thu Sep 14, 2017 2:03 pm
by diego
Hi Sergey
I have the free version and my licence is expired
and my both server was disconnected
the managment consol is present but if try to click to connect one of my server i have this message " "the trial priod has expired you can continue managing starwind with powershell"
How I can connect again the server with powershell? witch cmdlet ?
thank you
Re: Event logs
Posted: Thu Sep 14, 2017 2:35 pm
by Sergey (staff)
Hello, Diego! You can connect to the server with the following commands:
Code: Select all
Import-Module StarWindX
$server = New-SWServer 127.0.0.1 3261 root starwind
$server.Connect()