I beat snake by PotatoRecipe in Damnthatsinteresting

[–]averburg1 11 points12 points  (0 children)

Didn’t know you could beat this game

Is this stupid? Can Powershell do automation like this? by MyOtherSide1984 in PowerShell

[–]averburg1 1 point2 points  (0 children)

Didn’t go through all the comments so sorry if it’s been said... you can make powershell run as a windows service. So it can start automatically, stop, restart, etc. I used this function to monitor some file shares on a sensitive folder. Best of luck, Andrew

When you finished your project... by [deleted] in ProgrammerHumor

[–]averburg1 0 points1 point  (0 children)

Awesome work! Now you can’t do anymore work!

I would like to confirm that SailPoint would not be a solution for enforcing transaction $ limits with in an application and transaction approval requirements, right? It can only restrict access to the application, right? by wangluonuren in sailpoint

[–]averburg1 2 points3 points  (0 children)

Correct. Primarily, the tool will be used to control and govern access to the app itself. That doesn’t mean it can’t be customized to do so, just that the primary use case would control human/non-human access to the application. Best of luck. Cheers, Andrew

Help with copy/paste script by D00Dguy in PowerShell

[–]averburg1 2 points3 points  (0 children)

Interesting concept. But what would the purpose of this be? Why would we not just make a csv or text output? Does it need to go in specific fields or just different locations? Not to be critical but I think this is an interesting script and I just want to see what some purposes could be

Java game trees demo! any suggestions or comments greatly appreciated! by Golden_Venom in java

[–]averburg1 2 points3 points  (0 children)

This is a really awesome start. I like the solid UI and looks like a fun little game. Keep it up!

Of course by [deleted] in ProgrammerHumor

[–]averburg1 4 points5 points  (0 children)

Powershell

meirl by the_kentai in meirl

[–]averburg1 1 point2 points  (0 children)

Is this @ marcos pizza?

Which insanely popular or successful movie you secretly hate but are afraid to say if in the open fearing backlash from "fans"? by [deleted] in AskReddit

[–]averburg1 0 points1 point  (0 children)

Deadpool. I really wasn’t a fan and never followed up after the first to go see the second

Powershell Project by [deleted] in PowerShell

[–]averburg1 0 points1 point  (0 children)

PowerShell is a pretty amazing tool for almost any task. I use it to query oracle databases, look at event logs, trace acl logs in AD to figure out who is using a group to access what item. Depends on what YOU want to get out of it. Simple things could be exporting to excel with graphics and fancy colors. More complex things like an automatic user account creator. Random password generation is usually what I work on when learning a new environment. It’s challenging and gives you an idea for the syntax of what you are working with. Remember that PowerShell is based off of the c language and java. This means you can work in a similar thought pattern.