Skip to content
View nichollsc81's full-sized avatar
🦛
🦛

Block or report nichollsc81

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ForEach-ToHashTable.ps1 ForEach-ToHashTable.ps1
    1
    # A random session is chosen
    2
    $AllServices = Get-Service
    3
    
                  
    4
    $Body = foreach($Service in $AllServices) {
    5
        [PSCustomObject]@{
  2. Format-Json.ps1 Format-Json.ps1
    1
    ### load functions region
    2
    function Format-Json
    3
    {
    4
        <#
    5
        .SYNOPSIS
  3. StartChildPoshProcess.ps1 StartChildPoshProcess.ps1
    1
    [string]$(deploymentPath)
    2
    [string]$(FORWARD_PORT)
    3
    
                  
    4
    $ErrorActionPreference = 'Stop'
    5