├── ClockWidget.ps1 ├── Convert-OutputForCSV.ps1 ├── ConvertCSV-ToExcel.ps1 ├── Get-ADGroupMemberDate.ps1 ├── Get-Certificate.ps1 ├── Get-ClientWSUSSetting.ps1 ├── Get-ExchangeCachedMode.ps1 ├── Get-FileHash.ps1 ├── Get-GeoIP.ps1 ├── Get-Icon.ps1 ├── Get-LocalGroupMembership.ps1 ├── Get-NetworkInfo.ps1 ├── Get-PSSQLInstance.ps1 ├── Get-PendingUpdate.ps1 ├── Get-ProductKey.ps1 ├── Get-SCCMClientUpdate.ps1 ├── Get-ServiceStartModeEvent.ps1 ├── Get-ServiceStateEvent.ps1 ├── Get-TCPResponse.ps1 ├── Get-USGSWaterData.ps1 ├── Get-WebPage.ps1 ├── Install-WSUSServer.ps1 ├── Invoke-BalloonTip.ps1 ├── Invoke-WSUSClientFixID.ps1 ├── Invoke-WSUSDBMaintenance.ps1 ├── LICENSE ├── New-SymLink.ps1 ├── Out-Voice.ps1 ├── README.md ├── Remove-LocalProfile.ps1 ├── Set-ClientWSUSSetting.ps1 ├── Set-Owner.ps1 ├── Set-Password.ps1 ├── Set-Window.ps1 ├── Start-CountDownTimer.ps1 ├── Test-IsAdmin.ps1 ├── Test-Port-README.md └── Test-Port.ps1 /ClockWidget.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/ClockWidget.ps1 -------------------------------------------------------------------------------- /Convert-OutputForCSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Convert-OutputForCSV.ps1 -------------------------------------------------------------------------------- /ConvertCSV-ToExcel.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/ConvertCSV-ToExcel.ps1 -------------------------------------------------------------------------------- /Get-ADGroupMemberDate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Get-ADGroupMemberDate.ps1 -------------------------------------------------------------------------------- /Get-Certificate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Get-Certificate.ps1 -------------------------------------------------------------------------------- /Get-ClientWSUSSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Get-ClientWSUSSetting.ps1 -------------------------------------------------------------------------------- /Get-ExchangeCachedMode.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Get-ExchangeCachedMode.ps1 -------------------------------------------------------------------------------- /Get-FileHash.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Get-FileHash.ps1 -------------------------------------------------------------------------------- /Get-GeoIP.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Get-GeoIP.ps1 -------------------------------------------------------------------------------- /Get-Icon.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Get-Icon.ps1 -------------------------------------------------------------------------------- /Get-LocalGroupMembership.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Get-LocalGroupMembership.ps1 -------------------------------------------------------------------------------- /Get-NetworkInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Get-NetworkInfo.ps1 -------------------------------------------------------------------------------- /Get-PSSQLInstance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Get-PSSQLInstance.ps1 -------------------------------------------------------------------------------- /Get-PendingUpdate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Get-PendingUpdate.ps1 -------------------------------------------------------------------------------- /Get-ProductKey.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Get-ProductKey.ps1 -------------------------------------------------------------------------------- /Get-SCCMClientUpdate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Get-SCCMClientUpdate.ps1 -------------------------------------------------------------------------------- /Get-ServiceStartModeEvent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Get-ServiceStartModeEvent.ps1 -------------------------------------------------------------------------------- /Get-ServiceStateEvent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Get-ServiceStateEvent.ps1 -------------------------------------------------------------------------------- /Get-TCPResponse.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Get-TCPResponse.ps1 -------------------------------------------------------------------------------- /Get-USGSWaterData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Get-USGSWaterData.ps1 -------------------------------------------------------------------------------- /Get-WebPage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Get-WebPage.ps1 -------------------------------------------------------------------------------- /Install-WSUSServer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Install-WSUSServer.ps1 -------------------------------------------------------------------------------- /Invoke-BalloonTip.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Invoke-BalloonTip.ps1 -------------------------------------------------------------------------------- /Invoke-WSUSClientFixID.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Invoke-WSUSClientFixID.ps1 -------------------------------------------------------------------------------- /Invoke-WSUSDBMaintenance.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Invoke-WSUSDBMaintenance.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /New-SymLink.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/New-SymLink.ps1 -------------------------------------------------------------------------------- /Out-Voice.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Out-Voice.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/README.md -------------------------------------------------------------------------------- /Remove-LocalProfile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Remove-LocalProfile.ps1 -------------------------------------------------------------------------------- /Set-ClientWSUSSetting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Set-ClientWSUSSetting.ps1 -------------------------------------------------------------------------------- /Set-Owner.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Set-Owner.ps1 -------------------------------------------------------------------------------- /Set-Password.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Set-Password.ps1 -------------------------------------------------------------------------------- /Set-Window.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Set-Window.ps1 -------------------------------------------------------------------------------- /Start-CountDownTimer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Start-CountDownTimer.ps1 -------------------------------------------------------------------------------- /Test-IsAdmin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Test-IsAdmin.ps1 -------------------------------------------------------------------------------- /Test-Port-README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Test-Port-README.md -------------------------------------------------------------------------------- /Test-Port.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxb/PowerShell_Scripts/HEAD/Test-Port.ps1 --------------------------------------------------------------------------------