0
votes
0answers
37 views

Start-transcript in a background process

is there a way to handle start-transcript in a background process? I have a script launched in background. almost everything works fine, except logging with start-transcript? in fact, it creates my ...
0
votes
0answers
13 views

SharePoint 2013 Create Variation Labels with powershell script [migrated]

I'm actually trying to add variation labels to a site using powershell script (SharePoint 2013), and i know there is no powershell script for the job so im looking at some c# object model and i found ...
0
votes
1answer
36 views

Error running PowerShell script with .bat

I'm trying to run a .bat file calling a shell .ps1 file. I've tested my script directly in powershell and there it works. But when I run the .bat, a error occurs saying to me something like [ The ...
0
votes
1answer
70 views

Automatically uninstall unused applications in SCCM 2012

Is there a way to automatically uninstall unused applications in SCCM 2012? I thought of a PowerShell script. Which lists the local installed Applications and compares to the group assigned by the ...
2
votes
1answer
47 views

how to display the length of a FULLNAME

how can i get the length of the full path of a filename? I am getting all the files recursively in a directory structure succesfully, and now I am trying to get the length of the fullpath: ...
1
vote
1answer
64 views

How do I write this Powershell Function More Efficently?

I.ve come at this many different ways and looked on alot of sites about Efficient Powershell Scripts but I still could use help making this script more efficient...It uses 3-4% of CPU. The Main Drag ...
1
vote
1answer
47 views

Appropriate language for scripting gathering server information tasks?

I have a fairly unique problem, and I'd like to gather some input on it. I'm responsible for creating a script of some sort that can do the following things: Run on any Windows Server 2008 R2 ...
0
votes
3answers
98 views

Unsigned Powershell scripts from HTA

I have created the below batch file and it works flawlessly as long as I run it manually. However, if I run the .bat file from a HTA application, PowerShell says that he can't run the script because ...
0
votes
1answer
48 views

Are there any alternatives to getting a Verisign or similar cert for running Powershell scripts on any server?

I've been working on a Powershell script for a little while, which is designed to be used both by me personally (on my local machine) and by other people both in my domain and outside of it. The ...
2
votes
2answers
58 views

Renaming a new folder file to the next incremental number with powershell script

I would really appreciate your help with this I should first mention that I have been unable to find any specific solutions and I am very new to programming with powershell, hence my request I wish ...
0
votes
1answer
82 views

Powershell Send-MailMessage cmdlet - Subject parameter won't let me pass a number

So as part of a larger script I'm working on I have to send an email with results Whenever I use a number in the Subject field not only is the number not send BUT the mailmessage is never sent and no ...
0
votes
3answers
48 views

Powershell or Batch EXITCODE 7zip

how can I get the exit code of a 7zip's operation? for example: 7z x filename.zip -y how can I get it? at now, I do some operations in bat, but I can change language. I found something with AHK ...
1
vote
1answer
49 views

script to run exe as specific user in windows

I have a .exe file in some location C:/foo/myhost.exe which actually creates MSMQ queues in the system and I need to run that a specific user (Network account). I am looking for script where business ...
-2
votes
1answer
42 views

Find and Replace powershell

I can't figure out what i'm doing wrong. i want it to read the web.config file find (< serverName >, ServerName, or localhost) and replace with the computername and then save the file again. I also ...
1
vote
1answer
42 views

Powershell - Formatting results into table/array

I have the below script pulling the correct information, but need assistance formatting it. What I am looking for is a table that lists the Group names in Column A and the User names in Column B. ...
0
votes
4answers
105 views

Can I export the SQL query results from Netezza?

We want to run a query in the Netezza IDE and export the results in the form of a CSV file. Is there any API which would let us do the same, using a shell or some other script? Is there any shell ...
0
votes
1answer
70 views

custom pop up message when usb device is plugged in (Windows 7)

I know a little bit about programming. I wanted to know if there was a way to get a message box pop up every time someone plugs in a usb drive saying something like "is this an approved device?" . I ...
1
vote
2answers
66 views

Creating Azure VM Asynchronous in PowerShell

I am trying to generate a 1000 Azure VMs(yes I know of the cost) for a large job. This is being done in a PowerShell script (see script below) asynchronously so charges will not be incurred while ...
0
votes
0answers
80 views

Git Commands using powershell

how to make the default directory of git as the location of the current powershell script this is the content of git-init.ps1 at C:/Users/MyUser/Desktop/Project101/git-init.ps1 and i want to ...
1
vote
0answers
53 views

NMap won't run in Visual Basic Powershell

I've got a VBA script I wrote in Excel and it launches a .ps1 powershell script that's located elsewhere. The VB script takes input from a cell in the document and uses that cells contents as a string ...
0
votes
1answer
45 views

How to print Exchange server name to screen for a given username

I am writing a script that takes username and find its mailbox server. this is what I tried: $mailboxDetails = get-mailbox -id MyUser write-host $mailboxDetails *MyUser is my username in AD this ...
1
vote
2answers
132 views

curl http://url/script.ps1 | powershell possible?

I just want to replicate the same behavior that I do on Linux systems c:\> \{CURL_EQUIVALENT_ON_WINDOWS} - http://url/script | powershell Is that possible? Basically I want to execute a stream ...
1
vote
1answer
89 views

Powershell rename a file with wildcard characters

how can I rename a file like this? Cf.EL#131.csv.[daily_report+cf.com] where .com] is the extension. when I try this: $file='Cf.EL#131.csv.[daily_report+cf.com]' Rename-Item $file pippo.txt
2
votes
1answer
69 views

How can I concatenate a string with a link that has spaces in powershell

Here is my code that checks when users passwords will expire and emails them if it will expire in less than 14 days. Since the link in the body of the email has spaces in it, the link does not ...
0
votes
2answers
61 views

passing path as a variable in powershell script

I want to pass path as a varibale(Read-host) in my powershell script. It is not working giving error as Cannot find path because it does not exist My code $a=read-host $b=read-host Copy-item $a ...
0
votes
1answer
49 views

Powershell remove timestamp from filename

if I have some files with the name pippo_yyyymmdd.txt, pluto_yyyymmdd.txt etc etc, how can I remove the timestamp and rename the files as pippo.txt, pluto.txt ?
0
votes
0answers
48 views

Can't execute powershell azure cdmlets from any other PC than server

The issue is the following. I can update user info from Office 365 using Azure cdmlets from the server, the code checks the user and updates the password. The issue is when I run it from a different ...
0
votes
3answers
118 views

Handling a popup box using powershell

Can anyone please tell me how to click on "ok" or "cancel" on a popup window using powershell? I am trying to automate a website using powershell, but I am new to powershell. I have to click on OK ...
0
votes
2answers
106 views

Multiple statements using && [duplicate]

What would be the equivalent statement of CMD's: dir && cd .. in Powershell? I tried: dir -and cd .. but it throws error: Get-ChildItem : A parameter cannot be found that matches ...
0
votes
3answers
73 views

Difficulties creating an automatic file moving script (Powershell)

I'll start by stating that i'm pretty new to Powershell but from what i hear it can be pretty powerful. with that said i'll specify the problem. i'm trying to write a Powershell script destined to ...
1
vote
2answers
60 views

Powershell How to use test-path knowing only a part of filename

can I use the classic Test-Path to check if exists into a specific folder a file with a specific word into its name? for example, I want to check if exists a file that starts with the word "LAB". ...
1
vote
2answers
117 views

Waiting for a specific event in Powershell

I am writing a script in powershell, that will wait for a specific event in Windows 7. Event ID 4776, in the Security Log. The script will run when the computer is locked. The script is supposed to ...
2
votes
3answers
54 views

Powershell How to add a number into a variable

how can I add a number to another number contained into a variable? $t0 = Get-date -UFormat "%H%M" $t1 = $t0 + 10 so, if $t0 is 1030, I would $t1 values 1040.
1
vote
2answers
245 views

Powershell send file as attachment of a mail

I need to check if a file exist into a path. if yes, I need to send it as attachment of mail. this my code now: $file='STREAM_preg.txt' $pathfile ='c:\Users\root\Desktop' $dest ...
-1
votes
2answers
196 views

how to change settings in internet explorer using powershell?

We need to be able to change internet explorer settings on hundreds of machines. The change that we need to make is: go to settings connections lan settings uncheck "automatically detect settings" ...
1
vote
1answer
80 views

How to switch current user using powershell?

my task is to create new windows local user, log in, using it and then do some actions. Creating new user wasn't a problem but i don't know how to switch current user to new one. What i did is a ...
2
votes
1answer
121 views

powershell mouse move does not prevent idle mode

Before I start, here is my very first little code I wrote in PowerShell :) [System.Windows.Forms.Cursor]::Position = ` New-Object System.Drawing.Point($pos.X, ($pos.Y - 1)) ...
0
votes
1answer
237 views

How to configure a VM from HyperV host using Powershell

I have a HyperV server with over 10 VMs hosted on it. They all use a base image so they are not connected to a domain nor do they have there NIC configured. Is there a way that I could run commands ...
0
votes
0answers
50 views

powershell can't handle LDAP users when “/” is part of the CN

I've been creating a powershell script that users directorysearcher to list a specific group members and than building an array that holds only their SAN property: $UserSANList = foreach ($UserDN in ...
0
votes
2answers
56 views

Powershell BitsTransfer does not complete

I'm sorry to keep asking about Powershell, my script-foo is not what it needs to be. I'm writing a BitsTransfer .PS1 to automate the weekly download of an ASCII file. It never seems to complete and ...
0
votes
4answers
72 views

powershell result of 'if condition' write to a outfile

In powershell i am writing a script using 'if' condition to check a folder for files received in last 2 hours. The code works fine and the output is written to the screen, instead i want it to write ...
-2
votes
1answer
299 views

PowerShell Delete folders older than X days readed from a txt file

how can I check if paths passed from a txt file are older than X days? then, if yes I want to remove them. It's not my business to check data-modified of files in the folders. I want to check only ...
1
vote
1answer
259 views

Add computers to security groups - Powershell GUI?

This week I was tasked with question/problem: How can you add computers to security groups within an OU using a functioning Powershell GUI interface consisting of various computer name input methods:- ...
4
votes
1answer
131 views

Run Only signed powershell scripts from c#

I have a windows service that downloads a script and then runs it. I've been trying to make my windows service more secure, making it accept only signed power-shell scripts. I have ran the ...
0
votes
1answer
64 views

Do all script users need Powershell installed?

Looking to use Powershell for writing some scripts. The concern is, do all users of the script need Powershell installed on their computer in order to have the script execute properly? Is the behavior ...
1
vote
5answers
195 views

How to make a new line in a text file at every instance of character X - Windows 7?

I have a text file filled with characters: ABCABCABCABC ...and with a script (Batch, VBS, Powershell, anything simple for Windows really) am trying to automatically add a new line for every ...
0
votes
1answer
205 views

Powershell Script to Find SharePoint Groups with [No Access]

Our company is running into an issue post-upgrade with (some) custom SharePoint groups being appended with [No Access] that is throwing group members Access Denied messages when they try to access the ...
-1
votes
1answer
91 views

Powershell copy script with condition check

Our requirement is to copy files from source to the destination folder. The clause is during the first run of the script everything should be copied but in the subsequent runs it should copy only ...
0
votes
2answers
84 views

Display all sites and bindings in powershell

I am documenting all the sites and binding related to the site from the IIS. Wondering if there is an easy way to get this list through powershell script rather than manually typing looking at IIS? I ...
-1
votes
4answers
73 views

How to copy a line from a text file and paste it into a new text file based on a string? [closed]

I have these long log files where I need to search them for a specific string and then if the line includes the string, copy that line and paste it into a new document. I have multiple logs that I ...

1 2 3 4 5 6