Welcome!!

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.
Posts made by FrostyPhoenix
-
Favorite Linux Distro
Sound off...
Favorite Linux distro? Mine? Linux Mint...
if only Skype allowed multi-video stream conferencing on LinuxAnd...go!
-
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.
-
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
-
RE: What Are You Doing Right Now
@scottalanmiller said in What Are You Doing Right Now:
It's beer time.
Pair that with a sub, and I'm in!
-
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. -
RE: What are your sales email no-nos?
@nadnerB Cyanide and Happiness is one of my fave comics!