#110 – Vagabond and psadmin-plus Updates

This week on the podcast, we share a database migration Oh No! story. Then Dan and Kyle talk about updates to the Vagabond and psadmin-plus projects.

Show Notes

2 thoughts on “#110 – Vagabond and psadmin-plus Updates

  1. Dan … re Change Assistant Debug Mode

    How do I set or create this variable for the Change Assistant debug feature?

    $env:PSCADBG=”true”

    at the cmd line?

    1. If you in Command Prompt, you can use

      set PSCADBG=true
      changeassistant.bat
      

      If you are in PowerShell

      $env:PSCADBG=”true”
      .\changeassistant.bat
      

Leave a Reply

Your email address will not be published. Required fields are marked *

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax