| Title | Author | Age | Description |
|---|---|---|---|
| Select w/ subproperties | Dmitry Sotnikov | 45 days ago | Allows to use dots to specify object subproperties in Select-Object. For example: This is the only changed behavior (properties with dots get evaluated as expressions) – everything else stays intact. For more information see: |
| Export-CSV -Append | Dmitry Sotnikov | 51 days ago | Add this function to your profile to make Export-CSV cmdlet handle -Append parameter |
| Get-UserWithManyGroups | Dmitry Sotnikov | 151 days ago | Lists Active Directory user accounts which are members of too many groups, and can thus cause token bloat issues |
| Export-HTML | Dmitry Sotnikov | 154 days ago | This is ConvertTo-HTML with -Path parameter added to specify the output file. E.g. |
| Prevent-Screensaver | Dmitry Sotnikov | 256 days ago | Simulate user activity to prevent desktop lock or screensaver for specified period of time |
| Set-PowerGUIWelcomePage | Dmitry Sotnikov | 289 days ago | This script customizes the welcome screen which PowerGUI admin console displays on start-up or when a folder is selected in the left-hand tree. Version 1.3 makes the script compatible with PowerGUI 1.8 See http://dmitrysotnikov.wordpress.com/2009/02/11/rebranding-powergui-console/ for details |
| Set-PowerGUIWelcomePage | Dmitry Sotnikov | 346 days ago | This script customizes the welcome screen which PowerGUI admin console displays on start-up or when a folder is selected in the left-hand tree. Version 1.2 adds the ability to roll the welcome page back to default See http://dmitrysotnikov.wordpress.com/2009/02/11/rebranding-powergui-consolerebranding-powergui-console/ for details |
| Set-PowerGUIWelcomePage | Dmitry Sotnikov | 359 days ago | This script customizes the welcome screen which PowerGUI admin console displays on start-up or when a folder is selected in the left-hand tree. See http://dmitrysotnikov.wordpress.com/2009/02/11/rebranding-powergui-consolerebranding-powergui-console/ for details |
| Set-PowerGUIWelcomePage | Dmitry Sotnikov | 393 days ago | This script customizes the welcome screen which PowerGUI admin console displays on start-up or when a folder is selected in the left-hand tree. See http://dmitrysotnikov.wordpress.com/2009/02/11/rebranding-powergui-consolerebranding-powergui-console/ for details |
| Convert-PowerPack2Ps1 | Dmitry Sotnikov | 412 days ago | Converts PowerGUI’s .PowerPack files into ps1 script files – each script node, link and action get represented as a function with the element’s name and its code inside. You can then dot-source the file and use the functions in your scripts or command line. Works both in PowerShell v1 and v2. |
PowerShell Code Repository