SysToolsLib icon indicating copy to clipboard operation
SysToolsLib copied to clipboard

A library of Windows and Linux system management tools

Results 23 SysToolsLib issues
Sort by recently updated
recently updated
newest added

Hello, I added some code to take into consideration the onshutdown, based on what i found on MS web https://docs.microsoft.com/en-us/dotnet/api/system.serviceprocess.servicebase.onshutdown?view=dotnet-plat-ext-6.0 the OnPreShutdown doens't exist but was necessary for us so...

Hello, It seems that service is not stopping properly when we shutdown the server (Working fine when we stop the service manually) I don't see the stop going in SCMStop...

McAfee (ugh) and others think the service .exe created by this script is a virus. All I'm trying to do is determine if the server is at the DR site...

It works fine on 2012 but has issues starting on 2019, I am guessing it is in the structures for reading the registry, but it is over my head... Testing.exe...

Hi, Thank you for creating this Powershell Windows Service template. I ran into an issue with the template in the part where Service part of the code fails with some...

I was testing the (mostly) unmodified service script on a machine with powershell v2 installed as we have some in our environment, and came across this message: Parameter set cannog...

I have tried to install this service as different users using Credential param. I need it to run as a part of my automation to install windows services. With the...

SysToolsLib now supports building ARM64 executables... But I have no ARM64 version of Windows for testing them. Can anybody help with this?

Hi, I'm trying to use the script but after compiling and running I keep getting the following alert in the log: 2018-08-28 15:23:34 2196 NT AUTHORITY\SYSTEM VLADTEST.ps1 -Service # Control...

Good afternoon! I implemented this scriptPSService and it helped me a lot, Thanks. If they can help me with a question, I run my scripts in infinite loop, I would...