Browse by Tags

Tagged Content List
  • Wiki Page: One Drive for Business: Ocultar o botão Sincronizar (pt-BR)

    Table of Contents Como funciona? Centro de administração do OneDrive Powershell & CSOM Um exemplo do script Veja Também Outros Idiomas Como funciona? Uma maneira de impedir que os usuários sincronizem o conteúdo do OneDrive for Business é ocultar o botão de sincronização: ...
  • Wiki Page: Programatically Upload Multiple File in SharePoint OnPrem List (Part 2)

    Hello All, This is second part of the series of "Programatically Upload Multiple File in SharePoint OnPrem List" Go To PART 1 Go To PART 2 In Part I of this series, I had show you some method through which we can design our custom SharePoint Page with Attachment functionality...
  • Wiki Page: Faking out Azure - Unit Testing with Microsoft Fakes

    Table of Contents Overview Sample Unit Test - System.Configuration Unit Test - Microsoft.WindowsAzure.Storage Summary More Information Overview Microsoft Fakes provides an excellent framework for code isolation within Unit Tests and is only available for Visual Studio Enterprise subscriptions...
  • Wiki Page: SharePoint 2013 – Office 365 SPS Services JQuery Kütüphanesi (Part 4) (tr-TR)

    Table of Contents Giris Syntax batchCmd listName valuePairs Completefunc Demo See Also Giris Daha önceki yazılarımızda aşağıdaki konular hakkında SPS Services konusunda faydalı bilgiler aktarmaya çalıştım. Bu yazılarımız aşağıdaki gibidir. SharePoint 2013 – Office 365 SPS Services JQ Kütüphanesi...
  • Wiki Page: SharePoint Framework (SPFx): Microsoft BOT framework integration

    Table of Contents Download / Source code Introduction BOT Registration SPFx Implementation Setup BOT using Node.js BOT Implementation References Download / Source code SPFX webpart : https://github.com/get2pallav/BT/tree/develop BOT Code : https://github.com/get2pallav/BOT_FM Introduction...
  • Wiki Page: Programatically Upload Multiple Files in SharePoint OnPrem List (Part 1)

    This is first part of the series of "Programmatically Upload Multiple Files in SharePoint OnPrem List" This is two part series. At first part I will show you a method through which you can implement Multiple files attachment. In Part 1, I will show you Design Related concept while...
  • Wiki Page: SQL Server Database: Replacing Collation

    Table of Contents Introduction Problem Causes Diagnostic Steps Building the Scenario of the Problem Checking the Scenario of the Problem Solution Conclusion See Also TechNet Library References Credits Other Languages Introduction This article is based on a question posted on the TechNet Forum...
  • Wiki Page: OCSP powershell script

    Table of Contents Credit Source Question Answer Solution (Script) Required parameters: Resources Credit [ IS4U Blog ] Source I read following question on http://blogs.technet.com/b/askds/ . Question Are there any available PowerShell, WMI, or command-line options for configuring...
  • Wiki Page: RMS Protection Tool - PowerShell Tips and Tricks

    The RMS Protection Tool is a great PowerShell tool for encrypting, decrypting or getting encryption status on files. It can be used manually or via script. Prerequisites .NET 3.5 AD RMS Client 2.1 ServerCertification permissions change: The PowerShell tool runs in server box mode (of...
  • Wiki Page: SQL Server 2017: Understanding the Internals of Import Flat File Wizard

    Table of Contents Introduction Illustration Background Comparison with Conventional Export Import Wizard Conclusion See Also Introduction One of the main enhancements that got introduced in SQL Server 2017 was a brand new import wizard which can be utilized for quick import of data from flat files...
  • Wiki Page: Azure AD : Retrieving All Users in Application Roles Programmatically

    Table of Contents Background Show Me the Code References Conclusion Background Essentially there are two ways using which you can achieve this e.g. either using HTTP REST calls (Graph Api) and using Azure AD SDK. This article covers the details of second approach i.e. how we can query and retrieve...
  • Wiki Page: Graph Table Enhancements : Edge Constraints, System Utility Functions

    Table of Contents Introduction Creating Graph Tables Edge Constraints Metadata Information Additional System Functions Conclusion See Also Introduction This article is a continuation to the earlier wiki article Graph Tables in SQL 2017 . In the preceding article, the concept of Graph Tables...
  • Wiki Page: Knowing the State of Your Logic App Process

    Table of Contents Introduction Redis Cache Instance Azure Function Logic App Testing Final Thoughts Introduction Recently in the forums, some Logic App users were asking how to query the state of their Logic Apps. The scenario were not uncommon in that the expected Logic App process time could...
  • Wiki Page: Remote PowerShell Execution For SharePoint On-Premises

    Table of Contents Background Why do we need this remote execution of PowerShell script? Use case Setup Remote Server Setup Up Client machine Summary Background We all know PowerShell is mostly used by SharePoint admins to manage their servers in a farm. SharePoint admins perform many activities...
  • Wiki Page: SCOM Override Creation Best Practices: Explicit Group issues

    Table of Contents Introduction More Info Options More info Issues: Workaround: Example: Process: Output file: PowerShell Script : Introduction The following post will help SCOM admin to setup: UAT testing Side-by-Side migration Monitoring recovery on failure Overrides play a key role in...
  • Wiki Page: Active Directory Troubleshooting Replication

    1. First try to ping the DC. Second are you able to ping the DSA GUID?If the DC is pingable but GUID is not pinging , see the below link for that. http://www.windowsitpro.com/blog/active-directory-troubleshooting-tips-and-tricks-blog-34/active-directory/how-dcs-find-one-another-137278 2...
  • Wiki Page: SharePoint 2013 : NoILMUsed UserProfileApplication class property

    A property name NoIMLUsed was elaborated an MS suggest this property should not be altered else can damage you are working User Profile service. They have given a PowerShell Snippet below to be used to correct this. PowerShell $upa = Get-SPServiceApplication | ? { $_ . typename -like 'User...
  • Wiki Page: SSIS Script Task and Proxy Auto Configuration (PAC) Script

    When you need to import data from an external source, using JavaScript Object Notation [ JSON ], through Microsoft SQL Server Integration Services [SSIS], you can do so by using a Script Task to set up the connection, retrieve the HttpWebRequest and pass the data along to SQL Server. In some corporate...
  • Wiki Page: Sharepoint Troubleshooting: Using ‘html’ option in SP.UI.ModalDialog.showModalDialog

    Issue When trying to use SP.UI.ModalDialog.showModalDialog with html option using the below code: 1. var options = { 2. title: "Title" , 3. width: 400, 4. height: 600, 5. html: "Content of dialog" 6. }; 7. SP.UI.ModalDialog.showModalDialog(options...
  • Wiki Page: SQL Server: Find Windows and SQL Server Last Restart Time

    Table of Contents Introduction How to Identify Who or What is Restarting SQL services via Service Control? Different ways to find SQL Server Last Restart Time Method 1--> errorlog Method 2--> tempdb creation Method 3--> sqlserver start time in sys.dm_os_sys_info Method 4--> session_id from...
  • Wiki Page: C#: SQL Injection Protection Using Parameterized Queries

    Table of Contents Overview Code for String Concatenation Code for Parameterized Queries Conclusion Download See also Overview Assuming you have two TextBoxes, where you ask the user to input a username and a password. Your concatenated SQL Query could look like this... "SELECT...
  • Wiki Page: VB.Net: SQL Injection Protection Using Parameterized Queries

    Table of Contents Overview Code for String Concatenation Code for Parameterized Queries Conclusion Download See Also Overview Assuming you have two TextBoxes, where you ask the user to input a username and a password. Your concatenated SQL Query could look like this... "SELECT...
  • Wiki Page: Patindex Case Sensitive Search

    Table of Contents PATINDEX case-sensitive search on case-insensitive column Case-sensitive REPLACE on the case-insensitive column See Also PATINDEX case-sensitive search on case-insensitive column This article is a result of a quick research of the problem of using PATINDEX to search case...
  • Wiki Page: T-SQL: Group by Time Interval

    Table of Contents Simple Problem Definition Solution Complex Problem Definition and Solution See Also Simple Problem Definition A question was posted today in Transact-SQL forum " Counts by Time Interval " The thread originator wanted to know how to find how many jobs were...
  • Wiki Page: Find User who Executed DELETE on SQL Server Tables

    Table of Contents Problem Solution Step 1 Step 2 Step 3 See Also Others Languages Problem Tracking of deleted data is a little bit tricky in SQL. In this article I will explain how to track down users who performed delete operation. We will examine this by using transaction Log. Solution...
Page 18 of 209 (5,220 items) «1617181920»
Can't find it? Write it!