Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
microsoft . public . windows . powershell
This is a Usenet group - learn more
Find or start a Google Group about powershell.
Group info
Group categories: Not categorized
More group info »
Related Groups
Microsoft Windows newsgroup.
Low activity, Usenet
Microsoft Windows 2000 newsgroup.
Low activity, Usenet
Microsoft scripting newsgroup.
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 7106  Older »
Description: Microsoft Windows newsgroup.
 

how to kill process with powershell 
  hello everyone i am new here and just learned powershell few days . I want to declare a array that contains my program name,and then I shutdown it when I run the powershell script. here is my code $array=("a","b","c") foreach($i in $array){get-process|where { _$.Name -Equal $i}|kill} can you help me to edit it .thanks... more »
By jerry qian  - Jan 5 - 2 new of 2 messages    

This will work 
  $address = "Fraser Center`r`nBldg 3" set-user -id -streetaddress $address You need to have both the `r`n and that is not a ' it a ` there is a differance in powershell. ...I think part of the confusion may be between the term multi-line and 11-Apr-09 I think part of the confusion may be between the term multi-line and... more »
By  - Jan 5 - 1 new of 1 message    

Powershell and Microsoft Clustering. 
  Are there any cmdlets that allow me to gather info about clusters? Is there a snap-in or is it available in powershell 2? Thanks
By Jacob Sampson  - Jan 5 - 2 new of 2 messages    

Scope question - Variable scope within script 
  Another newbie question... I'm hung up on variable scope. Comparing to VbScript, I would like to have global/public variables visible anywhere within the script, as well as private/local variables visible only within their own function. As I understand the docs, global or script scope should be visible anywhere... more »
By TreyS  - Jan 5 - 2 new of 2 messages    

Getting top down org view with PowerShell 
  Does anyone have any quick code samples that can return a list of all reports to a manager and below? I'm looking to make some distribution groups based on a manager and all their reports (direct and otherwise). Thanks!
By Steven Presley  - Jan 5 - 3 new of 3 messages    

Quota script 
  Hello macblazer, ...Dale; This might work: (All one line) Get-Mailbox -Filter {UseDatabaseQuotaDefaults -eq $false -AND database -eq "<database DN>"} |Select-Object Alias |Set-Mailbox -UseDatabaseQuotaDefaults:$tru e If not, try this: Get-Mailbox -Filter {UseDatabaseQuotaDefaults -eq $false -AND database -eq... more »
By Karl Mitschke  - Jan 5 - 1 new of 1 message    

Add an Active Directory Object to Organizational Unit !!!! 
  Hi everyBody , I want to add an Active Directory Object (User Acount , Group , Compturer...) to an OU by using PowerShell , and i don't know How , any help will be apreciate . thanks .
By mamhil  - Jan 5 - 3 new of 3 messages    

Printing Ascii and non-Ascii codes 
  Can powershell list the ascii codes and non-ascii codes ?
By IT Staff  - Jan 5 - 7 new of 7 messages    

Parse email and forward certain text 
  I am sure this can be done, I'm just to new to Powershell to figure it out. I am using Outlook 2010 beta. I would like to create a rule that when an email from a certain sender, with a certain Subject line, comes into my Inbox launch a powershell script. This script will parse the email and forward everything between a particular word... more »
By bhicks14  - Jan 4 - 7 new of 7 messages    

recent books about PowerShell ? 
  Where can I find a list of the most recently published books about PowerShell ? - Larry
By Larry__Weiss  - Jan 4 - 9 new of 9 messages    

1 - 10 of 7106   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google