Here is the code I am trying:[string] $Server= "ServerName"
[string] $Database = "DBName"
$UserSqlQuery= $("select FileDelete from DBName.dbo.tmp_TableName")
$resultsDataTable = New-Ob
↧
Remove-Item giving error and not accepting path passed thru variable
↧