I'm new to the Windows side of things (Server 2003), and I want to give a user account the "SeServiceLogonRight" privilege. It appears that Win32::Lanman::GrantPrivlegeToAccount might do the job for me. But I'm wondering about the status of this module. After much searching, I did eventually run across a copy of
dated 2001. The README says it requires an MSVC++ compiler, which I don't have (I'm using Strawberry Perl and mingw). Does anyone still use this module, or has this it been superseded by a better module? Is there an alternate way to accomplish my task? Thanks.