Skip to content

Commit 51fac36

Browse files
tduguidtduguid
authored andcommitted
2 parents 52dcd3b + f2dde5f commit 51fac36

File tree

9 files changed

+114
-7
lines changed

9 files changed

+114
-7
lines changed

CODE_OF_CONDUCT.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6+
7+
## Our Standards
8+
9+
Examples of behavior that contributes to creating a positive environment include:
10+
11+
* Using welcoming and inclusive language
12+
* Being respectful of differing viewpoints and experiences
13+
* Gracefully accepting constructive criticism
14+
* Focusing on what is best for the community
15+
* Showing empathy towards other community members
16+
17+
Examples of unacceptable behavior by participants include:
18+
19+
* The use of sexualized language or imagery and unwelcome sexual attention or advances
20+
* Trolling, insulting/derogatory comments, and personal or political attacks
21+
* Public or private harassment
22+
* Publishing others' private information, such as a physical or electronic address, without explicit permission
23+
* Other conduct which could reasonably be considered inappropriate in a professional setting
24+
25+
## Our Responsibilities
26+
27+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28+
29+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30+
31+
## Scope
32+
33+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34+
35+
## Enforcement
36+
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38+
39+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40+
41+
## Attribution
42+
43+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
44+
45+
[homepage]: http://contributor-covenant.org
46+
[version]: http://contributor-covenant.org/version/1/4/

Images/ReadMe/VBA.png

-3.53 KB
Binary file not shown.

Images/ReadMe/VSTO.png

-4.05 KB
Binary file not shown.

Images/ReadMe/pfx.png

-5.8 KB
Binary file not shown.

README.md

Lines changed: 45 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,35 @@
55
<img align="left" src="Images/ReadMe/App.png" width="64px" >
66

77
# Server Actions <span class="Application_Version">2.0.0.0</span>
8-
This is an Excel Add-In written in Visual Studio Community 2017 C#/VB.NET and VBA. It allows the user to use an Excel table to ping a list of servers and create a file for Microsoft Remote Desktop Manager. This is used for quickly determining which servers are offline in a list. This has now been tested on Windows (7, 8.1, 10) & Excel (2010, 2013, 2016).
9-
8+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE "MIT License Copyright © 2017 Anthony Duguid")
9+
![current_build Office_2013](https://img.shields.io/badge/current_build-Office_2013-red.svg)
10+
<!---
11+
[![download VBA](https://img.shields.io/badge/download-VBA-brightgreen.svg)](https://github.com/aduguid/ServerActions/raw/master/VBA/ServerActions.xlsm?raw=true "Download the VBA Add-In")
12+
--->
13+
This is an Excel Add-In written in Microsoft Visual Studio Community 2017 C#/VB.NET and VBA. It allows the user to use an Excel table to ping a list of servers and create a file for Microsoft Remote Desktop Manager. This is used for quickly determining which servers are offline in a list. This has now been tested on Windows (7, 8.1, 10) & Excel (2010, 2013, 2016).
14+
<!---
1015
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE "MIT License Copyright © 2017 Anthony Duguid")
1116
[![star this repo](http://githubbadges.com/star.svg?user=aduguid&repo=ServerActions&style=flat&color=fff&background=007ec6)](http://github.com/aduguid/ServerActions)
1217
[![fork this repo](http://githubbadges.com/fork.svg?user=aduguid&repo=ServerActions&style=flat&color=fff&background=007ec6)](http://github.com/aduguid/ServerActions/fork)
13-
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/aduguid/ServerActions/issues)
14-
[![download VBA](https://img.shields.io/badge/download-VBA-brightgreen.svg)](https://github.com/aduguid/ServerActions/raw/master/VBA/ServerActions.xlsm?raw=true "Download the VBA Add-In")
1518
19+
<br>
1620
21+
--->
1722
<h1 align="center">
1823
<img src="Images/ReadMe/ribbon.example.gif" alt="vbaping" />
1924
</h1>
2025

2126
## Table of Contents
27+
- <a href="#install">Install</a>
2228
- <a href="#dependencies">Dependencies</a>
2329
- <a href="#glossary-of-terms">Glossary of Terms</a>
2430
- <a href="#functionality">Functionality</a>
31+
- <a href="#ping-test">Ping Test</a>
32+
- <a href="#remote-desktop-manager">Remote Desktop Manager</a>
33+
- <a href="#options">Options</a>
34+
- <a href="#help">Help</a>
35+
- <a href="#about">About</a>
36+
<!---
2537
- <a href="#ping-test">Ping Test</a>
2638
- <a href="#ping">Ping (button)</a>
2739
- <a href="#server-column">Server</a>
@@ -45,7 +57,30 @@ This is an Excel Add-In written in Visual Studio Community 2017 C#/VB.NET and VB
4557
- <a href="#description">Add-in Name</a>
4658
- <a href="#release-date">Release Date</a>
4759
- <a href="#copyright">Copyright</a>
48-
60+
--->
61+
62+
<br>
63+
64+
<a id="user-content-install" class="anchor" href="#install" aria-hidden="true"> </a>
65+
## Install
66+
Instructions for installation of VBA and VSTO versions.
67+
68+
### VBA
69+
How to install the VBA version
70+
1. Download the VBA Add-In file [![download VBA](https://img.shields.io/badge/download-VBA-brightgreen.svg)](https://github.com/aduguid/ServerActions/raw/master/VBA/ServerActions.xlam?raw=true "Download the VBA Add-In").
71+
2. Copy the file to the XLSTART ```%AppData%\Microsoft\Excel\XLSTART\``` folder on your computer.
72+
3. Close all open instances of Excel and then launch Excel. The new ribbon should appear.
73+
74+
### VSTO
75+
How to install the VSTO version
76+
1. Download AnthonyDuguid.pfx And Install At Root Level [![download Key](https://img.shields.io/badge/download-Key-brightgreen.svg)](https://github.com/aduguid/ServerActions/VB/blob/master/AnthonyDuguid.pfx?raw=true "Download AnthonyDuguid.pfx And Install At Root Level For VSTO")
77+
2. Download and run the setup.exe file. ```TODO: publish .NET to GitHub```
78+
<!---
79+
[![download VSTO](https://img.shields.io/badge/download-VSTO-brightgreen.svg)](https://github.com/aduguid/ServerActions/VB/blob/master/publish/setup.exe?raw=true "Download Setup.exe Install File")
80+
--->
81+
82+
<br>
83+
4984
<a id="user-content-dependencies" class="anchor" href="#dependencies" aria-hidden="true"> </a>
5085
## Dependencies
5186
|Software |Dependency |Project |
@@ -60,6 +95,8 @@ This is an Excel Add-In written in Visual Studio Community 2017 C#/VB.NET and VB
6095
|[Snagit](http://discover.techsmith.com/snagit-non-brand-desktop/?gclid=CNzQiOTO09UCFVoFKgod9EIB3g)|Read Me|VBA, VSTO|
6196
|Badges ([Library](https://shields.io/), [Custom](https://rozaxe.github.io/factory/), [Star/Fork](http://githubbadges.com))|Read Me|VBA, VSTO|
6297

98+
<br>
99+
63100
<a id="user-content-glossary-of-terms" class="anchor" href="#glossary-of-terms" aria-hidden="true"> </a>
64101
## Glossary of Terms
65102

@@ -73,6 +110,8 @@ This is an Excel Add-In written in Visual Studio Community 2017 C#/VB.NET and VB
73110

74111
<body>
75112

113+
<br>
114+
76115
<a id="user-content-functionality" class="anchor" href="#functionality" aria-hidden="true"> </a>
77116
## Functionality
78117
This Excel ribbon is inserted after the “Home” tab when Excel opens. Listed below is the detailed functionality of this application and its components.
@@ -173,7 +212,7 @@ This Excel ribbon is inserted after the “Home” tab when Excel opens. Listed
173212
</h1>
174213

175214
<a id="user-content-description" class="anchor" href="#description" aria-hidden="true"> </a>
176-
#### Description (Label)
215+
#### Add-in Name (Label)
177216
* The application name with the version
178217

179218
<a id="user-content-release-date" class="anchor" href="#release-date" aria-hidden="true"> </a>

VBA/Install.bat

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
@ECHO OFF
2+
3+
REM
4+
REM |--------------------------------------------------------------------------------------------------------------------
5+
REM | Purpose: Generic Install
6+
REM |
7+
REM | Ver. Date Author Details
8+
REM | 1.00 27-NOV-2017 Anthony Duguid Initial version.
9+
REM |--------------------------------------------------------------------------------------------------------------------*/
10+
11+
12+
REM
13+
REM /E = Copies directories and subdirectories, including empty ones. Same as /S /E. May be used to modify /T.
14+
REM /D:m-d-y = Copies files changed on or after the specified date.
15+
REM If no date is given, copies only those files whose source time is newer than the destination time.
16+
REM /K = Copies attributes. Normal Xcopy will reset read-only attributes.
17+
REM /Q = Does not display file names while copying.
18+
REM /R = Overwrites read-only files.
19+
REM /Y = Suppresses prompting to confirm you want to overwrite an existing destination file.
20+
REM
21+
22+
REM Copy the install directory and sub-directories
23+
XCOPY ".\ServerActions.xlam" "%AppData%\Microsoft\AddIns\ServerActions.xlam" /E /K /Q /R /Y /D

VBA/ServerActions.xlam

125 KB
Binary file not shown.

VBA/ServerActions.xlsm

184 Bytes
Binary file not shown.

VBA/test

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)