Skip to content
View userVII's full-sized avatar
:octocat:
All the powershell
:octocat:
All the powershell
Block or Report

Block or report userVII

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

  1. Windows-Utilities Windows-Utilities Public

    Windows and AD Tools for Sysadmins

    PowerShell 4 2

  2. Office-365-Utilities Office-365-Utilities Public

    Office 365 Utility Scripts for cleaning and fixing odd behavior.

    PowerShell

  3. Powershell-Modules Powershell-Modules Public

    PowerShell

  4. VSCode Powershell Boilerplate Snippe... VSCode Powershell Boilerplate Snippet json
    1
    {
    2
    	"PSBoilerplate": {
    3
    		"prefix": "PSBoilerplate",
    4
    		"body": [
    5
    		"Set-StrictMode -Version 2.0",
  5. VSCode Powershell snippet json. To u... VSCode Powershell snippet json. To use the signer snippet you will need to have a code signing certificate installed on the machine.
    1
    {
    2
      "PSSigner": {
    3
            "prefix": "PSSigner",
    4
            "body": [
    5
                "\\$filestosignpath = \"${1:FilePath}\"",