#PSTip Overriding the ToString() Method, part II
Note: This tip requires PowerShell 2.0 or above. In this neat tip Jakub showed a way to control the output of the ToString method by exposing a ToString function.
Read MoreNote: This tip requires PowerShell 2.0 or above. In this neat tip Jakub showed a way to control the output of the ToString method by exposing a ToString function.
Read MoreNote: This tip requires PowerShell 2.0 or above. In this very helpful tip, Bartek shown us how to create a custom object using the New-Module cmdlet and how to constrain the data the object can hold.
Read MoreIn an earlier article, I showed you how to use the Copy-VMFile cmdlet. However, if you have paid attention and really used it, you will know that it cannot be used to copy a folder completely with its contents in a recursive manner.
Read MoreNote: This tip requires PowerShell 3.0 or above. If you get a list of CIM class properties you’ll notice the CimType property.
Read MoreNote: This tip requires PowerShell 3.0 or above. The WMI class Win32_Share gives us the information about all network shares that exist on the local machine.
Read MoreNote: This tip requires PowerShell 3.0 or above. Some of the WMI queries require that we specify the folder path with an escaped path separator.
Read More