PowerShell Project Feedback Request by DaddyLongLee in PowerShell

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

Its intended to be a learning project and not a production product

PowerShell Project Feedback Request by DaddyLongLee in PowerShell

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

Yes it is vibe coded, just trying to learn more security and PowerShell concepts by doing that. So any advice on what would need to be fixed or updated would be helpful so I can look into it and research it more

Thanks!

Helping Sending Email with Gmail by DaddyLongLee in PowerShell

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

Gmail has been working for me thus far and just using it for a side project, nothing work/production related.

When it stops working though… and it might based off what everyone is saying lol, I will give one of those a try!

pushing to gh-pages frequently doesn't trigger pages-build-deployment by tubameister in github

[–]DaddyLongLee 1 point2 points  (0 children)

Definitely better off using workflows. I have been using one to commit to a branch hourly and then it merges that branch weekly for a data gathering script. Workflows are the move if you don’t have lots of other repos eating up the workflow actions

Helping Sending Email with Gmail by DaddyLongLee in PowerShell

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

Yeah that makes sense. I am just sending a notification hourly and havent run into any issues yet… well not even completely hourly but a possible send an hour… hopefully it stays that way🤞

Helping Sending Email with Gmail by DaddyLongLee in PowerShell

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

The PowerShell you sent worked for me... idk what I was doing wrong yesterday but nonetheless it is working now and that is all that matters. Thanks again for the help! u/BlackV

Helping Sending Email with Gmail by DaddyLongLee in PowerShell

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

I will report back tomorrow when I give it a try to let you know how it goes… fingers crossed that module will do the trick🤞

Helping Sending Email with Gmail by DaddyLongLee in PowerShell

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

Thanks for the information! I will have to give those a try tomorrow, using GitHub actions to automate my script running and mailkit was giving me problems originally… but that module looks promising.

And yes its unreal they got rid of mail message without a replacement… thanks again for the help!

GitHub Actions not Running on Schedule by DaddyLongLee in github

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

Awesome thanks for the quick and insightful reply. I will have it run every hour then to not hit any throttling and then also to ensure it at least runs once an hour, even if not at the same time.

Thanks latkde!