#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 see all available values?
Read MoreIn previous tip we saw how to receive all -Verb values for registered extensions. But what if we want to see all available values?
Read MoreIn previous tips we saw how to find possible values of -Verb parameter and how to use it. What about to check all possible -Verb values for all extensions?
Read MoreAs I am still running PowerShell 2.0 on my work computer, I can’t use the Invoke-WebRequest cmdlet. This cmdlet is introduced in Windows PowerShell 3.
Read MoreAs I mentioned in my previous post, I like to have access to (almost) all my scripts on all machines. That’s why I have Scripts folder inside my Dropbox:\PowerShell\Profile.
Read MoreAs PowerShell drives are really useful concept, many people use it a lot. I also created some PSDrives for parts of my system I am accessing frequently.
Read MoreI frequently use different credentials to connect to some of my servers. Oh man, I wish I have just one account J As Configuration Manager is based on WMI, my most frequently used cmdlet is Get-WmiObject.
Read MoreWhen I was asked to provide some PowerShell tips, I decided to look at the first possible place–my $profile. When I started working with PowerShell few years ago I was looking for solution to have scripts available on all of my computers.
Read More