I am currently writing a powershell script to collect equipment the idea is to write a script that emails clients that have equipment that they havent turned in yet. First it emails the client directly and then after 3 weeks it appends their manager and 3 weeks later their managers manager.
My question is how should I go about storing the username and date in a file so I can call the script and have it know what should be appended. Should I use a text file a .ps1? So I can import the variables and have it have an idea of how long they have been in the system.
Many thanks!!!