oneliner
Tag details
Welcome to the 'oneliner' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'oneliner'.
Look up
"oneliner"
at The Free Dictionary
Latest blogosphere posts tagged “oneliner”
-
Top 10 Photos of the Week
Impact Lab —
Authority: 539
Somehow judgement day feels different when you’re a highly trained cow The reason why we spend time putting together this weekly assortment of “life beyond the edge” photos is because creativity is inspiring. Ingenuity has a way of unleashing the inner trolls in each of us and replacing them with the kinder, ...2 weeks ago -
Find users in too many groups
Dmitry's PowerBlog: PowerShell and beyond —
Authority: 487
Large Kerberos tokens (caused by too many groups listed in them) can be an issue in some environments (I’ve just had a similar trouble myself in an ADFS deployment). Luckily PowerShell is here to help. This quick script will list all users who are members of more than 75 groups: $limit = 75 ...3 weeks ago -
PowerShell One-Liner: Get-PrimaryIPAddress
TechProsaic —
Authority: 103
Update @ 3:58 pm : At risk of losing the one-liner nomenclature at a very worthwhile increase in speed, read below. The One-Liner WMI Version One-liner to retrieve the first IP address of the first adapter which has a default gateway set. This is a very reliable, yet not perfect technique for determining the "right" ...4 weeks ago -
Get a list of users’ email addresses
Dmitry's PowerBlog: PowerShell and beyond —
Authority: 487
Here’s a one-liner to turn members of a group into a list of email addresses, separated by semicolon. I am using it every now and then when someone from our partners (which obviously do not have access to our address book) ask me for a list of folks to include in some discussions, or grant access to some resources, ...4 weeks ago