Skip to content
View mattou07's full-sized avatar

Block or report mattou07

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
mattou07/README.md
  • 👋 Hi, I’m @mattou07 Azure Certified Expert and Umbraco MVP
  • 👀 I’m interested in DevOps, Azure and Umbraco
  • 🌱 I’m currently learning Azure, Umbraco and Powershell
  • 💞️ I’m looking to collaborate on Documentation
  • 📫 How to reach me https://twitter.com/mattou07

Pinned Loading

  1. Build your Visual Studio Solution wi... Build your Visual Studio Solution without "Opening" Visual Studio (You still need it installed)
    1
    #Place me in the same folder as the sln file
    2
    
                  
    3
    #Get the path of the sln file
    4
    Get-ChildItem -Path .\ -Filter *.sln -Recurse -File | ForEach-Object {
    5
        $solution = $_.FullName
  2. iis-builder iis-builder Public

    Automate your local IIS Development Environment with this script, its designed to build a development IIS site for your visual studio project.

    PowerShell 73 26

  3. azure-cli-quick-wins azure-cli-quick-wins Public

    Repo containing small scripts to perform long tedious tasks

    PowerShell 5