Nikhil SamratAshok Mittal
unread,Jun 19, 2013, 7:06:57 AM6/19/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nishan...@googlegroups.com
Hi,
I just discovered that Get-LSASecret, Get-PassHashes, Get-WLAN-Keys and Information_Gather while using with Powershell v2 were unable to resolve the ParameterSetName properly. The payloads were missing DefaultParameterSetName. By adding [CmdletBinding(DefaultParameterSetName="noexfil")] to code, it is now possible use these payloads (like others) without providing any options/parameters with PowerShellv2. As before, there are no problems with PowerShell v3.
Cheers,
Nikhil