Another Start-Job example
In reference to the post I made yesterday about Start-Job, here is an example where the function is passed into the Start-Job so it can be reused inside of that child process. This enables you to A) make code that…
In reference to the post I made yesterday about Start-Job, here is an example where the function is passed into the Start-Job so it can be reused inside of that child process. This enables you to A) make code that…
So I’m working on a script that can check on the status of machines that are being re-imaged. Since there files that can be expected to appear as it re-images, we can use that to gauge the success/failure of the…
Been working on several scripts One of which is utilizing ntfy.sh to help me stay on top of utilities that need to run without fail. An example would be a nightly backup script. Before email became locked down a person…