| Title | Author | Age | Description |
|---|---|---|---|
| Get-DLRestriction | Dmitry Sotnikov | 62 days ago | Uses QAD cmdlets to retrieve distribution list restriction attributes and then provides a list of users which can send email messages to the group. |
| Get-DLRestriction | Dmitry Sotnikov | 62 days ago | Uses QAD cmdlets to retrieve distribution list restriction attributes and then provides a list of users which can send email messages to the group. |
| PowerShell script config | Dmitry Sotnikov | 82 days ago | Stores script configuration on computer. This one is generic and would work with any PowerShell script/tool. A more PowerGUI specific one can be found at: http://dmitrysotnikov.wordpress.com/2010/05/07/storing-powergui-add-on-configuration |
| Test-QADObject | Dmitry Sotnikov | 128 days ago | Check if the AD object/path exists. Accepts DN, SID, GUID, UPN, samAccountName, Name or Domain\Name. Returns $true or $false. |
| Select w/ subproperties | Dmitry Sotnikov | 185 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 | 191 days ago | Add this function to your profile to make Export-CSV cmdlet handle -Append parameter |
| Get-UserWithManyGroups | Dmitry Sotnikov | 290 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 | 294 days ago | This is ConvertTo-HTML with -Path parameter added to specify the output file. E.g. |
| Prevent-Screensaver | Dmitry Sotnikov | 395 days ago | Simulate user activity to prevent desktop lock or screensaver for specified period of time |
| Set-PowerGUIWelcomePage | Dmitry Sotnikov | 428 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 |
PowerShell Code Repository