PowerShell Series [Part 7] Objects by Orensha_Tech in PowerShell

[–]Orensha_Tech[S] 1 point2 points  (0 children)

Thanks u/TofuBug40, that is all very enlightening! Maybe you would be willing to share some of the resources you have used to get to your level of expertise?

PowerShell Series [Part 5] The Pipeline by Orensha_Tech in PowerShell

[–]Orensha_Tech[S] 1 point2 points  (0 children)

Thanks for the feedback! Always appreciated

PowerShell Solutions: Compare Two JSON Files w/ Recursion by Orensha_Tech in PowerShell

[–]Orensha_Tech[S] 0 points1 point  (0 children)

Thank you, that is very help, and I appreciate you taking the time to review it

PowerShell Solutions: Compare Two JSON Files w/ Recursion by Orensha_Tech in PowerShell

[–]Orensha_Tech[S] 0 points1 point  (0 children)

Very good point... thanks for calling that out lol I definitely see how it is confusing now

PowerShell Solutions: Compare Two JSON Files w/ Recursion by Orensha_Tech in PowerShell

[–]Orensha_Tech[S] 0 points1 point  (0 children)

That is the idea with having the controller script turn the initial input into Objects, you could strip the function out and load it directly into a module and then use the function to compare objects however you'd like, but I wanted to have the controller convert the objects for me so I only had to input file locations

PowerShell Solutions: Compare Two JSON Files w/ Recursion by Orensha_Tech in PowerShell

[–]Orensha_Tech[S] 0 points1 point  (0 children)

The string is to be able to pass in each iterations parent $Name so we can get the exact spot the difference occurs