Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

5
What is wrong with my Try/Catch?
Post Flair (click to view more posts with a particular flair)
Post Body

Okay I give up, been reading multiple guides for over an hour and can't get Try/Catch to work. Everything I've read (on multiple sites) says this should return my error and only my message on error. I obtained the exception from here: $error[0] | fl * -force (F: doesn't exist btw).

Function Map-Test(){
    Try {
        New-Item -Path "F:\Blah"
    }
    Catch [System.Management.Automation.DriveNotFoundException] {
        Write-Host "Drive Not Found" -ForegroundColor Green
    }
    Catch {
        Write-Host "Wha?"
    }
}

Author
Account Strength
90%
Account Age
9 years
Verified Email
Yes
Verified Flair
No
Total Karma
4,174
Link Karma
215
Comment Karma
3,959
Profile updated: 3 days ago
Posts updated: 3 days ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
5 years ago