powershell query script to read csv file and use the output to pass it onto aws cloudwatch
Powershell code to read data from shared folders which has csv files, reading occures based on timestamp and the last read file is not read in the next run. this will then written to aws cloudwatch. Eventual goal is to read data from the folder and read each csv file and pass onto aws cloudwatch
Changing User Rights Assingments From A Powershell Script
I am currently working on a project to make a script to get any computer CIS compliant up to IG3 level. Part of this includes changing the User Rights Assignments to only Admins or remote desktop users.
Simplifying Powershell If Else statement
I’m currently working on a personal project and i’m realitvely new to writing powershell scripts.