Sign in
PowerShell (and such)
PowerShell discussion, mainly relating to SharePoint 2010
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
cdp
checksiteexists
cmdlet
content
content deployment
email
emailaddresses
error
exceptions
expected exception
get-spcontentdeploymentpath
get-spsite
missing values
null
powershell
property
sharepoint
site collection
spcontentdeploymentjob
spcontentdeploymentpath
spsite
spsite exists
unboxed
uninitialized
Browse by Tags
MSDN Blogs
>
PowerShell (and such)
>
All Tags
>
site collection
Tagged Content List
Blog Post:
The Expected Exception
jolewkov
Just wanted to write a quick post on the idea of a an "Expected Exception" that can sometimes arise in PowerShell. Take the code below, which simply checks to see if a given SPSite exists on a certain URL: #Checks if Site Exists - return (true|false) function CheckSiteExists ( $url ) { $site = Get...
on
7 Dec 2012
Page 1 of 1 (1 items)