Skip to content

mczerniawski/ArcAdminTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

Powershell module with Admin Tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published