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.
-
1 VotesWho will be the next PowerShell Guru? Read more about the October 2017 Wiki Guru competition
What is TechNet Guru Competition? Each month the TechNet Wiki council organizes a contest of the best articles posted that ...
-
0 Votesmove from ad groups
hello, I am trying to write a script that will get a list of users and then move those users from all AD groups them are a member of. I'm doing something wrong here but not sure ...Unanswered | 2 Replies | 40 Views | Created by bellmonster - 5 hours 46 minutes ago | Last reply by jrv - 3 hours 30 minutes ago -
0 Votestrimstart() method not modifying variable
Hi - I'm trying to write a script that will show me the last time a 2012 computer in each of several child OUs logged in to the domain. I've got most of the ...Unanswered | 1 Replies | 23 Views | Created by GA123 - 7 hours 5 minutes ago | Last reply by jrv - 3 hours 38 minutes ago -
0 VotesGet Windows Task Manager Information
Hello Forum Is there a way to grab the following information from Task Manager on a Server, for all SQL Server Processes: ...Proposed | 3 Replies | 81 Views | Created by Anthony C-UK - Friday, September 22, 2017 9:19 AM | Last reply by jrv - 3 hours 50 minutes ago -
0 VotesAutomating Mailbox Requests (Exchange 2010)
Hello, I have the below code which works fine however it errors each time all the mailbox database servers have a request running. I am unsure as to how I ...Unanswered | 3 Replies | 58 Views | Created by SMBC4100 - Sunday, October 08, 2017 7:03 PM | Last reply by jrv - 3 hours 52 minutes ago -
1 VotesImport Module Query
Is it possible to load a module and then execute a cmdlet at the beginning of a powershell command? I want to import the following module: import-module ...Answered | 7 Replies | 844 Views | Created by PaddyOK - Friday, July 03, 2015 3:09 PM | Last reply by VOISIN Pierre-Emmanuel - 8 hours 49 minutes ago -
0 VotesChecking for a string and storing it
$tdate = Get-Date -UFormat "%d/%m/%Y" # You may need that to understand I need to use find all txt files in a folder that contain a string $tdate, that ...Unanswered | 3 Replies | 29 Views | Created by S H A W N - 10 hours 45 minutes ago | Last reply by BOfH_666 - 9 hours 49 minutes ago -
0 VotesEdit Registry Key using Powershell
I am attempting to write a PowerShell script that modify Googles ability to auto update $computers = gc 'c:\complist\complist.txt' $Hive = ...Unanswered | 3 Replies | 51 Views | Created by DRHeinz - Thursday, October 05, 2017 4:11 PM | Last reply by jrv - 10 hours 15 minutes ago -
0 VotesScheduled Tasks - Unable to set "Do not store password"
I hope someone can help. I am using Windows Server 2012 R2 with PowerShell 4.0. What I am trying to do is use PowerShell to create a Scheduled Task that has ...Unanswered | 9 Replies | 2875 Views | Created by Lee Wilmott - Friday, July 18, 2014 8:49 AM | Last reply by Tim Buntrock - 10 hours 23 minutes ago -
0 Votespass thru creds not working
trying to run the following and get this:Unanswered | 2 Replies | 64 Views | Created by Chicojrman123 - Wednesday, October 04, 2017 4:55 PM | Last reply by Tim Buntrock - 10 hours 27 minutes ago -
0 VotesGet Total PageFile Stats
Hello Forum As per my earlier post, I am also trying to get PageFile Capacity and the amount of Page File used, however it is possible to have more than one Page File on a ... -
0 VotesConverting batch script to powershell
Hello!, I wanted to convert the script below into a powershell one, the reason is so i can use secure string for the password and i can later add on the ...Proposed | 2 Replies | 55 Views | Created by Batch-to-PowerShell - Thursday, October 05, 2017 4:14 PM | Last reply by Tim Buntrock - 11 hours 14 minutes ago -
0 VotesOut-gridview
Is there a way to save Out-gridview?Proposed | 6 Replies | 52 Views | Created by Dele_Alli - 14 hours 53 minutes ago | Last reply by Tim Buntrock - 11 hours 39 minutes ago -
4 VotesSend message to the users
Hi, Everytime when we need to reboot the system we need to send an email to the users that are logged on the servers. It happened a lot that users don't read mail and because of ...Answered | 13 Replies | 91 Views | Created by D-TOXXX - 18 hours 48 minutes ago | Last reply by D-TOXXX - 11 hours 39 minutes ago -
0 VotesPowershell script not getting memory values
Hello Forum I have a PowerShell script that loops through a set of servers to get the TotalPhysicalMemory, FreePhysicalMemory and Page File stats: ...Answered | 2 Replies | 29 Views | Created by Anthony C-UK - 13 hours 25 minutes ago | Last reply by Anthony C-UK - 12 hours 24 minutes ago -
0 VotesPowershell - Script to check open file by no-admin domain user
Hello Everyone, i wrote scirpt to check open file using get-SmbOpenFile. My script is below: function abc ...Unanswered | 7 Replies | 88 Views | Created by AleksanderKep - Friday, October 06, 2017 9:28 AM | Last reply by jrv - 13 hours 1 minutes ago -
0 VotesWhy -ErrorAction is not respected?
Hi, Does anybody have an idea why -errorAction SilentlyContinue does not work? Some CMDLets respects that, but e.g. "get-aduser -identity doesnotExists -errorAction ...Unanswered | 4 Replies | 57 Views | Created by Petri X - Thursday, October 05, 2017 4:38 PM | Last reply by jrv - 13 hours 12 minutes ago -
0 VotesAdd semicolon in powershell report
I have created a script a which generates a report and i want to add semicolon in the script i tried but its not working. Can somebody help ...Answered | 5 Replies | 141 Views | Created by Kumar Lalit - 21 hours 31 minutes ago | Last reply by jrv - 13 hours 41 minutes ago -
1 VotesUpdate AD Attributes based on DistinguishedName
Hi, I am trying to update some AD attributes based upon DistinguishedName values that are in a .CSV file. For ...Proposed | 8 Replies | 106 Views | Created by Dan Davey - Thursday, October 05, 2017 3:48 PM | Last reply by kuingul - 13 hours 43 minutes ago -
2 VotesSystem info on all domain computers for documentation
Hello, Systeminfo is giving me a perfect overview of my system but it does not giving me on all other compters. I know that there are 3rd Party Tools or SCCM but we are not ...Answered | 3 Replies | 39 Views | Created by Dele_Alli - 15 hours 7 minutes ago | Last reply by jrv - 14 hours 32 minutes ago -
0 VotesS4U Logon Type with different account : Access Denied.
Hi, I am writing a powershell script that registers a scheduled task with a Service Account (Not with my cred). I want to run the task even when the user is not ...Unanswered | 6 Replies | 87 Views | Created by komal436 - Tuesday, October 03, 2017 1:33 PM | Last reply by Albert Ling - 14 hours 38 minutes ago - Items 1 to 20 of 26437 Next ›
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.
