9,710 reputation
1727
bio website mikeoryszak.com
location Cary, NC
age 36
visits member for 3 years, 6 months
seen 4 hours ago
stats profile views 771

SharePoint Server MVP

Senior Solution Solutions Architect with B&R Business Solutions

@next_connect on Twitter

Board Member of the Triangle SharePoint User Group

Author of the following books:

SharePoint 2010 Business Application Blueprints SharePoint 2010 Developers Compendium:The Best of Packt for Extending SharePoint


9h
answered security concerns on sharepoint deployment
12h
comment How to access document library files via a webservice?
It should also be noted that the Soap based web services are officially deprecated in SharePoint 2013 which means they have not added any new features and it is expected to go away in the next version. It would be best to use the the client OM or REST services going forward for all remote calls.
1d
answered Hide / Disable My Site, My Profile and Social Tags
1d
answered Login prompt in Document Library
1d
answered Why i can not install sharepoint 2013 on a domain controller
May
19
comment Workflow Timer Interval
If there isn't something erroring out that can be fixed, and its just a pure scaling issue, then I would look to add additional ram or CPUs to the farm and/or add another server to the farm that can also run the timerjob service.
May
19
comment Workflow Timer Interval
I would analyze the job history and see how long it takes to execute the job today. It sounds like it may already be running long, and perhaps skipping cycles.
May
19
comment Workflow Timer Interval
I'm not sure I understand, can you say it a different way?
May
19
answered Workflow Timer Interval
May
16
answered Timer job fails while trying to move huge data
May
14
answered Visual studio 2012 cannot find SharePoint Server 2013
May
10
comment Getting user's manager in Sharepoint (Javascript)
Note, this would require having SharePoint Server with a User Profile Service Application.
May
9
answered How to get SharePoint 2013 user experience version in code
May
9
answered Can you add metadata to a folder in a document library?
May
9
comment why do my 2010 sharepoint sites not show up in Explorer?
@AprilD. I couldn't agree more, this aspect killed the usefulness of the feature.
May
8
comment why do my 2010 sharepoint sites not show up in Explorer?
To say it a different way, this has nothing to do with actual security or access to the content, its all about how the user's account is associated with a specific group on that site.
May
8
comment why do my 2010 sharepoint sites not show up in Explorer?
There is a single group identified for membership on a site; by default it is typically the site Members group. That is the group that counts, and you have to add individuals to that group. Being added as an individual to the Owner group doesn't trigger membership, nor does gaining membership to the Members group through membership of an AD Security Group.
May
8
comment Why is Central Admin on App server?
I agree with David on this. The CA aspect itself is strictly just an administrative interface, but the server it is installed on tends to be pretty important since it is the seed for your farm. Because of that, I also make it an app server. While SharePoint has evolved significantly over the past 12 years, and the deployments have gotten significantly more complex, this initial seed for the farm remains pretty important.
May
8
comment How to get data from a completed infopath forms
This would be possible in powershell, though not a fun activity. You need to connect to each file, stream the contents, and extract the entity data you want.
May
8
answered How to get data from a completed infopath forms