Jump to content

Recommended Posts

Posted

Hi all,

 

Been quite at work the last couple of days and though I have things to do would like to start off learning some coding. I would like to look at Powershell and Python, but I know in my day to day job as a Windows admin would be better off starting with Powershell. Can anyone recommend a good online (free preferably) Powershell course?

 

Cheers

Posted

there is a "learn powershell" in a month of lunches which is supposed to be good.

i wouldnt say i "code" in powershell but made a bit of time to learn how to use some of the cmdlets to automate certain things

  • 2 weeks later...
Posted

I'd recommend having a problem to solve then Google how'd you'd write it. If you already know a programming language, it'll make it alot easier - you know about variables, loops etc.

 

Few quick tips:

use version control

-eq is equals, not = or ==

stuff is case sensitive so -eq and -ieq (not case sensitive equals)

prefix stuff with # for commits

use version control - seriously, doesn't make if you don't think it'll become anything, version control it - the undelete ability is worth it, as well as the file diff

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...