#PSTip Print a Word document using the Start-Process cmdlet
Note: This tip requires PowerShell 2.0 or above. In an earlier tip, we saw how we can get the supported verbs for a given file type to use with Start-Process cmdlet.
Read MoreNote: This tip requires PowerShell 2.0 or above. In an earlier tip, we saw how we can get the supported verbs for a given file type to use with Start-Process cmdlet.
Read MoreNote: This tip requires PowerShell 2.0 or above. We know that Start-Process cmdlet can be used to start a new process.
Read MoreYou have a collection of values in a variable. When you pipe the variable to the Get-Member cmdlet you get the type and members of each item in that collection.
Read MoreWhenever you use Windows Management Instrumentation (WMI), the result always comes back with a list of system properties. WMI system properties are associated with all classes and instances of classes, and begin with a double underscore.
Read MoreGoing through folders, you sometimes find yourself in some strangely named ones you are sure you’ll have to revisit again. To avoid searching for the folders after some digging around, use the pushd (Push-Location) command to save your current …
Read MoreNote: This tip requires PowerShell 1.0 or above. In an earlier tip, we showed you how to create a file of the specified size.
Read More