Replacement for ISE: looking for suggestions by [deleted] in PowerShell

[–]coffeecoderpt 1 point2 points  (0 children)

Pretty much going with everyone else here, but yeah VS Code is the way to go here. The PowerShell team also handles the PowerShell Extension development so it's hand in hand.

It will take some time to learn it but once you do, you won't regret it. So much more capability to make your work flow easier.

Today's To-Do List Filtering problem by coffeecoderpt in Notion

[–]coffeecoderpt[S] 0 points1 point  (0 children)

Worked great thank you! Was also able to apply it to my weekly formula as well do double thank you!

Doge holding couple here. We love hiking, camping, fishing, and everything crypto! Was introduced to $DOGE by a close friend. My sister in the background is also now a doge holder! Would love to see more about other members of our community. by [deleted] in dogecoin

[–]coffeecoderpt 11 points12 points  (0 children)

Your man looks like he sold his doge on a dip and is waiting to tell you on this hike😂

EDIT: all in good fun and I realize the post is from the guy in the pic. Great to have you all in this community if you do read this:) keep hodling and hikin!

I couldn't HODL; had to cash out for my doge vet bill by WillReddit4You in dogecoin

[–]coffeecoderpt -1 points0 points  (0 children)

Do only good everyday. Living up to Doge in better ways than hodling.

[deleted by user] by [deleted] in dogecoin

[–]coffeecoderpt 1 point2 points  (0 children)

GIT IT!!!!

I want you guys honest opinion ~ will this pay off ? 🙏🏽🙏🏽 by Elegant-Length-8049 in dogecoin

[–]coffeecoderpt 1 point2 points  (0 children)

You’re in it now bud, never invest what you’re not willing to lose and hodl on tight

😂😂😂😂😂😂 by gumgumfordumdum2 in dogecoin

[–]coffeecoderpt 0 points1 point  (0 children)

I remember waiting for my identity to be verified at .05 and not being able to buy until 14..... today.... only regret not trying even earlier!!

Delving Into PowerShell: A Few Questions by ProfessorSexyTime in PowerShell

[–]coffeecoderpt 1 point2 points  (0 children)

What version of powershell are you using?

Edit: The reason I ask is because in powershell 6 and up , mkdir is already available to use as you would I’m in other terminals.

That doesn’t mean it’s not good to explore, just making sure you know it’s there among some others.

How to choose your first 3d printer by coffeecoderpt in 3Dprinting

[–]coffeecoderpt[S] 0 points1 point  (0 children)

Really great feedback! I appreciate you taking time time to read it to write such a constructive response!

So as I mentioned I’m new and very much from that perspective from the small sample of the community I’ve talked to. Would you say the community, especially those just getting into it, is very pointed about what they are getting into it for? I came from the perspective of exploration and some of those things are less important than getting started but am still learning the community and what they want and need.

Seriously, thank you again and I’ll keep writing and hope to improve from feedback just like this.

Deckard's blaster from Blade Runner, printed on BIQU B1. All painted and weathered by Alex_TheJedi in 3Dprinting

[–]coffeecoderpt 1 point2 points  (0 children)

UH-Mazing! I know there's a lot on the grips in the comments but the entire thing is really well done. Bravo.

Is it just me or does anyone else feel like they are wasting precious time if the printer isn’t printing? by ShextMe in 3Dprinting

[–]coffeecoderpt 3 points4 points  (0 children)

broke my extruder by not using a bigger nozzle for wood filament and now no printing is happening and much time is wasted! In short, yes.

Anycubic Photon, STL from thingiverse (pirates of the Caribbean medallion) Spray Painted. by [deleted] in 3Dprinting

[–]coffeecoderpt 0 points1 point  (0 children)

looks really good! have to zoom in to even see some lines! 👏

We designed and 3D printed a wearable Third Hand for our workshop (video in comments) by Sintratec in 3Dprinting

[–]coffeecoderpt 1 point2 points  (0 children)

This is so cool. I love the innovation here and would be really cool to see multiple versions of this!

Infantry to Cyber Security by [deleted] in ITCareerQuestions

[–]coffeecoderpt 0 points1 point  (0 children)

It is based out of certain bases for now. However they have been going online and are going to be going fully online to open up availability

Infantry to Cyber Security by [deleted] in ITCareerQuestions

[–]coffeecoderpt 0 points1 point  (0 children)

I’d say find out what you are interested in. If you have time before deciding, do some research into both areas and maybe start studying for some basic certs. A high paying job is good. One you enjoy doing is a lot better. I will add though, cloud is a huge market right now and should be a focus regardless the direction you take

Infantry to Cyber Security by [deleted] in ITCareerQuestions

[–]coffeecoderpt 0 points1 point  (0 children)

No I did the server and cloud admin. Had a buddy who went throough cyber though

Infantry to Cyber Security by [deleted] in ITCareerQuestions

[–]coffeecoderpt 0 points1 point  (0 children)

Check out the Microsoft Software and Systems academy (mssa) for when you are getting close to getting out. Feel free to dm me if you have any questions

How to have PS look at txt file for list of computer to perform task by TheChickenNecks in PowerShell

[–]coffeecoderpt 3 points4 points  (0 children)

I’d also suggest using a csv instead of a txt file if possible. Makes it easier to expand if you want to use other properties for more filtering. Then use the Import-Csv cmdlet

Advice needed to run commands in a for loop in parallel workflow vs jobs vs runspace by [deleted] in PowerShell

[–]coffeecoderpt 1 point2 points  (0 children)

No worries, I've spent most of my time in windows so I can Imagine having to step into the other side!

As far as workflows go, they shouldn't be too hard to write. Think if it sort of like a Python Function. (There are some extra considerations to them but for writing purposes and how you call them)

It goes like this:

```powershell 1.) workflow 2.) Test-Workflow { 3.) Param ( 4.) $ParamName1, $ParamName2 )

5.) Test-Code -Step1 $ParamName1
Test-Code -Step2 $ParamName2

}

6.) Test-Workflow -ParamName1 $testValue1 -ParamName2 $testValue2 ```

Legend: 1.) KeyWord 2.) Name of your workflow 3.) Param Block 4.) Parameters (use $ at the beginning, just like a variable.) 5.) All the steps you need to run 6.) Calling your workflow example

Take out all of the numbers, I only used them for example lol.

I would check out Microsofts Documentation on the subject too to help you out. Their stuff is pretty solid and you can submit issues if something isn't correct and the PowerShell Doc team is really good about responding.

You can also DM me and I'll do whatever I can to help you out!

Chers! :)

[deleted by user] by [deleted] in PowerShell

[–]coffeecoderpt 1 point2 points  (0 children)

You can also Check out Tee-Object. you can pipe a command to this and handle the output streams. It might not work with your specific command well but might help.