Entries from 2015-01-01 to 1 year
I'd like to get the information of remote session source at the destination server with this function*1. WTSQuerySessionInformation function (Windows) It can be written by C# with DllImport. The value of WTS_CURRENT_SESSION is uint.MaxValu…
I use PSCmdlet binary module code with C# in order to automate operation on Windows Server. Development with C# and execution speed are the pros for me. However there are issues I can't ignore. I will describe these issue and I wish PSCmdl…
OpenForPSCmdlet helps debugging your Cmdlet binary module writing C# or VB. OpenForPSCmdlet extensionvisualstudiogallery.msdn.microsoft.com After install this VS extension, you can right click "Open for PSCmdlet" in your Cmdlet class. Then…