## Check whether the specified Web site was created by using a Meeting Workspace template$siteURL="http://serverName:26413/sites/Vijai"$site=Get-SPSite $siteURL$web=$site.OpenWeb()if ([Microsoft.SharePoint.Meetings.SPMeeting]::IsMeetingWorkspaceWeb($web)){ Write-Host -ForegroundColor Green $web.Url " is a meeting workspace"}else{ Write-Host -ForegroundColor Green $web.Url " is not a meeting workspace"}$web.Dispose()$site.Dispose()
## Check whether the specified Web site was created by using a Meeting Workspace template
$siteURL="http://serverName:26413/sites/Vijai"
$site=Get-SPSite $siteURL
$web=$site.OpenWeb()
if ([Microsoft.SharePoint.Meetings.SPMeeting]::IsMeetingWorkspaceWeb($web))
{
Write-Host -ForegroundColor Green $web.Url " is a meeting workspace"
}
else
Write-Host -ForegroundColor Green $web.Url " is not a meeting workspace"
$web.Dispose()
$site.Dispose()
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: