Invoke-IR / PowerForensics

PowerForensics provides an all in one platform for live disk forensic analysis
MIT License
1.38k stars 274 forks source link

Push getVolumeName method calls to lower code #123

Closed jaredcatkinson closed 8 years ago

jaredcatkinson commented 8 years ago

Currently the getVolumeName method call is implemented in the Cmdlet classes, but this does not extend the functionality to those using the API. I'd like to push the call to methods lower in the stack such as the getHandle method.

jaredcatkinson commented 8 years ago

This was fixed by making it the responsibility of public functions that take a volume argument to check that the volume is legitimate.