Skip to content

jasonroth/ServerOpsMenu

Repository files navigation

ServerOpsMenu

Scaffolding for generating custom operations menus. Can be used for local or remote management. Server management, AD, Exchange, etc...

Examples:

Invoke-Menu -ComputerName 'Server1'

Installing PowerShellGuard

You can install PowerShellGuard via PowerShellGet from the PowerShellGallery.

Install-Module ServerOpsMenu

Contributing

  • Source hosted at [GitHub][repo]
  • Report issues/questions/feature requests on [GitHub Issues][issues]

Pull requests are very welcome! Make sure your patches are well tested. Ideally create a topic branch for every separate change you make. For example:

  1. Fork the repo
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Scaffolding for generating custom operations menus.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages