Skip to content
View jbilinski's full-sized avatar

Organizations

@wsealug

Block or report jbilinski

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. bl-flush-stale-jabber-contact-cache bl-flush-stale-jabber-contact-cache
    1
    Function Clear-JabberContactCache 
    2
    {
    3
      #Fix bad cache entries under "Contacts and recent" search headder
    4
      #Close Jabber, rename cache, start Jabber
    5
      $jabberProcN = 'CiscoJabber'
  2. bl-clean-up-cbt-after-avamar-proxy-f... bl-clean-up-cbt-after-avamar-proxy-failure
    1
    #requires -Version 4 -Modules VMware.VimAutomation.Core
    2
    
                  
    3
    #Find VMs that need consolidation
    4
    Get-VM | Where-Object -FilterScript {$_.Extensiondata.Runtime.ConsolidationNeeded}
    5
    
                  
  3. MacOS shell script to install a new ... MacOS shell script to install a new root CA and intermediate CAs
    1
    #!/bin/bash
    2
    
                  
    3
    # Ensure the script is run as root
    4
    ((EUID != 0)) && exec sudo -- "$0" "$@"
    5
    cd /tmp/ &>/dev/null
  4. bl-new-daily-password-and-a-cisco-gu... bl-new-daily-password-and-a-cisco-guest-wireless-portal
    1
    #requires -Version 3
    2
    
                  
    3
    function Check-GuestEnvironment
    4
    {
    5
        [CmdletBinding()]
  5. CHDK-ARBall CHDK-ARBall Public

    Weather Balloon CHDK Script

    Lua

  6. copy-dns-from-pfsense-unbound-to-win... copy-dns-from-pfsense-unbound-to-windows
    1
    #requires -Version 4.0 -Modules DnsServer
    2
    
                  
    3
    <#
    4
        .Synopsis
    5
        Copy Unbound DNS records from pfSense to MS DNS server