What Are You Doing Right Now
-
Finding more ways to do some simple Windows administration tasks using Powershell rather than a GUI tool. Yay more efficiency!
-
@eddiejennings said in What Are You Doing Right Now:
Finding more ways to do some simple Windows administration tasks using Powershell rather than a GUI tool. Yay more efficiency!
We've increased the efficiency of PowerShell here by calling it from Linux boxes. We've gained a huge amount of automation performance from that. So silly, but it really works.
-
listening to the CWS baseball game during my lunch
-
@scottalanmiller said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Finding more ways to do some simple Windows administration tasks using Powershell rather than a GUI tool. Yay more efficiency!
We've increased the efficiency of PowerShell here by calling it from Linux boxes. We've gained a huge amount of automation performance from that. So silly, but it really works.
Can you actually do manage Windows stuff from Linux with PowerShell now?
-
@dafyre said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Finding more ways to do some simple Windows administration tasks using Powershell rather than a GUI tool. Yay more efficiency!
We've increased the efficiency of PowerShell here by calling it from Linux boxes. We've gained a huge amount of automation performance from that. So silly, but it really works.
Can you actually do manage Windows stuff from Linux with PowerShell now?
Yes.
-
@coliver said in What Are You Doing Right Now:
@dafyre said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Finding more ways to do some simple Windows administration tasks using Powershell rather than a GUI tool. Yay more efficiency!
We've increased the efficiency of PowerShell here by calling it from Linux boxes. We've gained a huge amount of automation performance from that. So silly, but it really works.
Can you actually do manage Windows stuff from Linux with PowerShell now?
Yes.
Ah, cool. Then I may need to test some stuff... Does it have the Active Directory modules and such yet?
-
@dafyre said in What Are You Doing Right Now:
@coliver said in What Are You Doing Right Now:
@dafyre said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Finding more ways to do some simple Windows administration tasks using Powershell rather than a GUI tool. Yay more efficiency!
We've increased the efficiency of PowerShell here by calling it from Linux boxes. We've gained a huge amount of automation performance from that. So silly, but it really works.
Can you actually do manage Windows stuff from Linux with PowerShell now?
Yes.
Ah, cool. Then I may need to test some stuff... Does it have the Active Directory modules and such yet?
It's Powershell 6.0. I believe it can do whatever you can do on Windows... but I haven't really tested it yet.
-
@dafyre said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Finding more ways to do some simple Windows administration tasks using Powershell rather than a GUI tool. Yay more efficiency!
We've increased the efficiency of PowerShell here by calling it from Linux boxes. We've gained a huge amount of automation performance from that. So silly, but it really works.
Can you actually do manage Windows stuff from Linux with PowerShell now?
Oh yeah, you can do anything.
-
@coliver said in What Are You Doing Right Now:
@dafyre said in What Are You Doing Right Now:
@coliver said in What Are You Doing Right Now:
@dafyre said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Finding more ways to do some simple Windows administration tasks using Powershell rather than a GUI tool. Yay more efficiency!
We've increased the efficiency of PowerShell here by calling it from Linux boxes. We've gained a huge amount of automation performance from that. So silly, but it really works.
Can you actually do manage Windows stuff from Linux with PowerShell now?
Yes.
Ah, cool. Then I may need to test some stuff... Does it have the Active Directory modules and such yet?
It's Powershell 6.0. I believe it can do whatever you can do on Windows... but I haven't really tested it yet.
No, you are thinking of PowerShell on Linux to manage Windows remotely. We are using BASH on Linux to run PowerShell remotely. So the version of PowerShell is whatever is installed on Windows.
-
PowerShell on Linux is for managing Linux with PowerShell. We are using Linux to manage Windows boxes. So the PowerShell in question is on Windows. We can use anything... BASH, ZSH, PowerShell, GUI on Linux side.
-
@scottalanmiller said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Finding more ways to do some simple Windows administration tasks using Powershell rather than a GUI tool. Yay more efficiency!
We've increased the efficiency of PowerShell here by calling it from Linux boxes. We've gained a huge amount of automation performance from that. So silly, but it really works.
What do you mean, using PSCore on Linux to automate tasks on Windows? PSCore is still lacking a lot of functions.
-
@scottalanmiller said in What Are You Doing Right Now:
@coliver said in What Are You Doing Right Now:
@dafyre said in What Are You Doing Right Now:
@coliver said in What Are You Doing Right Now:
@dafyre said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Finding more ways to do some simple Windows administration tasks using Powershell rather than a GUI tool. Yay more efficiency!
We've increased the efficiency of PowerShell here by calling it from Linux boxes. We've gained a huge amount of automation performance from that. So silly, but it really works.
Can you actually do manage Windows stuff from Linux with PowerShell now?
Yes.
Ah, cool. Then I may need to test some stuff... Does it have the Active Directory modules and such yet?
It's Powershell 6.0. I believe it can do whatever you can do on Windows... but I haven't really tested it yet.
No, you are thinking of PowerShell on Linux to manage Windows remotely. We are using BASH on Linux to run PowerShell remotely. So the version of PowerShell is whatever is installed on Windows.
Just got to the answer.
-
@scottalanmiller said in What Are You Doing Right Now:
PowerShell on Linux is for managing Linux with PowerShell. We are using Linux to manage Windows boxes. So the PowerShell in question is on Windows. We can use anything... BASH, ZSH, PowerShell, GUI on Linux side.
You're using the built in OpenSSH functionality?
-
@coliver said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
PowerShell on Linux is for managing Linux with PowerShell. We are using Linux to manage Windows boxes. So the PowerShell in question is on Windows. We can use anything... BASH, ZSH, PowerShell, GUI on Linux side.
You're using the built in OpenSSH functionality?
That's the only reliable way I've found to remotely connect from Linux to Windows to issue PS commands.
-
@coliver said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
PowerShell on Linux is for managing Linux with PowerShell. We are using Linux to manage Windows boxes. So the PowerShell in question is on Windows. We can use anything... BASH, ZSH, PowerShell, GUI on Linux side.
You're using the built in OpenSSH functionality?
That's all I could think of.
-
Was thinking maybe they are running them via salt but kind of doubt that.
-
@coliver said in What Are You Doing Right Now:
Was thinking maybe they are running them via salt but kind of doubt that.
Salt does PowerShell easy but I don't think that's what he meant.
-
Looks like Reddit's having some issues.
-
@obsolesce said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Finding more ways to do some simple Windows administration tasks using Powershell rather than a GUI tool. Yay more efficiency!
We've increased the efficiency of PowerShell here by calling it from Linux boxes. We've gained a huge amount of automation performance from that. So silly, but it really works.
What do you mean, using PSCore on Linux to automate tasks on Windows? PSCore is still lacking a lot of functions.
No, not needed. You normally automate on the target, not on the workstation.
-
@coliver said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
PowerShell on Linux is for managing Linux with PowerShell. We are using Linux to manage Windows boxes. So the PowerShell in question is on Windows. We can use anything... BASH, ZSH, PowerShell, GUI on Linux side.
You're using the built in OpenSSH functionality?
Yes, works great.