Tag: PowerShell 2.0 (Page 2/2)

#PSTip Creating flagged enumerations in PowerShell
At times, we may want to create an enumeration object in which a combination of different constants means different values…
Read More
#PSTip Starting and Stopping services on remote computers
Consider the following PowerShell 2.0 command: What do you think is happening here? You get the Windows Update service from…
Read More