• electric_nan@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    3 days ago

    I genuinely think you may just be more familiar with PS. I use “Get-Printer” all the time, but it’s not like I was able to discover that command or syntax without web searches. Same with “cp” in bash. I had to learn it and use it, but I’m never going to forget it now. Something that seems inconsistent/unintuitive to me in PS, is some commands specify an object with:

    -Name ="the name"
    

    Other times it’s like:

    Name "the name"
    

    I keep a notebook handy for things that I use as frequently as several times a week.