i am trying to perform usage time limit, I need to store some information like address and connection time inside json file, and i can't perform this using batch file, so i need to use powershell scripting to perform this, could i replace batch files with powershell script ?
.
Yes but you need to call powershell from the batchfile. See here for more details https://stackoverflow.com/questions/44600354/how-capture-errorlevel-of-…
.
thanks, i will give it a try.