Silver Light and Blue Sky

C# and Infrastructure. Code is everything.

Entries from 2015-04-01 to 1 month

Getting session source information at RDP session by C#

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…

3 issues for using PSCmdlet binary module

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…