Skip to content

Commit 796d2b2

Browse files
add readme
1 parent fc32b77 commit 796d2b2

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

README.md

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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+
![Alt_text](http://4.bp.blogspot.com/-Qs89EvFyqd8/WC0siMzc03I/AAAAAAAAD90/_-CsNB0sZHUmspoOxROR9JMb8MrL6FpSgCK4B/s1600/adminmenu_creds.png)
5+
6+
![Alt_text](http://2.bp.blogspot.com/-tYgUvZ8pMfE/WC0teSKRvWI/AAAAAAAAD-E/aV9tXaICpxgizd--Du6FKPwV7s3jgPqpwCK4B/s1600/adminmenu_tab2.png)
7+
8+
![Alt_text](http://3.bp.blogspot.com/-dgWB7g6VSvU/WC0tjZ9WMyI/AAAAAAAAD-k/3R-a8ky_BF0aFIJSuNaII-sV09IAdOT7QCK4B/s1600/adminmenu_tab6.png)
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

Comments
 (0)