|
| 1 | +# Admin Run-As Menu |
| 2 | +I developed a PowerShell driven Admin Utility menu (using the latest WPF technology and Mahapps theme) that is highly customizable. |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | +# EULA |
| 12 | +AdminMenu is a powershell driven WPF menu geared for IT professionals |
| 13 | + |
| 14 | +Copyright (C) 2016 PowershellCrack.com. Richard Tracy |
| 15 | + |
| 16 | +This program is free software: you can redistribute it and/or modify |
| 17 | +it under the terms of the GNU General Public License as published by |
| 18 | +the Free Software Foundation, either version 3 of the License, or |
| 19 | +(at your option) any later version. |
| 20 | + |
| 21 | +This program is distributed in the hope that it will be useful, |
| 22 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 23 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 24 | +GNU General Public License for more details. |
| 25 | + |
| 26 | +You should have received a copy of the GNU General Public License |
| 27 | +along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 28 | + |
| 29 | +Some Powershell script are included; most of them are from the |
| 30 | +Microsoft Technet Gallery. Microsoft User license aggreement states: |
| 31 | + |
| 32 | +The MIT License (MIT) |
| 33 | + |
| 34 | +Copyright (c) |
| 35 | + |
| 36 | +Permission is hereby granted, free of charge, to any person obtaining a |
| 37 | +copy of this software and associated documentation files (the "Software"), |
| 38 | +to deal in the Software without restriction, including without limitation |
| 39 | +the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 40 | +and/or sell copies of the Software, and to permit persons to whom the |
| 41 | +Software is furnished to do so, subject to the following conditions: |
| 42 | + |
| 43 | +The above copyright notice and this permission notice shall be included |
| 44 | +in all copies or substantial portions of the Software. |
| 45 | + |
| 46 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
| 47 | +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 48 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 49 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 50 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 51 | +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
| 52 | +DEALINGS IN THE SOFTWARE. |
| 53 | + |
0 commit comments