| Title | Author | Age | Description |
|---|---|---|---|
| Untitled | Bernd Kriszio | 11 days ago | Use SSRS ReportViewer with PowerShell, use parameters and catch navigate event |
| Compare 2 foldertrees | Bernd Kriszio | 81 days ago | a small script to find changed files between 2 to foldertrees. Added call to diffmerge (from VS 2008) |
| Compare 2 foldertrees | Bernd Kriszio | 81 days ago | a small script to find changed files between 2 to foldertrees. |
| Del. TrailingBlank (ISE) | Bernd Kriszio | 175 days ago | This function is intended to be uses as ISE add on. |
| Out-IseFile | Bernd Kriszio | 177 days ago | PowerShells wrapping behaviour may be adequate for the console host. Using ISE it’s far from the optimal. But you don’t need to use the output pane. Send your output to a new ISE Editor. To see the difference just try: |
| Write-IseFile | Bernd Kriszio | 180 days ago | If you are using ISE put this file anywhere into your PATH and functions depending on it can use it.
. . Require-Function Write-IseFile
|
| New-IseFile | Bernd Kriszio | 180 days ago | If you are using ISE put this file anywhere into your PATH and functions depending on it can use it.
. . Require-Function New-ISEFile
|
| Require-Function | Bernd Kriszio | 180 days ago | This is a bit similar to Python import module. If a function is present, nothing happens, otherwise Path is searched for a file with the functionname and the extension .ps1 and that file is dot sourced |
| Save-CurrentFile (ISE) | Bernd Kriszio | 321 days ago | Why to use a FileselectionBox to save your fresh files from ISE, don’t you know your file system? OK perhaps an encoding parameter would be fine, but please don’t default it to ASCII. |
| Get-TwitterReply | Bernd Kriszio | 333 days ago | Get-TwitterReply modification get all replies |
PowerShell Code Repository