Windows PowerShell announcement
-
Link
Find a PowerShell user group here: http://powershellgroup.org/
-
Link
Quite often, some users will be provided with a solution, yet won't mark the thread as answered. The moderators of this forum will try to review almost every thread/answer, and may prematurely mark a thread as answered, when it isn't. In cases like those, the original poster can feel free to unmark the thread as answered.
Filter
:
All Threads
All Threads
Answered
Unanswered
Proposed Answers
General Discussion
No Replies
Helpful
Has Code
All Languages
-
Unanswered0Votes
Script Error
if ((Get-Service -Name vss -ComputerName user-pc).Status -notlike 'running' {Invoke-Command -ComputerName user-pc start-service -name vss} At line:1 char:77 + if ...2 Replies | 38 Views | Syed Khairuddin - 2 hours 12 minutes ago | Last Reply Syed Khairuddin - 9 minutes ago -
Answered0Votes
PowerShell: Change desktop wallpaper on remote computer
Hey, I was trying to have some fun with my boyfriend, chaning his wallpaper. I couldn't figure it out, so I asked him for help, but he couldn't figure it out ...4 Replies | 280 Views | KoKo__ - Thursday, May 16, 2013 7:47 PM | Last Reply KoKo__ - 11 hours 14 minutes ago -
Unanswered0Votes
change Network Adapter IPv6 entry ::1 per Powershell
Hi, I've a Little Problem with changing the ::1 after installing AD. My DC reboots and i'm login to Domain, then in the NIC Ipv6, on Position Primary DNS: ...2 Replies | 57 Views | Richard Maurer - 15 hours 36 minutes ago | Last Reply Richard Maurer - 13 hours 12 minutes ago -
Answered0Votes
import-csv question
If my input file is delimited by a vertical Bar(|) and data has 2 sets of double quotes around data values would I need to do anything special other than ...5 Replies | 97 Views | hart60 - Friday, July 05, 2013 11:41 PM | Last Reply hart60 - 13 hours 33 minutes ago -
Answered2Votes
Create shortcut using powershell
Hi, Can anyone tell me a wat to create RDP shortcuts using powershell? I have written a script for mountpoints where in it compares the mountpoints with the ...15 Replies | 247 Views | Koz0s - Monday, July 01, 2013 10:22 AM | Last Reply Peter Kriegel - 15 hours 40 minutes ago -
Unanswered0Votes
How to set Impersonation Permissions by using Active Directory Sites and Services or the Active Directory Users and Computers user interfaces
Using powershell cmdlets these impersonation can be set to specific users. is it possible to set same using Active directory users and computers and Active ...1 Replies | 64 Views | Vamsidaya - 21 hours 45 minutes ago | Last Reply clayman2 - 17 hours 47 minutes ago -
Unanswered0Votes
What's wrong with this code? Home directory manipulation
So what I want to do here is create new home folders for each user listed in a csv file, copy the permissions from their old directory to the new one and set their home directory to this New ...9 Replies | 109 Views | Wasisname - Friday, July 05, 2013 7:32 PM | Last Reply brima - 23 hours 47 minutes ago -
Answered0Votes
Powershell - copy data from excel
Hello, i have a question, i am building a powershell but i am not very good at it :) what i am trying to do is copy from a excel file a single ...3 Replies | 104 Views | johan_oosterwaal - Friday, July 05, 2013 7:54 AM | Last Reply Alex Brassington - Saturday, July 06, 2013 4:33 AM -
Answered0Votes
Parse, Copy, Move files and Log results
I'm looking for a PS script to Parse, Copy, Move and Log results of Files in a directory that I will schedule to run as a task. I am currently teaching myself some basic PS ...6 Replies | 182 Views | C_T_Gecko - Wednesday, June 26, 2013 9:55 PM | Last Reply RiffyRiot - Saturday, July 06, 2013 2:18 AM -
Proposed1Votes
Start-job not working as expected.
> C:\Scripts\Monitor\PingMonitoring.log } } } Please mark my post as helpful or the answer ...6 Replies | 103 Views | zperryz - Wednesday, July 03, 2013 9:47 PM | Last Reply RiffyRiot - Friday, July 05, 2013 9:25 PM -
Answered0Votes
Remove Part of a String
I am trying to figure out how to remove part of string... In the Stings below NT AUTHORITY\SYSTEM BUILTIN\Administrators I ...2 Replies | 87 Views | Semperfi4000 - Friday, July 05, 2013 7:05 PM | Last Reply Boe Prox - Friday, July 05, 2013 7:26 PM -
Unanswered0Votes
Export-CSV Add date to file name
I would like to use export.csv and attach the date to the file. EX. example_7/5/13.csv, example_7/6/13 and so on.. I am using version 3.0. I am trying different ...5 Replies | 84 Views | Freddy91761_1 - Friday, July 05, 2013 3:19 PM | Last Reply BrianD_22932 - Friday, July 05, 2013 6:15 PM -
Answered0Votes
Setting permissions on home directories
I need to set permissions for a bunch of user folders in my home directories. I can get everyone removed, local administrators, user, and system rights just fine. But when i try to add domain admins i ...19 Replies | 101 Views | jthomas777 - Friday, July 05, 2013 3:19 PM | Last Reply clayman2 - Friday, July 05, 2013 5:15 PM -
Unanswered2Votes
How can I move multiple user objects from one OU to a different OU in the same domain?
"Move-ADObject : A parameter cannot be found that matches parameter name 'newparentcontainer' $users = gc C:\_SCRIPTS\UsersOUmove1.txt # gc = ...8 Replies | 72 Views | stev379 - Friday, July 05, 2013 2:35 PM | Last Reply clayman2 - Friday, July 05, 2013 5:11 PM -
Answered0Votes
copy file to remote computer from local with credentials
I am using windows XP I want to copy a file from my system to another system(XP) through WMI. I don't have admin rights to that system.so i want to use ...2 Replies | 10682 Views | Ram Kumr.A - Friday, May 16, 2008 7:30 AM | Last Reply sany - Friday, July 05, 2013 4:22 PM -
Unanswered0Votes
How to write script errors into a custom event log ...
So I've run the following code on one of my servers to create a custom event log and source: New-EventLog -LogName psLogs -source scripts Limit-EventLog ...4 Replies | 93 Views | Wasisname - Thursday, July 04, 2013 8:54 PM | Last Reply Wasisname - Friday, July 05, 2013 3:22 PM -
Unanswered0Votes
powershell copy or move a directory tree
Hi, I need to copy or move a directory tree depending on a "lastused date" to a new location. The files in each directory like *.log or *.txt must be opend and ...1 Replies | 60 Views | Sonny Sonntag - Friday, July 05, 2013 3:06 PM | Last Reply clayman2 - Friday, July 05, 2013 3:13 PM -
Answered2Votes
How to display ComputerName in output?
Hello, Im running the following and I pass a list of Domain Controllers to a Get-WmiObject. In my output, I want to display the name of the DC along with the Name variable ...2 Replies | 105 Views | SdeDot - Thursday, July 04, 2013 3:21 PM | Last Reply SdeDot - Friday, July 05, 2013 3:05 PM -
Unanswered0Votes
Copy-ToZip and Start-Job
I've written some code but its not working as intended. I'm using copy-toZip which comes from the Powershell Powerpack but it seems to try to compress files out of sync and gets ...0 Replies | 64 Views | James Bennett1 - Friday, July 05, 2013 2:27 PM -
Answered0Votes
Powershell script to obtain the last modified folder in a root folder
I have a root folder which contains a number of subfolders within it (1 level deep). Can someone give me a small powershell script to obtain the last modified folder in the root folder.2 Replies | 2963 Views | John Foot - Thursday, July 14, 2011 4:19 AM | Last Reply Pradeeptech - Friday, July 05, 2013 11:40 AM - Items 1 to 20 of 11353 Next ›