Avatar of dann47
dann47
 asked on

Powershell - Import File based on Day

I have a powershell script, that is going to be used by patching, at the moment i am having a different script for each day, that is importing a file based on that day - IE Monday Tuesday etc.  I have 2 variables that i am having to change on each script.  So question is, is there a way i can get powershell to import the file name based on day ?

For example, if a Thu import the below

#Variables For File Names

$fileName = "C:\Patching\Schedule\WinA-Test_Thu.txt"
$csvname =  "C:\Patching\Schedule\WinA-Test_Thu.csv"
Powershell

Avatar of undefined
Last Comment
dann47

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
oBdA

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
dann47

ASKER
Brilliant, many thanks
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes