Recent Posts

  1. Error connecting to SQL Server - Error: 18452

    Getting failed logins on SQL Server Availability Group

  2. Capturing SQL Server Extended Event data to file

    Getting collected event data from an XE session into a csv file

  3. Using -f format operator in the pipeline

    Combining the -f operator in the PowerShell pipeline.

  4. Working with dates in non-standard formats

    How to handle dates that don't conform to normal formats.

  5. Bitwise comparisons with Classes and Enums.

    Comparing variables using bitwise operators

  6. Classes - variables with complex properties

    Controlling variable values and properties

  7. Enums

    Controlling variable values

  8. New-Variable

    Using built-in commands to manage variables

  9. Export to Excel script snippet

    Using a VSCode snippet to improve writing Export-Excel functions

  10. Managing KeePass secrets with PowerShell

    Using the Secret Management module to interact with a KeePass vault.

  11. using WHERE method rather than Where-Object

    Getting extra functionality from a .Net method.