Cloud Computing; Windows Azure; .NET Internals; Windows Internals;
Browse by Tags - Paul Lou's blog - Site Home - MSDN Blogs
Sign in
Paul Lou's blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
batch file
certutil.exe
create pfx files
dead threads
DOS
Double hop issue
hard drive
IE9
IPv6
Json
LINQ
makecert.exe
Managed Code Memory Leak
Memory Dump
Memory Leak
msdn bug
out of space
Personal
Powershell
Powershell Remoting
scripting
Security
SOS
system drive
visual folder size viewer
windbg
windirstat
Windows Azure
Windows Azure Storage
XML
XML Bombs
Browse by Tags
MSDN Blogs
>
Paul Lou's blog
>
All Tags
>
powershell
Tagged Content List
Blog Post:
Create pfx files in automation
Paul Lou
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...
on
3 Jul 2012
Blog Post:
Powershell and IPv6
Paul Lou
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...
on
30 Aug 2010
Blog Post:
double hop issue
Paul Lou
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...
on
20 Jul 2010
Page 1 of 1 (3 items)