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

    What Are You Doing Right Now

    Scheduled Pinned Locked Moved Water Closet
    time waster
    88.9k Posts 285 Posters 43.0m Views
    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.
    • EddieJenningsE
      EddieJennings
      last edited by

      Discovering curious things about PowerShell remoting.

      [hypervlab01]: PS D:\Nano> echo "fooadmin01 172.16.1.36" >> C:\Windows\system32\drivers\etc\hosts

      yields this line in the host file

      f o o a d m i n 0 1 1 7 2 . 1 6 . 1 . 3 6

      I know there's another way to add a line to the end of a text file with PowerShell, but I thought the above result was . . .interesting.

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

        @EddieJennings said in What Are You Doing Right Now:

        Discovering curious things about PowerShell remoting.

        [hypervlab01]: PS D:\Nano> echo "fooadmin01 172.16.1.36" >> C:\Windows\system32\drivers\etc\hosts

        yields this line in the host file

        f o o a d m i n 0 1 1 7 2 . 1 6 . 1 . 3 6

        I know there's another way to add a line to the end of a text file with PowerShell, but I thought the above result was . . .interesting.

        Bah. Realized I had the IP and hostname backwards, but even doing it properly, yields the odd spacing.

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

          For those keeping score, this worked fine add-content -path $pathToHostsFile -value "IP hostname".

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

            @EddieJennings said in What Are You Doing Right Now:

            @EddieJennings said in What Are You Doing Right Now:

            Discovering curious things about PowerShell remoting.

            [hypervlab01]: PS D:\Nano> echo "fooadmin01 172.16.1.36" >> C:\Windows\system32\drivers\etc\hosts

            yields this line in the host file

            f o o a d m i n 0 1 1 7 2 . 1 6 . 1 . 3 6

            I know there's another way to add a line to the end of a text file with PowerShell, but I thought the above result was . . .interesting.

            Bah. Realized I had the IP and hostname backwards, but even doing it properly, yields the odd spacing.

            cmd /c echo "172.16.1.36 fooadmin01" >> c:\windows\system32\drivers\etc\hosts

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

              IP goes first in hosts file, followed by at least one space, and then the host name or fqdn

              1 Reply Last reply Reply Quote 0
              • DonahueD
                Donahue
                last edited by

                We went down to bourbon street tonight right before the saints beat the rams. It was ...interesting.

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

                  @Donahue said in What Are You Doing Right Now:

                  We went down to bourbon street tonight right before the saints beat the rams. It was ...interesting.

                  Yeah, it's okay. But so touristy.

                  1 Reply Last reply Reply Quote 0
                  • jmooreJ
                    jmoore @scottalanmiller
                    last edited by

                    @scottalanmiller That's my family. When I'm home, its like 3 sirens going off at once.

                    1 Reply Last reply Reply Quote 0
                    • jmooreJ
                      jmoore @EddieJennings
                      last edited by

                      @EddieJennings Everquest! My rogue is 110 with 16k aa's and my shadowknight is 107 with 18k aa's. Been raiding with the rogue more recently. He does around 90k dps on raid encounters

                      JaredBuschJ EddieJenningsE 2 Replies Last reply Reply Quote 1
                      • WrCombsW
                        WrCombs
                        last edited by

                        Happy Monday everyone

                        1 Reply Last reply Reply Quote 0
                        • JaredBuschJ
                          JaredBusch @jmoore
                          last edited by

                          @jmoore said in What Are You Doing Right Now:

                          @EddieJennings Everquest! My rogue is 110 with 16k aa's and my shadowknight is 107 with 18k aa's. Been raiding with the rogue more recently. He does around 90k dps on raid encounters

                          @EddieJennings only play on Project 1999. An offshoot of the EQ Emulator project.

                          1 Reply Last reply Reply Quote 1
                          • jmooreJ
                            jmoore @Obsolesce
                            last edited by

                            @Obsolesce Our boys sound similar. My 3 year old was chasing me around the house trying to headbutt me

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

                              Found a powershell script to sort my mums 120GB worth of photos into folders based on Date taken 🙂

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

                                Trying to find part numbers and prices for the modules for a Dell Networking N4064 Switch (it has fixed QSPF+) but says has an "Expansion" slot but i can't find the parts list

                                1 Reply Last reply Reply Quote 0
                                • travisdh1T
                                  travisdh1
                                  last edited by

                                  Looking at the UCS NextCloud thing, wondering if it's easier to get connected to AD.

                                  https://www.univention.com/products/univention-app-center/app-catalog/nextcloud/

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

                                    @travisdh1 said in What Are You Doing Right Now:

                                    Looking at the UCS NextCloud thing, wondering if it's easier to get connected to AD.

                                    https://www.univention.com/products/univention-app-center/app-catalog/nextcloud/

                                    Unlikely, it is probably just NC being installed through an app store.

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

                                      It's not up to date, either.

                                      travisdh1T 1 Reply Last reply Reply Quote 0
                                      • travisdh1T
                                        travisdh1 @scottalanmiller
                                        last edited by

                                        @scottalanmiller said in What Are You Doing Right Now:

                                        It's not up to date, either.

                                        Well, forget that then.

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

                                          @travisdh1 said in What Are You Doing Right Now:

                                          @scottalanmiller said in What Are You Doing Right Now:

                                          It's not up to date, either.

                                          Well, forget that then.

                                          Yeah, it's not much out of date, but that's a show stopper for me for bundles like that.

                                          travisdh1T 1 Reply Last reply Reply Quote 1
                                          • travisdh1T
                                            travisdh1 @scottalanmiller
                                            last edited by

                                            @scottalanmiller said in What Are You Doing Right Now:

                                            @travisdh1 said in What Are You Doing Right Now:

                                            @scottalanmiller said in What Are You Doing Right Now:

                                            It's not up to date, either.

                                            Well, forget that then.

                                            Yeah, it's not much out of date, but that's a show stopper for me for bundles like that.

                                            I somehow stumbled over a link to that in the NextCloud docs and thought I'd give it a look. After looking at it, just use NextCloud and connect it to AD if needed.

                                            1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 4443
                                            • 4444
                                            • 4 / 4444
                                            • First post
                                              Last post