Search found 6 matches

by shr564
Mon Oct 03, 2016 4:08 am
Forum: PowerShell
Topic: commandlet binding in powershell is not recognized in a commandlet
Replies: 3
Views: 2851

Re: commandlet binding in powershell is not recognized in a commandlet

thanks..removing data set works. Is it possible to get the table name from User input?
by shr564
Thu Sep 29, 2016 11:16 pm
Forum: PowerShell
Topic: commandlet binding in powershell is not recognized in a commandlet
Replies: 3
Views: 2851

commandlet binding in powershell is not recognized in a commandlet

I'm trying to get DB2 tables from remote servers and compare them to identify the missing values. I'm using the below script for cmdletbinding. But when I execute the commandlet, get-db2data -server server1 -port 50000 -database mydb -queryText "select * from table1" . Please highlight wha...
by shr564
Wed Mar 23, 2016 3:46 pm
Forum: PowerShell
Topic: .
Replies: 1
Views: 2065

.

.
by shr564
Fri Jan 29, 2016 8:59 pm
Forum: PowerShell
Topic: unable to get desired output
Replies: 3
Views: 3365

Re: unable to get desired output

thank you so much! it worked. could you share me what's the mistake in my script?
by shr564
Fri Jan 29, 2016 12:11 am
Forum: PowerShell
Topic: unable to get desired output
Replies: 3
Views: 3365

unable to get desired output

I am looking for 2 strings in log files of multiple servers. I am able to get the result through a command-let but not via script. The script I created does not give me the result for individual servers with the server name instead it gives a positive output even when the string is not present on on...
by shr564
Sat Nov 14, 2015 5:42 am
Forum: PowerShell
Topic: not able to get the desired output
Replies: 1
Views: 2330

not able to get the desired output

I am looking for a string in a log file of multiple servers. I am able to get the result through a command-let. but I am not able to do this via script. The script I created does not give me the result for individual servers with the server name instead it gives a positive output even when the strin...