How to Profile a SharePoint/Project Server 2013 Workflow using dotTrace
Thought I’d put together a small “How to” for Profiling a SharePoint (or Project Server) 2013 workflow The steps below are using a 10 day trial of dotTrace from…
Thought I’d put together a small “How to” for Profiling a SharePoint (or Project Server) 2013 workflow The steps below are using a 10 day trial of dotTrace from…
Lync 2013, just as with previous releases, allows the ability to Appear Offline. And just as with previous releases, you can enable this functionality in the Lync Client Policies. For…
New-SPConfigurationDatabase : The pipeline has been stopped. At C:Usersadministrator.GENDesktopAutoSPInstallerSP2010AutoSPInstallerAutoSPInstaller.ps1:576 char:31 + New-SPConfigurationDatabase <<<< –DatabaseName “$ConfigDB” –DatabaseServer “$DBServer” –AdministrationContentDatabaseName “$CentralAdminContentDB” –Passphrase $SecPhrase –FarmCredentials $Cred_Farm + CategoryInfo : InvalidData: (Microsoft.Share…urationDatabase:SPCmdletNewSPConfigurationDatabase) [New-SPConfigurationDatabase], PipelineStoppedException…
http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_install/unable-to-copy-files-using-windows-7-usbdvd/bd21e76d-5174-4f76-8db5-36df105a12c5 2680
What-If Analysis with Microsoft Project 2010 Source: http://blogs.catapultsystems.com/epm/archive/2010/01/27/what-if-analysis-with-microsoft-project-2010.aspx I’ve attended a couple Microsoft Project 2010 events as of late, but of yet, I haven’t seen this functionality getting much play. …
This is a re-post from here: http://answers.microsoft.com/en-us/windows/wiki/windows8_1-pictures/use-non-certified-play-to-devices-in-windows-81/660c16a5-33e8-4a1a-9466-6fa2bfe07956 Use Non Certified Play To Devices in Windows 8.1 Summary Technical Level: Intermediate Applies to: Windows 8.1, also WindowsRT 8.1 If your device supports…
Taken from here: http://www.techrepublic.com/blog/windows-and-office/force-windows-8-to-show-all-user-accounts-on-the-sign-on-screen/
Frm here: http://jaworskiblog.com/2013/04/13/setting-internal-and-external-urls-in-exchange-2013/ # # Author: Scott Jaworski # Website: jaworskiblog.com # Version: 1.0 # Description: This script sets internal and external URL's on the specified Exchange 2013 Client Access…
Great article can be fond here: http://en.share-gate.com/blog/what-is-skydrive-pro-in-sharepoint-2013
Here is a PowerShell script to export SharePoint Term Groups to XML param( [string]$siteUrl = "http://sharepoint.local:2013", [string]$termGroup = "Sample Term Group", [string]$exportPath = $null ) function Add-Snapin { if…