Navigation

    ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. FrostyPhoenix
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    FrostyPhoenix

    @FrostyPhoenix

    Desktop Engineer by day, business developer by night, parent and partner 24x7x365.

    I love working with technology. I love helping people. I love impacting the world and dinging the universe.

    Here to help, grow, and give back.

    39
    Reputation
    54
    Posts
    547
    Profile views
    3
    Followers
    5
    Following
    Joined Last Online
    Location New York City Age 35

    FrostyPhoenix Follow

    Posts made by FrostyPhoenix

    • RE: IT career

      Welcome!!

      posted in IT Careers
      FrostyPhoenix
    • RE: Favorite Linux Distro

      @stacksofplates said in Favorite Linux Distro:

      Fedora

      Why?

      posted in IT Discussion
      FrostyPhoenix
    • RE: Favorite Linux Distro

      @wirestyle22 said in Favorite Linux Distro:

      Depends on what I want to do with it

      Elaborate....

      posted in IT Discussion
      FrostyPhoenix
    • Favorite Linux Distro

      Sound off...
      Favorite Linux distro? Mine? Linux Mint...
      if only Skype allowed multi-video stream conferencing on Linux 😞

      And...go!

      posted in IT Discussion
      FrostyPhoenix
    • RE: What did you have for lunch or dinner today?

      a 75 cent coffee from the corner bodega. You can take me out of NYC, can never take NYC out of me. 🙂

      posted in Water Closet
      FrostyPhoenix
    • RE: What Are You Doing Right Now

      @JaredBusch said in What Are You Doing Right Now:

      For some reason there are only now 2 DosEquis left in the fridge.

      I'm a Stella Artois man myself

      posted in Water Closet
      FrostyPhoenix
    • RE: What Are You Doing Right Now

      @scottalanmiller said in What Are You Doing Right Now:

      0_1470422322918_image.jpeg

      It's beer time.

      Pair that with a sub, and I'm in!

      posted in Water Closet
      FrostyPhoenix
    • RE: Add Active Directory User to Group using PowerShell

      @scottalanmiller said in Add Active Directory User to Group using PowerShell:

      When we work strictly from Windows Server Core installations we need to be able to do everything from the command line, even user management. Let's add a user that already exists into a group that already exists in Active Directory using only PowerShell.

      To do this we have the handy Add-ADGroupMember PowerShell commandlet. This is very easy to use in its basic form, all we need is the name of the group and of the user that we want to add. In this case, I want to add user jane to the group "Domain Admins".

      Add-ADGroupMember "Domain Admins" jane
      

      That's it, jane is added automatically. This process, like most, is silent on success. To verify that all is as we want it to be, we can use the Get-ADGroupMember command to look up the members of a group.

      Get-ADGroupMember "Domain Admins"
      

      Can also do
      Add-ADGroupMember -identity "Domain Admins" -members "jane" -WhatIf
      to see if it gets added before actually running the command.

      posted in IT Discussion
      FrostyPhoenix
    • RE: What are your sales email no-nos?

      @nadnerB Cyanide and Happiness is one of my fave comics!

      posted in IT Business
      FrostyPhoenix