Skip to content

PPOSHGROUP/PPoShTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPoShTools

Build status

PPoshTools

PowerShell module with basic Tools

This is a PowerShell module with a variety of functions usefull in a day-to-day tasks.

Pull requests and other contributions are more than welcome!

Instructions

# One time setup
    # Download the repository
    # Unblock the zip
    # Extract the PPoshTools folder to a module path (e.g. $env:USERPROFILE\Documents\WindowsPowerShell\Modules\)

    #Simple alternative, if you have PowerShell 5, or the PowerShellGet module:
        Install-Module PPoshTools

# Import the module.
    Import-Module PPoshTools #Alternatively, Import-Module \\Path\To\PPoshTools

# Get commands in the module
    Get-Command -Module PPoshTools

# Get help
    Get-Help about_PPoshTools

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •