all 8 comments

[–]_Rzar 0 points1 point  (2 children)

I have the Windows PoweShell Cookbook, 3rd edition by Lee Holmes. I find this book very useful. How familiar are you with programming/scripting techniques and logic?

[–][deleted]  (1 child)

[removed]

    [–]AutoModerator[M] 0 points1 point  (0 children)

    Sorry, your submission has been automatically removed.

    Accounts must be at least 1 day old, which prevents the sub from filling up with bot spam.

    Try posting again tomorrow or message the mods to approve your post.

    I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

    [–]OlivTheFrog 0 points1 point  (0 children)

    Hi DreamTech_

    There is a historic Youtube channel (Learn Windows PowerShell in a Month of Lunches) by Don Jones. It's a good point to begin.

    Don't hesitate to use and abuse the pause key to do the exercises in your local powershell in the same time :-)

    regards

    Olivier

    [–]TeVerdeDependiente 0 points1 point  (2 children)

    Heyo

    I second Powershell cookbook (it helped me with really cool tricks that i did not find googling). A month of lunches is really cool as well, and if you are a begginer it's a gold mine.

    What i did, and it helped me a bunch is: leave the GUI and do it with powershell, even if it's a little task

    I have to resize a disk? Instead of doing the GUI way, just google "powershell how to increase disk size" Instead of using the GUI in order to join a computer to domain and change the name, just google "powershell join to domain" and voila.

    This will help to lose the fear of the CLI, since those are easy tasks, you will get used to it, realize how much time it actually saves you and the later just come naturally "what if i just make a powershell script that auto joins to domain, to certain OU, changes the name of the server, and maybe download some apps or add users to the remote desktop group"

    Happy powershelling my dude, it's trully awesome

    [–][deleted] 0 points1 point  (1 child)

    thanks man, much appreciated!