Tagged Questions
0
votes
1answer
22 views
PowerShell Checks Script Output to HTML Issue
I have a checks script which I am converting to output to HTML.
It has a function that checks a websites response time. I can't for the life of me get the output to show in HTML. Any ideas?
# ...
0
votes
1answer
10 views
PowerShell HTML Output not displaying correctly
I have this PowerShell script which is outputting to HTML. Below is a snippet of the code.
#Services Check
Write-Host "Services Check"
$html = $html + @"
<h3>Services Checks</h3>
...
0
votes
0answers
18 views
PowerShell Scale Excel Sheet
I'm working on a PowerShell script to change Excel documents into PDFs. As part of the process I am changing to a landscape orientation and I want to ensure that the sheet is scaled to fit one page. I ...
-4
votes
2answers
32 views
PowerShell Convertto-HTML Button [closed]
Is it possible to addin a hyperlink / button to an outputted Powershell script. I want this button to link to a batch file.
0
votes
1answer
30 views
Powershell Script - Services Running eq OK or list Services Not Running
I have this script which checks multiple servers for particular services running.
I need assistance or pointers on how to get it to not pull back running / not running response. I need to get it to ...
0
votes
2answers
47 views
How does a Powershell cmdlet work?
Specifically I need to know how the Restart-Service cmdlet works.
For e.g when I'm writing
Restart-Service myservice1, myservice2
I want to know how it flows.
Does it stop both services before ...
2
votes
2answers
64 views
Create Local User with Custom User Folder in Powershell
I am trying to create a new Win 2008 server local user and assign the user a different profile path. I don't want Windows to generate all the files under C:\Users\newUser, instead, I'd like to have ...
0
votes
1answer
27 views
What are the limitations of running a SQL script from a file in Powershell?
I have a rather complex SQL script that does several things:
Drops an existing database
Reloads the database from a backup
Sets permissions
A few other miscellaneous db-specific tasks
I've saved ...
1
vote
2answers
85 views
String comparison not working in Powershell function - what am I doing wrong?
Okay, I'm a powershell newbie, and probably making a stupid mistake; hopefully someone here can sort me out in a hurry. What I'm trying to do is make an alias of git commit which also logs the message ...
0
votes
1answer
93 views
PowerShell Convertto-HTML add data to column
I have this script
$a = "<style>"
$a = $a + "TABLE{border-width: 1px;border-style: solid;border-color:black;}"
$a = $a + "Table{background-color:#ffffff;border-collapse: collapse;}"
$a = $a + ...
0
votes
1answer
97 views
How to schedule a powershell script for automating wack process through windows scheduler?
I am able to execute the below command from PowerShell prompt and command prompt, but I am unable to schedule it using windows scheduler.
powershell script code:
appcert.exe test -apptype metrostyle ...
1
vote
1answer
48 views
Why does this Powershell function return more than just true/false?
Function lyncNotFocused {
# We need to check if the Lync window (conversation?) has focus or not.
$hwnd = [WhichWindowActive]::GetForegroundWindow()
$proc = [IntPtr]::Zero
...
0
votes
1answer
44 views
Using the Get-EventSubscriber cmdlet in Powershell
I am having a problem for a script I am working on, I must have already dedicated a good 4 hours to this problem, so now I turn here. I have the follow code, shortened it for everyone:
while($true){
...
0
votes
1answer
127 views
Call VBScript With Return Value on Remote Machine With Powershell
I need to call a remote VB script from Powershell, and the VB script needs to run on the remote machine.
I have been using \$computer\root\cimv2:Win32_Process").Create(C:\test.vbs)
This works, ...
0
votes
3answers
461 views
Trying to export an array to csv using powershell (array objects are ; delimited and contain newlines)
Okay, so I have this array, which is essentially an Import-Csv of a CSV file. Each object in the array is an entire CSV row. The input file renders properly when I open it with Excel (The columns ...
0
votes
0answers
203 views
Powershell MYSQL query syntax with Variable
The sqlwriterow function I sends a query and retrieves the data from the specific row I'm looking for.
I have a problem when I send querys containing powershell variables. Now instead of writing ...
0
votes
1answer
106 views
PowerShell script to replace/update specific files on a fileshare
I'm new to PowerShell and I need some help with this script. Can anyone help me figure out what I'm doing wrong?
I am trying to search several directories and replace all instances of newfile.swf.
...
2
votes
2answers
122 views
Start-Job passing XML object to -ArgumentList working different in Powershell V2 & V3
I'm testing a deployment script for my application on Windows Server 2012 with Powershell v3. The script runs fine on Win Server 2008 R2 and Win 7 with Powershell v2. The issue I'm running into now ...
1
vote
2answers
70 views
powershell condition not processing all values in an array
I am newb in powershell but keen to put it into good use. I am working on a script which should do the following:
Check for the existence of a specific folder in a specific location (mapped drive)
...
0
votes
2answers
83 views
Powershell API Post Variable to Ducksboard
Trying to use the following Powershell script which I've taken from Github to push data into a Ducksboard dashboard. The function works excellently however I need to feed in a variable as part of the ...
0
votes
2answers
56 views
Insert data into file based on file name using powershell
I have a powershell script that goes into a files, and for every instance of E:, it will replace it with CBM-FS01|2013-02-03|E:
$filenames = @("C:\SCRIPT\CBM-FS01-E-20130203114114.txt.out")
foreach ...
2
votes
2answers
43 views
variables in strings with powershell
Im trying to build a variable consisting of several other variables to then include, eg:
$myString = "{$_.Name -like "
$myString += $computer[0]
$myString += " -Or $_.Name -like "
$myString += ...
0
votes
4answers
275 views
Using Batch to run remote PowerShell V1.0 command
I am trying to gather some information from my Hyper-V hosts. I have a whole bunch of them and would like to automate this process.
I need to get the Virtual machines that are running on each host.
I ...
0
votes
2answers
230 views
Powershell: Find/Replace pattern of ASCII control characters
I'm trying to write a script to search the contents of a file, and when it comes across a grouping of ASCII control characters, to insert a CR/LF.
The pattern of characters I would like to replace ...
0
votes
0answers
90 views
Import-Module error
So i installed the SMLets.SP1.X86 for my SCSM 2010 SP1, when i open my windows powershell prompt and type "Import-Module SmLets" i get;
http://smlets.codeplex.com/releases/view/84853
"ImportModule : ...
0
votes
0answers
26 views
PowerShell - How to add Microsoft System Center Service Manager Console MODULE
How do I add Microsoft System Center Service Manager Console 2010 MODULE. I've searched online but only seen tutorials for 2012 modules, is there a way to powershell script for service manager 2010 ?
...
1
vote
1answer
134 views
Using WMI to get printer logs
I'm trying to use WMI to get printer system logs from several servers. A week ago I made the following code which for some reason only works sometimes:
wmic /node:<servername> NTEvent WHERE ...
0
votes
2answers
78 views
I need to hash (obfuscate) a column of data in a CSV file. Script preferred
I have a pipe-delimited text file with a header row. (I said CSV in the question to make it a a bit more immediately understandable ... I imagine most solutions would be applicable to either format.)
...
0
votes
1answer
109 views
Reusing/Sharing of powershell remote sessions accross scripts
I have a php server that generates a ps1(poweshell) script and manage remote computer. For example I have powershell script that looks like:
$ip=192.168.137.25;
$pw = convertto-securestring ...
0
votes
2answers
266 views
How to update SharePoint calendar using PowerShell?
I've been trying to update a SharePoint calendar using PowerShell (say I have a .csv file with calendar events in it) and have not been successful. Could you walk me through this action? Starting with ...
0
votes
5answers
3k views
Running Powershell script as scheduled task
I am using the powershell script below to open several word documents, update the form fields in them, and then close them. First, I'll note that if this script is run from the command line or by ...
2
votes
3answers
155 views
Checking Time and executing different instrcutions based on hour
I am using a Robocopy command on a Windows Server 2003 server to copy a series of EDB files to special folders from user workstations onto a server. I want to run the robocopy commands twice, once in ...
0
votes
1answer
39 views
What's is the name for the construct $myVar | % { … … }
All the loop constructs have a name, like "foreach loop" or "do loop" etc. How should we refer to the following construct:
$myVar | % {
......
......
}
Please, do address this query for its ...
0
votes
1answer
77 views
Sql script runner
Get-ChildItem ".\Stored Procedures\*.sql" | ForEach-Object { sqlcmd -S ServerName -d DatabaseName -E -i $_.FullName }
When I run a batch of scripts from a folder with the above command, if a ...
-2
votes
3answers
52 views
Looking to find and copy files (with a specific file ext) from a Directory (recurse) using Powershell?
I am looking to Recurse a Folder Structure (ex.F:\Directory\layer1\layer2\layer3) and find all of the files with the specified file extension (ex. ".dll, .txt"). Then I need to copy the listed/found ...
0
votes
4answers
298 views
Format PowerShell Outputs with Custom Fields
I am a little new to PowerShell and am having trouble properly formatting the output of a script I am writing.
The first line of the snippet returns an array of objects of what I'm looking to format ...
1
vote
1answer
224 views
Keep old default printer name on new print server
I have a task to update all client printer settings during a migration from and old 2003 R2 print server to a new 2008 R2 print server. All clients are Win7 with Powershell 2.0 and I created a script ...
0
votes
1answer
156 views
How to get Powershell to run SH scripts
Can someone please tell me how I get Powershell to run .sh scripts? It keeps just trying to open the file i need in Notepad when I run this command:
.\update-version.sh 123
I've added .SH to my ...
0
votes
1answer
190 views
How to get the count from WMI class listed values…
I have below vbscript.... when executed it will give all the applications that are in this class "SELECT * FROM Application".. What I wanted is a count of these application... I am looking for this ...
0
votes
1answer
324 views
Powershell Compare-Object on empty folder
I am writing a simple DLL copying script to help my dev team in setting up their local environments. I check the build devdrop folder and get a list of DLL files. I then look at the local folder and ...
1
vote
1answer
128 views
Powershell 2.0: Getting different results when running a remote session from a script vs typing it in manually. What's the difference?
I'm getting different results when running a remote session from a script vs typing the exact command sequence in manually. This is happening with a fairly complicated script I'm working on, but I ...
1
vote
2answers
248 views
Using the U2 toolkit for .Net / UniObjects in Windows Powershell?
I'm a developer at a university in Chicago supporting Ellucian/Datatal Colleague on Unidata 7.2. We recently converted from Unidata on Unix to Windows Server and had a number of extract cron jobs that ...
0
votes
1answer
524 views
Powershell Script help : Windows events to Query and export to excel
I have below powershell script for windows events to query, trying to write this script to get the Compueter name, Event ID, Source and description info to excel.
$servers = get-content ...
1
vote
1answer
594 views
Script to export to excel
I Have below script:-- looking for help to convert the output to excel format
$servers = get-content “c:\list.txt”
foreach ($server in $servers)
{
$server
$command = “quser /server:” + $server
...
2
votes
1answer
205 views
DISTINCT Select-String output on directory/text search
I am curious how to produce a distinct file list based on this example.
** This example produces a list of all .ps1 and .psm1 files that contain the text "folders", but without the text ".invoke" on ...
1
vote
2answers
259 views
SQL Server : find and update column in Table 1 with Information from Table 2
I am new to all of this and have just began scripting/programming in general. I have searched high and low and tried several things, but I have had no success. What I am trying to do
Table1 has ...
0
votes
2answers
915 views
Executing powershell .ps1 file on server and viewing results C# asp.net
I'm trying to execute a .ps1 PowerShell file on my server using a C# asp.net webpage.
The script takes one parameter, and I've verified that it works by using the command prompt on the server. After ...
4
votes
2answers
893 views
What does $_ TRULY mean in PowerShell? [duplicate]
Possible Duplicate:
What does $_ mean in powershell?
I have already seen someone else's question and answer on the same subject but for me it does not answer the question.
I know how to ...
3
votes
1answer
151 views
Import-CSV GroupBy Sum
I am stuck trying to get meaningful output from a csv file.
The raw input looks like this.
Col1,Col2,Col3,Col4
a,2,b,z
a,2,c,x
a,1,d,y
e,1,f,s
e,2,g,t
h,1,k,r
I am trying to achieve an output of ...
4
votes
2answers
76 views
Powershell script to return only totalitems from and exchange 2003 mailbox
I'm working on a Powershell script that will return only the total items from and Exchange 2003 mailbox. So far I have this:
get-wmiobject -computername exchange01 -namespace ...
