Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

microsoft.public.windows.powershell | Forum profile

Forum profile page for microsoft.public.windows.powershell on http://www.microsoft.com/communities/newsgroups.... This report page is the aggregated overview from a single forum: microsoft.public.windows.powershell, located on the Message Board at http://www.microsoft.com/communities/newsgroups.... This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "microsoft.public.windows.powershell" on the Message Board at http://www.microsoft.com/communities/newsgroups... is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Discussions in microsoft.public.windows.powershell - microsoft.public.windows.powershell (site profile, domain info microsoft.com)
Title: microsoft.public.windows.powershell
Url: http://www.microsoft.com/communities/newsgroups...
Users activity: 21 posts per thread
Forum activity: 15 active threads during last week
 

Posting activity on microsoft.public.windows.powershell:

  Week Month 3 Months
Threads: 15 98 288
Post: 30 204 608
 

microsoft.public.windows.powershell Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
sinonim sinonim
3
user's latest post:
working solution in...
Published (2009-12-25 12:02:00)
  mihaiplesa.blogspot.com presents a working solution... Paolo wrote: Hi Oisin,thanks for reply, but still not works...clear$port= new-Object System. 18-Nov-07 Hi Oisin, thanks for reply, but still not works... clear $port= new-Object System.IO.Ports.SerialPort COM9,1200,None,8,one $port.Open() $port.Write("AT+CMGF=1`r`n") Start-Sleep -seconds 3 $port.Write("AT+CMGS=+1234567890`r`n") Start-Sleep...
Marco Shaw [MVP]
3
user's latest post:
how to Append Info into a...
Published (2009-12-27 03:46:00)
  Use add-member: $param|add-member -type noteproperty -name Disk4 -value $null "tal Shatz" <shatz.tal@gmail.com> wrote in message news:047e7b17-2bb1-4176-8cb2-1a6c2e544faf@a21g2000yqc.googlegroups.com... > Suppose i want to make this command > $param = "" | select "disk1" , "disk2" , Disk 3" > > but then in the...
happytoday
3
user's latest post:
changing the format of date...
Published (2009-12-28 16:36:00)
  I need to fix a problem with batch files that it has the command "echo %date%" inside them . So , I run them in a lot of machines and every machine has its own format of date . How can I unite the format of date for all of the machines. I mean how to make for all machines for example : Mon 12/28/2009 or dd/mm/yy or Any other format . Thanks in advance for your help. .  
jona bishop
2
user's latest post:
Best way to retrieve Windows OS...
Published (2009-12-22 14:37:00)
  Solved using gwmi win32_operatingSystem | Select Name jona bishop wrote: Best way to retrieve Windows OS edition of all server class on a network. 22-Dec-09 Hi, Does anyone have a good way to retrieve Windows Edition of all the servers on a network? List of servers can be retrieved from from AD or a text file. I just need to have the output to have server name and Windows Edition its running on. Thanks for the help. JonaB Previous...
Larry__Weiss
2
user's latest post:
changing the format of date...
Published (2009-12-28 16:40:00)
  Gerard Bok wrote: > On Mon, 28 Dec 2009 13:41:19 -0800 (PST), happytoday > <ehabaziz2001@gmail.com> wrote: > >> I need to fix a problem with batch files that it has the command "echo >> %date%" inside them . So , I run them in a lot of machines and every >> machine has its own format of date . >> >> How can I...
Craig
1
user's latest post:
Powershell Script to backup...
Published (2009-12-19 11:57:00)
  Is there a ps script which can be used to backup AD System State Data on a daily basis and a weekly full system backup. If yes, can this script be scheduled to run daily? .  
jfrmilner
1
user's latest post:
Powershell Script to backup...
Published (2009-12-19 13:35:00)
  Craig, It would be simpler if you just used Scheduled Tasks with ntbackup (2003) or wbadmin (2008). Here are the links to the syntax: wbadmin http://technet.microsoft.com/en-us/library/cc754015(WS.10).aspx ntbackup http://technet.microsoft.com/en-us/library/bb490952.aspx
Darko Bazulj
1
user's latest post:
Adding IP's to...
Published (2009-12-22 04:19:00)
  "Mehdis" <Mehdis@discussions.microsoft.com> wrote in message news:FB477911-E65A-4795-A4F3-ACABA7DCDD9F@microsoft.com... > Hi all, > > I want to write a script in powershell that will add IP's to a nic. i.e. > when added they will appear on the IP Addresses section on 'Advanced > TCP/IP > Settings' of the TCP/IPv4 properties in 'Local Area...
chetana rupa
1
user's latest post:
Hi.. Reg: VnWare in...
Published (2009-12-23 01:22:00)
  Hi.. Can any one share the c# code for executing VnWare commands [like start, stop, list etc] Thkz Chets Submitted via EggHeadCafe - Software Developer Portal of Choice DOING STATIC IN C# http://www.eggheadcafe.com/tutorials/aspnet/88185d6b-5000-4de0-9997-64005ab433c8/doing-static-in-c.aspx .  
Mehdis
1
user's latest post:
Adding IP's to...
Published (2009-12-22 02:57:00)
  Hi all, I want to write a script in powershell that will add IP's to a nic. i.e. when added they will appear on the IP Addresses section on 'Advanced TCP/IP Settings' of the TCP/IPv4 properties in 'Local Area Connection Properties'. I've been looking at Win32_NetworkAdapterConfiguration however all the examples I have seen so far just talk about getting IP addresses and adding a static IP. Another...
 

Latest active threads on microsoft.public.windows.powershell::

Discussions in microsoft.public.windows.powershell
Started 2 days, 4 hours ago (2009-12-28 16:38:00)  by Gerard Bok
On Mon, 28 Dec 2009 13:41:19 -0800 (PST), happytoday <ehabaziz2001@gmail.com> wrote: >I need to fix a problem with batch files that it has the command "echo >%date%" inside them . So , I run them in a lot of machines and every >machine has its own format of date . > >How can I unite the format of date for all of the machines...
Thread:  Show this thread (4 posts)   Thread info: changing the format of date command result in
microsoft.public.windows.powershell Size: 1,152 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: changing the format of date command result in
microsoft.public.windows.powershell :: microsoft.public.windows.powershell :: Discussions in microsoft.public.windows.powershell"
Discussions in microsoft.public.windows.powershell
Started 2 days, 4 hours ago (2009-12-28 16:40:00)  by Todd Vargo
happytoday wrote: > How can I find a fine tutorials/ebboks for batch and shell programming > for dos and windows . I have a unix shell programming background . Where can I find online tutorials to learn unix shell programming?
Thread:  Show this thread (2 posts)   Thread info: Free tutorial in microsoft.public.windows.powershell Size: 476 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Free tutorial in microsoft.public.windows.powershell :: microsoft.public.windows.powershell :: Discussions in microsoft.public.windows.powershell"
Discussions in microsoft.public.windows.powershell
Started 2 days, 12 hours ago (2009-12-28 08:29:00)  by Tome Tanasovski
I think what you're asking is how to iterate through get-childitem (alias dir). That is done as follows: dir u_ex*.log |foreach { # you can then use $_ to represent the current file get-content $_ } Here's how I would do what you're trying to do while writing to the file in place. I use an array ...
Thread:  Show this thread (2 posts)   Thread info: Need help with my script to clean Log data. in
microsoft.public.windows.powershell Size: 2,997 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Need help with my script to clean Log data. in
microsoft.public.windows.powershell :: microsoft.public.windows.powershell :: Discussions in microsoft.public.windows.powershell"
Discussions in microsoft.public.windows.powershell
Started 3 days, 17 hours ago (2009-12-27 03:46:00)  by Marco Shaw [MVP]
Use add-member: $param|add-member -type noteproperty -name Disk4 -value $null "tal Shatz" <shatz.tal@gmail.com> wrote in message news:047e7b17-2bb1-4176-8cb2-1a6c2e544faf@a21g20 00yqc.googlegroups.com... > Suppose i want to make this command > $param = "" | select "disk1" , "disk2" , Disk 3" > > but then in the script i...
Thread:  Show this thread (2 posts)   Thread info: how to Append Info into a Parameter ? in
microsoft.public.windows.powershell Size: 927 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: how to Append Info into a Parameter ? in
microsoft.public.windows.powershell :: microsoft.public.windows.powershell :: Discussions in microsoft.public.windows.powershell"
Discussions in microsoft.public.windows.powershell
Started 5 days, 9 hours ago (2009-12-25 11:57:00)  by sinonim sinonim
mihaiplesa.blogspot.com presents a working solution... Paolo wrote: Hi Oisin,thanks for reply, but still not works...clear$port= new-Object System. 18-Nov-07 Hi Oisin, thanks for reply, but still not works... clear $port= new-Object System.IO.Ports.SerialPort COM9,1200,None,8,one $port.Open() $port.Write("AT+ ...
Thread:  Show this thread (4 posts)   Thread info: working solution in microsoft.public.windows.powershell Size: 4,475 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: working solution in microsoft.public.windows.powershell :: microsoft.public.windows.powershell :: Discussions in microsoft.public.windows.powershell"
Discussions in microsoft.public.windows.powershell
Started 1 week ago (2009-12-23 03:27:00)  by Marco Shaw [MVP]
Do you mean you want examples of using C# to call VMWare's PowerCLI? Marco "chetana rupa" wrote in message news:2009122334913chetanarupab@infotechsw.com... > Hi.. > Can any one share the c# code for executing VnWare commands [like start, > stop, list etc] > > Thkz > Chets > > > Submitted...
Thread:  Show this thread (2 posts)   Thread info: Hi.. Reg: VnWare in microsoft.public.windows.powershell Size: 1,157 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Hi.. Reg: VnWare in microsoft.public.windows.powershell :: microsoft.public.windows.powershell :: Discussions in microsoft.public.windows.powershell"
Discussions in microsoft.public.windows.powershell
Started 1 week, 1 day ago (2009-12-22 14:37:00)  by jona bishop
Solved using gwmi win32_operatingSystem | Select Name jona bishop wrote: Best way to retrieve Windows OS edition of all server class on a network. 22-Dec-09 Hi, Does anyone have a good way to retrieve Windows Edition of all the servers on a network? List of servers can be retrieved from from ...
Thread:  Show this thread (2 posts)   Thread info: Best way to retrieve Windows OS edition of all server class on a network.
in microsoft.public.windows.powershell Size: 1,384 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Best way to retrieve Windows OS edition of all server class on a network.
in microsoft.public.windows.powershell :: microsoft.public.windows.powershell :: Discussions in microsoft.public.windows.powershell"
 

Hot threads for last week on microsoft.public.windows.powershell::

microsoft.public.windows.powershell
Started 5 days, 9 hours ago (2009-12-25 11:57:00)  by sinonim sinonim
mihaiplesa.blogspot.com presents a working solution... Paolo wrote: Hi Oisin,thanks for reply, but still not works...clear$port= new-Object System. 18-Nov-07 Hi Oisin, thanks for reply, but still not works... clear $port= new-Object System.IO.Ports.SerialPort COM9,1200,None,8,one $port.Open() $port.Write("AT+ ...
Thread:  Show this thread (4 posts)   Thread info: working solution in microsoft.public.windows.powershell Size: 4,475 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: working solution in microsoft.public.windows.powershell :: microsoft.public.windows.powershell :: Discussions in microsoft.public.windows.powershell"
microsoft.public.windows.powershell
Started 2 days, 4 hours ago (2009-12-28 16:38:00)  by Gerard Bok
On Mon, 28 Dec 2009 13:41:19 -0800 (PST), happytoday <ehabaziz2001@gmail.com> wrote: >I need to fix a problem with batch files that it has the command "echo >%date%" inside them . So , I run them in a lot of machines and every >machine has its own format of date . > >How can I unite the format of date for all of the machines...
Thread:  Show this thread (4 posts)   Thread info: changing the format of date command result in
microsoft.public.windows.powershell Size: 1,152 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: changing the format of date command result in
microsoft.public.windows.powershell :: microsoft.public.windows.powershell :: Discussions in microsoft.public.windows.powershell"
microsoft.public.windows.powershell
Started 1 week, 1 day ago (2009-12-22 04:19:00)  by Darko Bazulj
"Mehdis" <Mehdis@discussions.microsoft.com> wrote in message news:FB477911-E65A-4795-A4F3-ACABA7DCDD9F@microso ft.com... > Hi all, > > I want to write a script in powershell that will add IP's to a nic. i.e. > when added they will appear on the IP Addresses section on 'Advanced > TCP/IP > Settings' of the TCP/IPv4 properties in 'Local ...
Thread:  Show this thread (3 posts)   Thread info: Adding IP's to 'Advanced TCP/IP Settings' in
microsoft.public.windows.powershell Size: 1,241 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Adding IP's to 'Advanced TCP/IP Settings' in
microsoft.public.windows.powershell :: microsoft.public.windows.powershell :: Discussions in microsoft.public.windows.powershell"
microsoft.public.windows.powershell
Started 1 week ago (2009-12-23 03:27:00)  by Marco Shaw [MVP]
Do you mean you want examples of using C# to call VMWare's PowerCLI? Marco "chetana rupa" wrote in message news:2009122334913chetanarupab@infotechsw.com... > Hi.. > Can any one share the c# code for executing VnWare commands [like start, > stop, list etc] > > Thkz > Chets > > > Submitted...
Thread:  Show this thread (2 posts)   Thread info: Hi.. Reg: VnWare in microsoft.public.windows.powershell Size: 1,157 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Hi.. Reg: VnWare in microsoft.public.windows.powershell :: microsoft.public.windows.powershell :: Discussions in microsoft.public.windows.powershell"
microsoft.public.windows.powershell
Started 1 week, 1 day ago (2009-12-22 14:37:00)  by jona bishop
Solved using gwmi win32_operatingSystem | Select Name jona bishop wrote: Best way to retrieve Windows OS edition of all server class on a network. 22-Dec-09 Hi, Does anyone have a good way to retrieve Windows Edition of all the servers on a network? List of servers can be retrieved from from ...
Thread:  Show this thread (2 posts)   Thread info: Best way to retrieve Windows OS edition of all server class on a network.
in microsoft.public.windows.powershell Size: 1,384 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Best way to retrieve Windows OS edition of all server class on a network.
in microsoft.public.windows.powershell :: microsoft.public.windows.powershell :: Discussions in microsoft.public.windows.powershell"
microsoft.public.windows.powershell
Started 1 week, 1 day ago (2009-12-22 13:01:00)  by Larry__Weiss
That's an interesting observation. I can imagine justifications for it either way for those who really plan ahead to recall subsets of commands ties to each character case, but in general I'd be confused if I knew there was a particular dir command in the history that I can't get a recall on just because I spelled it Dir that one time....
Thread:  Show this thread (2 posts)   Thread info: make command line history case-INsensitive in
microsoft.public.windows.powershell Size: 1,308 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: make command line history case-INsensitive in
microsoft.public.windows.powershell :: microsoft.public.windows.powershell :: Discussions in microsoft.public.windows.powershell"
microsoft.public.windows.powershell
Started 3 days, 17 hours ago (2009-12-27 03:46:00)  by Marco Shaw [MVP]
Use add-member: $param|add-member -type noteproperty -name Disk4 -value $null "tal Shatz" <shatz.tal@gmail.com> wrote in message news:047e7b17-2bb1-4176-8cb2-1a6c2e544faf@a21g20 00yqc.googlegroups.com... > Suppose i want to make this command > $param = "" | select "disk1" , "disk2" , Disk 3" > > but then in the script i...
Thread:  Show this thread (2 posts)   Thread info: how to Append Info into a Parameter ? in
microsoft.public.windows.powershell Size: 927 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: how to Append Info into a Parameter ? in
microsoft.public.windows.powershell :: microsoft.public.windows.powershell :: Discussions in microsoft.public.windows.powershell"
microsoft.public.windows.powershell
Started 2 days, 12 hours ago (2009-12-28 08:29:00)  by Tome Tanasovski
I think what you're asking is how to iterate through get-childitem (alias dir). That is done as follows: dir u_ex*.log |foreach { # you can then use $_ to represent the current file get-content $_ } Here's how I would do what you're trying to do while writing to the file in place. I use an array ...
Thread:  Show this thread (2 posts)   Thread info: Need help with my script to clean Log data. in
microsoft.public.windows.powershell Size: 2,997 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Need help with my script to clean Log data. in
microsoft.public.windows.powershell :: microsoft.public.windows.powershell :: Discussions in microsoft.public.windows.powershell"
microsoft.public.windows.powershell
Started 2 days, 4 hours ago (2009-12-28 16:40:00)  by Todd Vargo
happytoday wrote: > How can I find a fine tutorials/ebboks for batch and shell programming > for dos and windows . I have a unix shell programming background . Where can I find online tutorials to learn unix shell programming?
Thread:  Show this thread (2 posts)   Thread info: Free tutorial in microsoft.public.windows.powershell Size: 476 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Free tutorial in microsoft.public.windows.powershell :: microsoft.public.windows.powershell :: Discussions in microsoft.public.windows.powershell"

This page was found by:   BlockImpersonatedCallers  ConnectionPoolManager.BlockImpersonatedCallers  M.E.D.D.ConnectionPoolManager.BlockImpersonatedCallers