| Topic |
 |
RE: Password as CommandLine parameter Oh okay.. Thanks for your help anyways... :-) by ramz_g in Cmdlet Development on 23 Nov 2009 06:05 AM
|
 |
RE: Password as CommandLine parameter Hi Shay, Thanks for the reply... So every thing can be done only using powershell scripts? I was wondering if this can be achieved using C# code. I'm using C# to create custom cmdlets and I'm hunting for the way in which I can prompt for paramete ... by ramz_g in Cmdlet Development on 15 Nov 2009 09:26 PM
|
 |
RE: Password as CommandLine parameter Hi Shay, Thanks a lot for your reply.. I am a beginner to powershell and I was just wondering if the user can be prompted for his credentials only when a specific condition occurs... Consider a cmdlet "copy-myfile" that copies a file from one locat ... by ramz_g in Cmdlet Development on 11 Nov 2009 08:37 PM
|
 |
Password as CommandLine parameter Hi, I'm trying to write a cmdlet that takes the user name and password as input and authenticates a user. Is there a way in which I can show only *'s or #'s instead of showing the characters in the password? I tried using SecureString object but th ... by ramz_g in Cmdlet Development on 06 Nov 2009 09:21 PM
|
 |
RE: Customized display text for mandatory parameters Hi Vishal, Thanks a lot for your reply.. I apologize for the delay in replying to your post.. This helped : $(Read-Host "Enter the path") Thanks a lot, ramz_g by ramz_g in Cmdlet Development on 06 Nov 2009 12:33 AM
|
 |
Customized display text for mandatory parameters Hi, I'm new to programming cmdlets. I was just trying out some cmdlet samples with mandatory parameters and I was just curious on how to do this : Can we actually define what text should appear on the screen when powershell prompts for the ma ... by ramz_g in Cmdlet Development on 26 Oct 2009 02:49 AM
|
 |
RE: Installing Powershell 1.0 Hi Marco, Thanks a lot for your reply.. I had been trying out the wrong version... its working fine now... :-) Thanks, ramz_g by ramz_g in General PowerShell on 26 Oct 2009 02:38 AM
|
 |
Installing Powershell 1.0 Hi, I was trying to install Windows Powershell 1.0 from "http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx".. After downloading, I executed the exe file which started extracting the files into a temp loc ... by ramz_g in General PowerShell on 23 Oct 2009 11:20 PM
|