ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    What Are You Doing Right Now

    Water Closet
    time waster
    285
    88.9k
    41.4m
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller @Obsolesce
      last edited by

      @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.

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @coliver
        last edited by

        @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.

        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @Obsolesce
          last edited by

          @obsolesce said in What Are You Doing Right Now:

          @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.

          FTFY. Even Windows to Windows, it seems way more robust.

          1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @EddieJennings
            last edited by

            @eddiejennings said in What Are You Doing Right Now:

            @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.

            You can do PSRemoting, too, but why add the hassle?

            EddieJenningsE 1 Reply Last reply Reply Quote 0
            • EddieJenningsE
              EddieJennings @scottalanmiller
              last edited by

              @scottalanmiller said in What Are You Doing Right Now:

              @eddiejennings said in What Are You Doing Right Now:

              @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.

              You can do PSRemoting, too, but why add the hassle?

              Didn't know you could use PSRemoting to connect from Windows to a Linux box.

              wirestyle22W 1 Reply Last reply Reply Quote 0
              • wirestyle22W
                wirestyle22 @EddieJennings
                last edited by wirestyle22

                @eddiejennings 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:

                @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.

                You can do PSRemoting, too, but why add the hassle?

                Didn't know you could use PSRemoting to connect from Windows to a Linux box.

                That is specific to powershell commands I think. PSRemoting specifically

                ObsolesceO 1 Reply Last reply Reply Quote 0
                • ObsolesceO
                  Obsolesce @wirestyle22
                  last edited by

                  @wirestyle22 said in What Are You Doing Right Now:

                  @eddiejennings 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:

                  @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.

                  You can do PSRemoting, too, but why add the hassle?

                  Didn't know you could use PSRemoting to connect from Windows to a Linux box.

                  That is specific to powershell commands I think. PSRemoting specifically

                  Enter-PSSession from Linux to Windows via SSH. That's how I've done it.

                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @Obsolesce
                    last edited by

                    @obsolesce said in What Are You Doing Right Now:

                    @wirestyle22 said in What Are You Doing Right Now:

                    @eddiejennings 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:

                    @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.

                    You can do PSRemoting, too, but why add the hassle?

                    Didn't know you could use PSRemoting to connect from Windows to a Linux box.

                    That is specific to powershell commands I think. PSRemoting specifically

                    Enter-PSSession from Linux to Windows via SSH. That's how I've done it.

                    Yup, it works. Just not as reliable or elegant as SSH.

                    1 Reply Last reply Reply Quote 0
                    • PenguinWranglerP
                      PenguinWrangler @RojoLoco
                      last edited by

                      @rojoloco said in What Are You Doing Right Now:

                      @penguinwrangler they will replay it next week... Tuesday night I think.

                      Yup will be on the road to have my weekly supper with my kids.

                      1 Reply Last reply Reply Quote 0
                      • dafyreD
                        dafyre
                        last edited by

                        Whew... disadvantage when Zeus uses your city as a target practice range. Spend all day taking care of servers that did not reboot properly because a generator's transfer switch didn't switch over like it should have. /sigh.

                        DustinB3403D 1 Reply Last reply Reply Quote 1
                        • DustinB3403D
                          DustinB3403 @dafyre
                          last edited by

                          @dafyre said in What Are You Doing Right Now:

                          Whew... disadvantage when Zeus uses your city as a target practice range. Spend all day taking care of servers that did not reboot properly because a generator's transfer switch didn't switch over like it should have. /sigh.

                          Act's of God aren't covered by insurance 😛

                          dafyreD 1 Reply Last reply Reply Quote 0
                          • black3dynamiteB
                            black3dynamite
                            last edited by

                            Reading about netplan and Windows DHCP Server
                            0_1529358947437_netplan-win-dhcp.png

                            1 Reply Last reply Reply Quote 1
                            • JoyJ
                              Joy @scottalanmiller
                              last edited by

                              @scottalanmiller said in What Are You Doing Right Now:

                              @joy said in What Are You Doing Right Now:

                              Sorting out my playlist for Gold Coast Marathon :woman_running_medium_skin_tone: 🎼

                              Not much longer now.

                              8 days to go :upside-down_face:

                              siringoS 1 Reply Last reply Reply Quote 0
                              • siringoS
                                siringo
                                last edited by

                                Tuesday morning and it's freeezing. Why doesn't heating get under the desk, top half warming up, bottom half feels like I'm sitting in an ice pond.

                                1 Reply Last reply Reply Quote 1
                                • siringoS
                                  siringo @Joy
                                  last edited by

                                  @joy said in What Are You Doing Right Now:

                                  @scottalanmiller said in What Are You Doing Right Now:

                                  @joy said in What Are You Doing Right Now:

                                  Sorting out my playlist for Gold Coast Marathon :woman_running_medium_skin_tone: 🎼

                                  Not much longer now.

                                  8 days to go :upside-down_face:

                                  Good luck with it @Joy

                                  JoyJ 1 Reply Last reply Reply Quote 1
                                  • JoyJ
                                    Joy @siringo
                                    last edited by

                                    @siringo said in What Are You Doing Right Now:

                                    @joy said in What Are You Doing Right Now:

                                    @scottalanmiller said in What Are You Doing Right Now:

                                    @joy said in What Are You Doing Right Now:

                                    Sorting out my playlist for Gold Coast Marathon :woman_running_medium_skin_tone: 🎼

                                    Not much longer now.

                                    8 days to go :upside-down_face:

                                    Good luck with it @Joy

                                    Thank you @siringo , I'm pretty excited :smiling_face_with_open_mouth_smiling_eyes:

                                    1 Reply Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller
                                      last edited by

                                      Ordering in some dinner. Fridge is empty.

                                      JaredBuschJ siringoS 2 Replies Last reply Reply Quote 0
                                      • JaredBuschJ
                                        JaredBusch @scottalanmiller
                                        last edited by

                                        @scottalanmiller said in What Are You Doing Right Now:

                                        Fridge is empty.

                                        They make shops for that. Typically called grocery stores.

                                        1 Reply Last reply Reply Quote 4
                                        • siringoS
                                          siringo @scottalanmiller
                                          last edited by

                                          @scottalanmiller said in What Are You Doing Right Now:

                                          Ordering in some dinner. Fridge is empty.

                                          Empty! What, no beer!

                                          1 Reply Last reply Reply Quote 1
                                          • hobbit666H
                                            hobbit666
                                            last edited by

                                            Feeling upset ....... For the first time since owning a mobile phone I have finally dropped it and cracked a screen 😭.

                                            Now I can't take the piss and laugh at people that do 😪

                                            ObsolesceO scottalanmillerS 2 Replies Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3002
                                            • 3003
                                            • 3004
                                            • 3005
                                            • 3006
                                            • 4443
                                            • 4444
                                            • 3004 / 4444
                                            • First post
                                              Last post