Search found 33 matches

by shamir_79
Sun Aug 02, 2015 6:41 am
Forum: PowerShell GUIs
Topic: SQL INSERT row to a Table
Replies: 6
Views: 3369

SQL INSERT row to a Table

I have created a PowerShell Studio FORM to insert rows into a SQL DB table and please find the code as below. But the row is not been created on the Table... Can I know what is the issue? ====================================================== function New-SqlConnection { Param ( [Alias('Server')] [P...
by shamir_79
Thu Jul 09, 2015 2:58 am
Forum: PowerShell GUIs
Topic: Login Screen using - Remote SQL user DB - URGENT
Replies: 22
Views: 9262

Re: Login Screen using - Remote SQL user DB - URGENT

Hi, If the user was not found in the DB table, how to generate a message saying "User not found" ----------------------------------------------------------------- <# .NOTES =========================================================================== Created with: SAPIEN Technologies, Inc., ...
by shamir_79
Mon Jun 15, 2015 6:01 am
Forum: PowerShell GUIs
Topic: Login Screen using - Remote SQL user DB - URGENT
Replies: 22
Views: 9262

Re: Login Screen using - Remote SQL user DB - URGENT

Hey, Thanks for the reply.. I fixed the Network Issue and I can establish the connection to my remote DB... But I am not getting the output of the DB table... Do you know why?
by shamir_79
Wed Jan 14, 2015 10:18 pm
Forum: PowerShell GUIs
Topic: PS Studio - Create Active Directory Users from a remote PC
Replies: 10
Views: 5420

Re: PS Studio - Create Active Directory Users from a remote

Appreciate if you could help me with the exact command as per my scenario. ;) plz
by shamir_79
Wed Jan 14, 2015 9:05 pm
Forum: PowerShell GUIs
Topic: PS Studio - Create Active Directory Users from a remote PC
Replies: 10
Views: 5420

Re: PS Studio - Create Active Directory Users from a remote

Okay...

Could you please help me to use "ArgumentList" paramter for this example as I am putting lots of efforts to get this thing done.?


For last 03 days I am struggling with this :oops:
by shamir_79
Wed Jan 14, 2015 10:50 am
Forum: PowerShell GUIs
Topic: PS Studio - Create Active Directory Users from a remote PC
Replies: 10
Views: 5420

Re: PS Studio - Create Active Directory Users from a remote

Hi, From my remote PC I tried using below command to create users in AD. But in the "-path" section I am getting an error. Please help me to resolve this. ----------------------------------------------- $theOU = "HR" #status = success :| $myOU = Invoke-Command -ComputerName dc01 ...
by shamir_79
Sun Jan 11, 2015 9:01 am
Forum: PowerShell GUIs
Topic: PS Studio - Create Active Directory Users from a remote PC
Replies: 10
Views: 5420

PS Studio - Create Active Directory Users from a remote PC

Hi, This is my setup Active Directory server Name: dc01 Client: Win 8 Domain Name: cyquent.ae I have created a FORM to create Active Directory users in my Domain. When I open my FORM in the Domain server locally it works perfectly well. (User is getting created without any issues) :) Question: - I w...
by shamir_79
Sat Jan 10, 2015 10:16 am
Forum: PowerShell GUIs
Topic: Maximize the FORM
Replies: 3
Views: 2853

Re: Maximize the FORM

Thanks !!! :|
by shamir_79
Sat Jan 10, 2015 10:09 am
Forum: PowerShell GUIs
Topic: PowerShell commands from remote PC
Replies: 7
Views: 4151

Re: PowerShell commands from remote PC

Wow... Thanks a lot sir... Appreciated.

So we need play with variable names right to get this things done. :|

Many Thanks !!!
by shamir_79
Sat Jan 10, 2015 4:41 am
Forum: PowerShell GUIs
Topic: Maximize the FORM
Replies: 3
Views: 2853

Maximize the FORM

hi,

What is the command that I should put in the form load section to Maximize the FORM while its getting opened?

Thanks,
Shamir