Cloud Computing; Windows Azure; .NET Internals; Windows Internals; Browse by Tags - Paul Lou's blog - Site Home - MSDN Blogs

Browse by Tags

Tagged Content List
  • Blog Post: Create pfx files in automation

    Recently I needed many (tens of) self signed .pfx files to test my new feature. In my team dev owns unit testing and functional testing. I know that the below tool makecert.exe can be used to create certificates http://msdn.microsoft.com/en-US/library/bfsktky3(v=VS.80).aspx However makecert.exe creates...
  • Blog Post: Powershell and IPv6

    If you have code like below and you pass IPv6 address for the parameter remoteNode, surprisely it won't work. Then then you go to powershell cmd and try to use new-pssession with ipv6, surprisely it works! WSManConnectionInfo connInfo = new WSManConnectionInfo (false, remoteNode, 0, null , null, credential...
  • Blog Post: double hop issue

    Didn't hear about double hop issue for some time then one intern came to for help on one issue. He tried to connect to another machine us Powershell remoting and run 'dir \\shareserver\sharename' on that machine but powershell reported the error message that the path doesn't exist. It is really confusing...
Page 1 of 1 (3 items)