| Title | Author | Age | Description |
|---|---|---|---|
| Get-LocalGroups | tojo2000 | 386 days ago | I import this as a module because it depends on the other two functions. You could easily dot-source it as well. Requires v2 CTP3 or higher to get the help documentation to work. |
| Get-LocalGroups | tojo2000 | 386 days ago | I import this as a module because it depends on the other two functions. You could easily dot-source it as well. Requires v2 CTP3 or higher to get the help documentation to work. |
| egg_timer | tojo2000 | 426 days ago | A script I submitted for Event 10 of the Scripting games. Displays a simple Windows Form that counts down three minutes. It makes a good example for using Windows forms. |
| egg_timer | tojo2000 | 426 days ago | A script I submitted for Event 10 of the Scripting games. Displays a simple Windows Form that counts down three minutes. It makes a good example for using Windows forms. |
| egg_timer | tojo2000 | 426 days ago | A script I submitted for Event 10 of the Scripting games. Displays a simple Windows Form that counts down three minutes. It makes a good example for using Windows forms. |
| Get-DirSize | tojo2000 | 429 days ago | A v2.0 function to recursively get the sizes of all subdirectories under a root path. |
| Get-ChildItemRecurse | tojo2000 | 472 days ago | A recursive function that allows the user to do a container search and specify the number of levels they would like to recurse. (Requires v2.0 CTP3 or later) |
| Get-RecurseMember | tojo2000 | 487 days ago | A function for recursively getting a list of unique users that are members of a Domain Group. |
| Get-RecurseMember | tojo2000 | 487 days ago | A function for recursively getting a list of unique users that are members of a Domain Group. |
| Convert-StringSID | tojo2000 | 489 days ago | Converts a string containing the SDDL SID format (e.g. ‘S-1-5-21-39260824-743453154-142223018-195717’) to a Win32_SID WMI object. Also adds a property with the base64 encoded binary SID to match the format used by some AD backup utilities. |
PowerShell Code Repository