Pinned Loading
-
-
InstallAdobePro
InstallAdobePro PublicDownloads the latest version of the Adobe Acrobat Pro DC msi installer
Go
-
Admin tool box I created for work
Admin tool box I created for work 1#===================================================================
2# Admin ToolBox
3# Created by: Noah Peltier
4# Version 4.0
5# Email: noah.peltier@gmail.com
-
Running a script from apaste URL
Running a script from apaste URL 1$data = (Invoke-WebRequest -Uri "https://apaste.info/LgTm").Content
2$data2 = $data -replace '<[^>]+>','' -replace "Apache Paste Bucket" -replace "Showing paste" -replace """ , '"' -replace "Make a new paste"
3iex $data2
-
Convert a pscustomobject to a hastht...
Convert a pscustomobject to a hasthtable 1function Convert-ToHashtable {
2param (
3[Parameter(Mandatory=$true, ValueFromPipeline=$true)]
4[PSCustomObject]$InputObject
5)
-
A module I am working on to allow fo...
A module I am working on to allow for installing modules to a project folder to be packaged for distribution. 1function PSEnv {
2[CmdletBinding()]
3param (
4[Parameter(ValueFromPipelineByPropertyName)]
5[ValidateSet('Install', 'Init', 'Remove')]
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.