Thanks to visit codestin.com
Credit goes to github.com

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

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Windows-Utilities Windows-Utilities Public

    Windows and AD Tools for Sysadmins

    PowerShell 6 3

  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. SCCM-Helpers SCCM-Helpers Public

    PowerShell 1

  5. VSCode Powershell Boilerplate Snippe... VSCode Powershell Boilerplate Snippet json
    1
    {
    2
    	"PSBoilerplate": {
    3
    		"prefix": "PSBoilerplate",
    4
    		"body": [
    5
    		"Set-StrictMode -Version 2.0",
  6. 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}\"",