convert standalone script into a PowerShell module#25
Open
KevinMarquette wants to merge 1 commit intoRedSiege:masterfrom
Open
convert standalone script into a PowerShell module#25KevinMarquette wants to merge 1 commit intoRedSiege:masterfrom
KevinMarquette wants to merge 1 commit intoRedSiege:masterfrom
Conversation
add module manifest update readme to reflect changes
Contributor
|
Thanks for submitting this. I'm likely fine with moving this to be a
module, I'll look into this shortly!
Appreciate the pull request!
…On Sun, Oct 28, 2018 at 1:28 PM Kevin Marquette ***@***.***> wrote:
This script looks like it would be better served as a module. This PR does
the minimal work needed to turn it into a module.
change file extension to .psm1
add module manifest (psd1)
update readme to reflect changes and how to import/install
It should be possible to publish this to the PSGalley after these changes.
If that is done, the install instructions would be Install-Module WMImpant
------------------------------
You can view, comment on, or merge this pull request online at:
#25
Commit Summary
- convert standalone script into a module
File Changes
- *M* Readme.md
<https://github.com/FortyNorthSecurity/WMImplant/pull/25/files#diff-0>
(9)
- *A* WMImplant.psd1
<https://github.com/FortyNorthSecurity/WMImplant/pull/25/files#diff-1>
(0)
- *R* WMImplant.psm1
<https://github.com/FortyNorthSecurity/WMImplant/pull/25/files#diff-2>
(0)
Patch Links:
- https://github.com/FortyNorthSecurity/WMImplant/pull/25.patch
- https://github.com/FortyNorthSecurity/WMImplant/pull/25.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#25>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABmORs3fmHC8E5kQfEMAOdkqd9f_gm_6ks5upgVlgaJpZM4X-I3V>
.
--
-----------------------------------------------------------------------------------------
Christopher Truncer
@ChrisTruncer <http://www.twitter.com/christruncer>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This script looks like it would be better served as a module. This PR does the minimal work needed to turn it into a module.
It should be possible to publish this to the PSGalley after these changes. If that is done, the install instructions would be
Install-Module WMImpant