Author: David Moravec

#PSTip Most frequently used -Verb values
In previous tip we saw how to receive all -Verb values for registered extensions. But what if we want to…
Read More
#PSTip Explore all possible -Verb values for registered file extensions
In previous tips we saw how to find possible values of -Verb parameter and how to use it. What about to…
Read More
#PSTip Access web from PowerShell console
As I am still running PowerShell 2.0 on my work computer, I can’t use the Invoke-WebRequest cmdlet. This cmdlet is…
Read More
#PSTip How to automatically dot-source all scripts in a folder
As I mentioned in my previous post, I like to have access to (almost) all my scripts on all machines….
Read More
#PSTip New PowerShell drive (PSDrive)
As PowerShell drives are really useful concept, many people use it a lot. I also created some PSDrives for parts…
Read More
#PSTip Storing of credentials
I frequently use different credentials to connect to some of my servers. Oh man, I wish I have just one…
Read More