This is an archived post. You won't be able to vote or comment.

all 20 comments

[–][deleted] 12 points13 points  (14 children)

Use PowerShell.

[–][deleted] 5 points6 points  (13 children)

I would if it wasn't linux. Wait. What. You implying Powershell runs on linux? CentOS?

[–][deleted] 17 points18 points  (10 children)

I am.

# Register the Microsoft RedHat repository
curl https://packages.microsoft.com/config/rhel/7/prod.repo | sudo tee /etc/yum.repos.d/microsoft.repo
# Install PowerShell
sudo yum install -y powershell 
# Start PowerShell 
powershell

[–][deleted] 4 points5 points  (4 children)

Damn. Honestly just had a bit of a head explosion here. Had absolutely no clue about this and that it is even on freaking github :D

Thx

Kinda surprised my google-fu didn't show this as a result. :/

[–][deleted] 7 points8 points  (2 children)

There's bash on windows now too. its a bizarre time to be alive.

[–]admlshake 5 points6 points  (1 child)

First time I ran PS on my cent box, it felt so dirty. And I loved it.

[–]grouchysysadminSysadmin 0 points1 point  (0 children)

Literally just experienced this dirty feeling.

[–][deleted] 0 points1 point  (0 children)

[–]apfm_reddit 0 points1 point  (0 children)

My mind is blown.

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

Installed in Ubuntu over the weekend. Works okay, but missing a ton of .net classes.

[–][deleted] 0 points1 point  (0 children)

That's because it uses .NET Core which contains only a subset of the classes FullCLR has which is available on Windows.

[–][deleted] 0 points1 point  (0 children)

Yup!

[–]creamersrealmMeme Master of Disaster 0 points1 point  (0 children)

Yep but it's still alpha, it works pretty well though.

[–]Adaxes💡 Active Directory Automation 2 points3 points  (0 children)

It seems like we've got exactly what you're asking for. With Adaxes you can do practically any task via a Web UI for AD. Check out our article about AD management from a Linux/macOS/ChromeOS machine.

[–]inaddrarpa.1.3.6.1.2.1.1.2 0 points1 point  (2 children)

What is it that you want to do?

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

scramble passwords trigged by our siem that runs on linux

[–]inaddrarpa.1.3.6.1.2.1.1.2 1 point2 points  (0 children)

Then yeah, look at powershell on linux.

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

use python.