full_path
stringlengths
31
232
filename
stringlengths
4
167
content
stringlengths
0
48.3M
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-NewAesKey.ps1
Get-NewAesKey.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/rdp_functions.ps1
rdp_functions.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/pgrep.ps1
pgrep.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-FreeDiskSpace.ps1
Get-FreeDiskSpace.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-Calendar.ps1
Get-Calendar.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Initialize-Modules.ps1
Initialize-Modules.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Clear-TempDir.ps1
Clear-TempDir.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/touch.ps1
touch.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-HostFileEntry.ps1
Get-HostFileEntry.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/ClipboardTools.ps1
ClipboardTools.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/UrlEncoded.ps1
UrlEncoded.ps1
function global:ConvertFrom-UrlEncoded { <# .SYNOPSIS Decodes a UrlEncoded string. .DESCRIPTION Decodes a UrlEncoded string. Input can be either a positional or named parameters of type string or an array of strings. The Cmdlet accepts pipeline input. .PARAMETER InputObject A description of ...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/IP-Tools.ps1
IP-Tools.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Send-HipChat.ps1
Send-HipChat.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/head.ps1
head.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-RegKeyLastWriteTime.ps1
Get-RegKeyLastWriteTime.ps1
#region License <# LICENSE: Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/) http://www.shaunhess.com/journal/2011/7/4/reading-the-lastwritetime-of-a-registry-key-using-powershell.html #> #endregion License Function Global:Get-RegKeyLastWriteTime { <# ...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/LoadTest.ps1
LoadTest.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-ASCBanner.ps1
Get-ASCBanner.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/myls.ps1
myls.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-MicrosoftUpdateInfo.ps1
Get-MicrosoftUpdateInfo.ps1
<# Basic Function found here: http://tomtalks.uk/2013/09/list-all-microsoftwindows-updates-with-powershell-sorted-by-kbhotfixid-Get-microsoftupdate/ By Tom Arbuthnot. Lyncdup.com We just adopted and tweaked it. #> function Global:Get-MicrosoftUpdateInfo { <# .SYNOPSIS Gives a list of all Microsoft Upd...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/help.ps1
help.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/New-Gitignore.ps1
New-Gitignore.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/ConvertTo-StringList.ps1
ConvertTo-StringList.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/which.ps1
which.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Invoke-baloonTip.ps1
Invoke-baloonTip.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/PathTools.ps1
PathTools.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/grep.ps1
grep.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/BinhexTools.ps1
BinhexTools.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/CheckTcpPort.ps1
CheckTcpPort.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Clear-OldFiles.ps1
Clear-OldFiles.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/PoSH_ModulesLoader.ps1
PoSH_ModulesLoader.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Repair-DotNetFrameWorks.ps1
Repair-DotNetFrameWorks.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Invoke-GC.ps1
Invoke-GC.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Pushover-Tools.ps1
Pushover-Tools.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Set-PowerPromt.ps1
Set-PowerPromt.ps1
function Global:Set-PowerPrompt { <# .SYNOPSIS Multicolored prompt with marker for windows started as Admin and marker for providers outside filesystem .DESCRIPTION Multicolored prompt with marker for windows started as Admin and marker for providers outside filesystem .EXAMPLE [Admin] C:\Windows\Sy...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/JavaLove.ps1
JavaLove.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Grant-PathFullPermission.ps1
Grant-PathFullPermission.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-TempFile.ps1
Get-TempFile.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/ConvertTo-PlainText.ps1
ConvertTo-PlainText.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Invoke-CreateMissingRegistryDrives.ps1
Invoke-CreateMissingRegistryDrives.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Expand-ArrayObject.ps1
Expand-ArrayObject.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Disable-IEESEC.ps1
Disable-IEESEC.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-TimeStamp.ps1
Get-TimeStamp.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-SysType.ps1
Get-SysType.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/GnuGrep.ps1
GnuGrep.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-HttpHead.ps1
Get-HttpHead.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Expand-CompressedItem.ps1
Expand-CompressedItem.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/whoami.ps1
whoami.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Set-VisualEditor.ps1
Set-VisualEditor.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-TopProcesses.ps1
Get-TopProcesses.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-uuid.ps1
Get-uuid.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Set-Culture.ps1
Set-Culture.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Send-Prowl.ps1
Send-Prowl.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Remove-ItemSafely.ps1
Remove-ItemSafely.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Reload-Module.ps1
Reload-Module.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/ConvertTo-HumanReadable.ps1
ConvertTo-HumanReadable.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Invoke-AnimatedSleep.ps1
Invoke-AnimatedSleep.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/get-IsSessionElevated.ps1
get-IsSessionElevated.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/get-myprocess.ps1
get-myprocess.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Set-FolderDate.ps1
Set-FolderDate.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Set-Debug.ps1
Set-Debug.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Check-SessionArch.ps1
Check-SessionArch.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-LocalListenPort.ps1
Get-LocalListenPort.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-RelativePath.ps1
Get-RelativePath.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Approve-MailAddress.ps1
Approve-MailAddress.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Create-ZIP.ps1
Create-ZIP.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/ll.ps1
ll.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Test-TCPPort.ps1
Test-TCPPort.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/get-newpassword.ps1
get-newpassword.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/motd.ps1
motd.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Clear-AllEventLogs.ps1
Clear-AllEventLogs.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/SecretTextTools.ps1
SecretTextTools.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-ShortDate.ps1
Get-ShortDate.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-AdminUser.ps1
Get-AdminUser.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-Quote.ps1
Get-Quote.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-Uptime.ps1
Get-Uptime.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Open-InternetExplorer.ps1
Open-InternetExplorer.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/gzip_tools.ps1
gzip_tools.ps1
<# This functions are based on the work of Robert Nees Licensed under the Apache License, Version 2.0 (the "License"); More Infos: http://sushihangover.blogspot.com I just adopted them and tweak them a bit to fit in my code #> function Global:Compress-GZip { <# .SYNOPSIS GZip Compress (.gz) .D...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Invoke-RemoteScript.ps1
Invoke-RemoteScript.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/FirewallExceptionTools.ps1
FirewallExceptionTools.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/sudo.ps1
sudo.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-DiskInfo.ps1
Get-DiskInfo.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Test-ProxyBypass.ps1
Test-ProxyBypass.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/tail.ps1
tail.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/ConvertTo-hex.ps1
ConvertTo-hex.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Initialize-ModuleUpdate.ps1
Initialize-ModuleUpdate.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/EscapeStringTools.ps1
EscapeStringTools.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Send-SlackChat.ps1
Send-SlackChat.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Edit-HostsFile.ps1
Edit-HostsFile.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Get-PreReqModules.ps1
Get-PreReqModules.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/wc.ps1
wc.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/rdp.ps1
rdp.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/man.ps1
man.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/ConvertTo-Objects.ps1
ConvertTo-Objects.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Java_append-classpath.ps1
Java_append-classpath.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/jhochwald_MyPowerShellStuff/Modules/ToolBox/Public/Write-ToLog.ps1
Write-ToLog.ps1
#region Info <# ################################################# # modified by : Joerg Hochwald # last modified : 2016-04-03 ################################################# Support: https://github.com/jhochwald/NETX/issues #> #endregion Info #region License <# Copyright (c) 2012-2016...
PowerShellCorpus/Github/fong91_WebTraining/Github_Testing/packages/Microsoft.AspNet.Providers.LocalDB.1.1/tools/Install.ps1
Install.ps1
param($installPath, $toolsPath, $package, $project) try { # Set up variables $timestamp = (Get-Date).ToString('yyyyMMddHHmmss') $projectName = [IO.Path]::GetFileName($project.ProjectName.Trim([IO.PATH]::DirectorySeparatorChar, [IO.PATH]::AltDirectorySeparatorChar)) $catalogName = "aspnet-$project...
PowerShellCorpus/Github/fong91_WebTraining/Github_Testing/packages/Modernizr.2.6.2/Tools/uninstall.ps1
uninstall.ps1
param($installPath, $toolsPath, $package, $project) . (Join-Path $toolsPath common.ps1) # Update the _references.js file Remove-Reference $scriptsFolderProjectItem $modernizrFileNameRegEx
PowerShellCorpus/Github/fong91_WebTraining/Github_Testing/packages/Modernizr.2.6.2/Tools/install.ps1
install.ps1
param($installPath, $toolsPath, $package, $project) . (Join-Path $toolsPath common.ps1) if ($scriptsFolderProjectItem -eq $null) { # No Scripts folder Write-Host "No Scripts folder found" exit } # Update the _references.js file AddOrUpdate-Reference $scriptsFolderProjectItem $modernizrFileName...
PowerShellCorpus/Github/fong91_WebTraining/Github_Testing/packages/Modernizr.2.6.2/Tools/common.ps1
common.ps1
function AddOrUpdate-Reference($scriptsFolderProjectItem, $fileNamePattern, $newFileName) { try { $referencesFileProjectItem = $scriptsFolderProjectItem.ProjectItems.Item("_references.js") } catch { # _references.js file not found return } if ($referencesFileProject...
PowerShellCorpus/Github/fong91_WebTraining/Github_Testing/packages/EntityFramework.5.0.0/tools/init.ps1
init.ps1
param($installPath, $toolsPath, $package, $project) $importedModule = Get-Module | ?{ $_.Name -eq 'EntityFramework' } if ($PSVersionTable.PSVersion -ge (New-Object Version @( 3, 0 ))) { $thisModuleManifest = 'EntityFramework.PS3.psd1' } else { $thisModuleManifest = 'EntityFramework.psd1' } $thisModule...