Commit Graph

20 Commits

Author SHA1 Message Date
Asif Bacchus a0aa0680ef Update readme - reference version 2.0 2021-09-05 19:00:10 -06:00
Asif Bacchus b968fdf93e chore(manifest): bump magicPacket to version 2.0 2021-09-05 18:50:09 -06:00
Asif Bacchus d5c3c071cd refactor(magicpacket): manual MAC address format validation
- use manual format validation for MacAddress so that ErrorAction works
correctly instead of throwing ParameterBindingError which requires
Try/Catch blocks

BREAKING CHANGES:
- remove parameter validation check for MacAddress,
validate while processing
- change all warnings to errors

Closes #1
2021-09-05 18:49:00 -06:00
Asif Bacchus f389999ca3 docs(readme): update with auto-load instructions 2021-09-05 02:13:28 -06:00
Asif Bacchus 1ff4a6bf6a refactor(magicpacket): add manifest and explicit function export 2021-09-05 01:08:20 -06:00
Asif Bacchus cb53f4a7a0 chore(git): update gitignore, add gitattributes 2021-09-04 20:22:46 -06:00
Asif Bacchus 02cd02af1c docs(readme): add table of contents 2021-09-04 19:24:08 -06:00
Asif Bacchus 05fbfe6af4 docs(readme): proofread and update readme 2021-09-04 19:13:23 -06:00
Asif Bacchus f2901b6c80 chore(license): clarify note about creation date 2021-09-04 18:51:40 -06:00
Asif Bacchus 30a5d6fb04 docs(readme): create actual readme 2021-09-04 18:50:38 -06:00
Asif Bacchus 0a9410fb38 docs(magicpacket): update broadcast documentation 2021-09-04 18:50:18 -06:00
Asif Bacchus fea3930b88 chore(license): add author name and creation date 2021-09-04 18:49:54 -06:00
Asif Bacchus bc5dfd8a66 struct: delete sample xml, out of scope for repo
- scope of this repo has been redefined as only cmdlets related to WOL
- this file is inteded for implementation-specific contexts, not
relevant to the cmdlet itself
2021-09-04 18:49:33 -06:00
Asif Bacchus 3592f519a0 feature(magicpacket): send multiple packets
- send 2 packets per MAC address, 1 second delay between packets
- caters for a dropped packet or other transmission errors
2021-09-04 02:26:10 -06:00
Asif Bacchus 0b8f04561b feature(magicpacket): add comment-based help
- add help text
- include examples
- add pipeline assistance text
- clean-up code format
2021-09-04 02:18:26 -06:00
Asif Bacchus ec2e204a27 feature(magicpacket): add BroadcastIP aliases 2021-09-04 02:16:50 -06:00
Asif Bacchus 7faa4d84c4 struct(modules): working skeleton magic-packet function
- function to send magic packet
- basic validation and error trapping
- need to use cleaner error trapping
- need to add inline help
2021-09-04 00:58:30 -06:00
Asif Bacchus abcbdb274d struct(data): sample XML list of computers 2021-09-04 00:56:59 -06:00
Asif Bacchus 10b0bfbdfa chore(IDE): Rider configuration files 2021-09-04 00:56:32 -06:00
Asif Bacchus 98ab3f4f7e Initial commit 2021-09-03 21:57:02 -06:00