-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP. Added PSSA, renamed some functions, added some new ones as well. * WIP: Updated function names, added some better pipeline usability, and outputs custom object classes now * WIP: Added a new class, converted to some more pipeline stuff * Added multiple available pipeline types * WIP: Started adding custom query Has much more work to be done. * Changed to a select string array, instead of PSCustomObject, for the custom queries * Create Write-ePOWhere.ps1 * Update Write-ePOWhere.ps1 * Update Write-ePOWhere.ps1 * Sharing current so I can go home. * New class builder * CmdletBinding and updated variable names * Fixed example names * Fixed example function name * More logging * Added pipeline, simplified function, and returns an object now * Needs a hashtable * Removed file * Deleted file * Changed to use IWR, and handling to PS Core * Updated documentation * Renamed files, starting to work on pester tests * Sharing current * Added * Updated and added some pester test * Added some more pester tests * Updated pester tests, and cleaned up unnecessary ones too * Finished pester tests for Get-ePOQuery * Added testing for ePOTag, ePOVersion, and updated functions for better pipelining. * Re-added the manifest file * Lots of work... * Removed * Fixed parameters * Removed * Added /dev to ignore * Updated * Updated/Fixed tests and cleaned up code * Added function with tests * Forgot the export * Changed repo root * changed back to root * Cleaned up, and added skip_tags * Added -t * Updated README.md * Cleaned up * Removed branch * Removed codecov * Updated README.md to remove codecov * Changed dependency * Updated * Removed skip tag and cleaned up * Forgot error checking * ...meh * Fixed spacing * Re-added enable exit * Removed global * Fixed function name and cleaned up expletive * Changed to warning and added parent ID * Added a foreach * Fixed parameter name * added some logging
- Loading branch information
Showing
337 changed files
with
4,971 additions
and
3,457 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
settings.json | ||
/*.code-workspace | ||
./dev/* | ||
/dev |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"editor.tabSize": 4, | ||
"powershell.codeFormatting.preset": "OTBS", | ||
"powershell.codeFormatting.openBraceOnSameLine":true, | ||
"powershell.codeFormatting.useCorrectCasing": true, | ||
"powershell.codeFormatting.whitespaceAroundPipe": true, | ||
"powershell.codeFormatting.whitespaceBeforeOpenParen": true, | ||
"powershell.scriptAnalysis.settingsPath": "PSScriptAnalyzerSettings.psd1" | ||
} |
15 changes: 0 additions & 15 deletions
15
...ShellComputerSystem/Find-ePOwerShellComputerSystem.Find_Five_Computers_By_Agent_Guid.psd1
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...ShellComputerSystem/Find-ePOwerShellComputerSystem.Find_Five_Computers_By_IP_Address.psd1
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...hellComputerSystem/Find-ePOwerShellComputerSystem.Find_Five_Computers_By_Unique_Tags.psd1
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.