You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ Some PowerShell scipts that can be hopefully also useful to others. Most of them
62
62
| Invoke-Parser | Utils\Invoke-Parser.ps1 | Uses PowerShell's parser and returns the AST, Tokens and Errors ||[Link](https://github.com/DBremen/PowerShellScripts/blob/master/docs/Invoke-Parser.md)|
63
63
| Migrate-ScheduledTask | Utils\Migrate-ScheduledTask.ps1 | Script to migrate scheduled tasks from Windows XP/Server 2003 to Windows 7/Server 2008 task scheduler ||[Link](https://github.com/DBremen/PowerShellScripts/blob/master/docs/Migrate-ScheduledTask.md)|
64
64
| Monitor-Folder | Utils\Monitor-Folder.ps1 | Monitors a folder for changes using non-persistent asynchronous events ||[Link](https://github.com/DBremen/PowerShellScripts/blob/master/docs/Monitor-Folder.md)|
65
+
| New-PSObject | Utils\New-PSObject.ps1 | Helper function to create PSCustomObjects based on array of names and array of properties. ||[Link](https://github.com/DBremen/PowerShellScripts/blob/master/docs/New-PSObject.md)|
65
66
| Open-Registry | Utils\Open-Registry.ps1 | Open the regedit at the specified path similar to sysinternals regjump. ||[Link](https://github.com/DBremen/PowerShellScripts/blob/master/docs/Open-Registry.md)|
66
67
| Restart-Process | Utils\Restart-Process.ps1 | Function to restart process(es) |[Link](https://powershellone.wordpress.com/2016/02/25/fix-clipboard-is-not-working-restart-process-with-powershell/)|[Link](https://github.com/DBremen/PowerShellScripts/blob/master/docs/Restart-Process.md)|
67
68
| Generate-ScriptMarkdownHelp | PowerShellScripts\Generate-ScriptMarkdownHelp.ps1 | The function that generated the Markdown help in this repository. (see Example for usage). Generates markdown help for Github for each function containing comment based help (Description not empty) within a folder recursively and a summary table for the main README.md ||[Link](https://github.com/DBremen/PowerShellScripts/blob/master/docs/Generate-ScriptMarkdownHelp.md)|
0 commit comments