ContributeMost Recent Contributions (feed)
- Split-ByLength
- 5 hours ago
-
http://stackoverflow.com/questions/17171531/powershell-string-to-array/17173367#17173367
- Send-SMSMessage
- 24 hours ago
-
http://en.wikipedia.org/wiki/List_of_SMS_gateways
You can send text messages with send-mailmessage. Really easy. I attempted to do something with it, not sure what though.
- ConvertTo-Hex
- 3 days ago
-
This scConvertTo-Hex S-1-5-21-357043131-537017027-1947940980-1289ript will convert a security identifier (SID) in string format to its hexadecimal equivalent. e.g.
010500000000000515000000BB0B4815C33A022074381B7409050000
- Get-Credential 2.7
- 4 days ago
-
Replaces Get-Credential, with options to set the dialog title and message, as well as defaulting the domain and username, and offering the option to prompt in-line in the console, and to get generic (non-domain) credentials (without a leading “\”). Better in every way than the built-in Get-Credential ;)
This version adds support for serializing passwords.
- Get-Uptime
- 5 days ago
-
Get the system uptime of the localhost or a remote host.
Very nice little script. Here is a modification that uses WMI remote invocation instead of PS remoting. In my experience, this is more likely to succeed.
- Clear-XCAttributes
- 6 days ago
-
Clear displayNamePrintable attribute on AD user objects
- DEMO: Trap Ctrl+C
- 6 days ago
-
This is a demo of one way you could implement handling Ctrl+C (CancelKeyPressed) without using PSEvent or PInvoke …
- ZipFile Module
- 6 days ago
-
New-ZipFile and Expand-ZipFile — two functions for zipping and unzipping the way I like doing it…
- Easy Migration Tool v2.1
- 8 days ago
-
Easy Migration Script for VMware Using PowerCLI – The Easy Migration script enables you to manually VMotion and SVMotion virtual machines very quickly and easily. You don’t have to specify the resource pools and it reduces the amount of mouse clicks required. There is also an Undo feature.
- Exchange PerfCounters
- 9 days ago
-
a quick script to re-create Exchange 2013 performance counters, more information check: http://www.ntsystems.it/post/Exchange-2013-clean-install-but-many-MSExchange-Common-106-errors.aspx
PowerShell Code Repository