Monday, July 15, 2019

Learn Windows PowerShell in a Month of Lunches, Third Edition

Here is one of the best book to start learning PowerShell

http://www.gtfo.org/temp/ebooklist/Learn_Windows_PowerShell_in_a_Month_of_L.pdf


No comments:

Post a Comment

How to suspend an script activity Temporarily ?

There are situations where the script execution needs to be suspended or paused for few milliseconds or seconds. PowerShell Syntax St...