Topics
Started by
Posts
Last post
Might be anyone could help with solution. I need to encapsulate powershell logic into exe. At the m…
3 replies
If I run this it scripts them out all into one file. Can this be adjusted to put them in to indiv…
7 replies
I'm trying to generate a dynamic control from data in SQL Server. The number of rows is variable, a…
6 replies
I have a powershell script that has 2 steps. The script is called by a SQL agent job. If a step f…
2 replies
Is there a way to read an entire Excel sheet into a Powershell variable, including the values as we…
7 replies
Hi, I need to move the files base on the query from sql database. The files name is on the table, a…
1 replies
Hello, I'm trying to find a way to burry my PS module into extended stored procedure(XP) in sql ser…
1 replies
Hi All, I'm new to Powershell and I've been playing around with scripts all week but not having a s…
3 replies
Hello , Please assists me if any one has idead about this . I have script in powershell which scri…
1 replies
Hi, I'm trying to do something like this: Get-ChildItem -Path "\\drive\s*\*.txt" | ForEach-Object …
6 replies
Get-ChildItem -path $Directory -recurse -include *.html | ForEach-Object {Start-Process -FilePath $…
1 replies
I have this code which prints files inside the tempprint folder. TargetFolder = "C:\tempprint" Set …
1 replies
I thought I'd try Powershell for some file maintenance. Thought it might be fun! And now I'm stuc…
8 replies
Hi, Trying to follow older tutorials is pretty frustrating. It seems like a lot of the syntax resul…
4 replies
Hi gang, I have an array, $Data, having a bunch of elements, $Datum, each of which contains somethi…
2 replies
Viewing 15 topics - 421 through 435 (of 635 total)
You must be logged in to create new topics.