cmdlets
Tag details
Welcome to the 'cmdlets' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'cmdlets'.
Look up
"cmdlets"
at The Free Dictionary
Latest blogosphere posts tagged “cmdlets”
-
PowerShell 2.0 goes RTM for ALL Platforms
Nivot Ink —
Authority: 408
( from: http://support.microsoft.com/default.aspx/kb/968929 –downloads at foot of page ) Windows PowerShell is a command-line shell and scripting language that is designedfor system administration and Automation. Built on the Microsoft .NET Framework, ...1 week 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 -
Add filepath to ConvertTo-HTML
Dmitry's PowerBlog: PowerShell and beyond —
Authority: 487
Converting PowerShell data into an HTML report and save it to disk with no need for extra pipeline has long been my dream. Unfortunately, there’s no native Export-HTML cmdlet (unlike, say, Export-CSV ), and ConvertTo-HTML does not have -Path parameter and only displays the html code on the screen (very useful ...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