Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 986 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 986 Bytes

Build status

ArcAdminTools

PowerShell module with Admin Tools

This is a PowerShell module with a variety of functions usefull in a day-to-day tasks or a regular SysAdmin or HelpDesk Support technician job.

Pull requests and other contributions are more than welcome!

Instructions

# One time setup
    # Download the repository
    # Unblock the zip
    # Extract the ArcAdminTools 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 ArcAdminTools 

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

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

# Get help
    Get-Help about_ArcAdminTools