lesnostudio.blogg.se

Powershell browse for file
Powershell browse for file









powershell browse for file

  • OKFINCourseservers.txt for Course environment servers,.
  • OKFINProdservers.txt for Production environment servers,.
  • OKFINTestservers.txt for Test environment servers,.
  • powershell browse for file

    I do not have a strict naming convention for these text files but in order to be organized, I usually name them following similar naming convention as for CSV file. This gives me the possibility to segment all the servers for example by the environment (Test, Course, Acceptance, Production, etc.) so I have text files for only Test servers or only Production servers or Course servers or all the servers in the environment.

    powershell browse for file

    These text files are used as inputs to decide which servers will be processed with certain CmdLet. I have separate text files that contain only the list of server names and they are a subset of CSV file. OKFINservers.csv file content example Text Files











    Powershell browse for file