Browse by Tags

Tagged Content List
  • Wiki Page: Small Basic: Exemple - Collage avec Flickr (fr-FR)

    Table of Contents Qu'est-ce qu'un Collage Flickr ? Code Voir Aussi Autres Langues Qu'est-ce qu'un Collage Flickr ? Avec cet exemple vous allez utiliser Flickr pour récupérer aléatoirement des photos depuis un tag. Elles seront affichées sur la Fenêtre Graphique. Code tag...
  • Wiki Page: Small Basic: Exemple - Les Tableaux (fr-FR)

    Code Vous pouvez l'importer dans Small Basic avec l'ID FCL390-4 pour avoir les commentaires et les texte du programme en français. '*************************************************************************************** 'Programme d'exemple pour faire la démonstration...
  • Wiki Page: Small Basic Sample: Arrays

    Table of Contents Code See Also Other Languages Code '*************************************************************************************** 'Import FCL390 'Sample program to demonstate the use of arrays 'An array is a list of related data that can be added to, deleted...
  • Wiki Page: SharePoint 2010: Comment activer le téléchargement de plusieurs documents (fr-FR)

    Note : Cet article est une traduction de l'article SharePoint 2010 : How to Enable Uploading Multiple Documents Functionality En tant qu'utilisateur à pouvoir ou administrateur SharePoint, en fonction de la politique de sécurité mise en place, vous êtes parfois questionnés sur l'upload...
  • Wiki Page: Vue d'ensemble d'Exchange 2010 (fr-FR)

    Bienvenue dans la section Exchange Server 2010 du Wiki Exchange de TechNet , votre source d'information et de guide écrite par la communauté pour la communauté. Table of Contents A propos d'Exchange Server 2010 Pages Wiki de Exchange 2010 Voir aussi Liens Externe Autre langues ...
  • Wiki Page: Active Directory: Управление видимостью объекта - Режим List Object Mode

    Table of Contents Введение Текущие настройки Вопрос форума Альтернативные решения Тестовые случаи Случай 1 Случай 2 Предупреждение, последствия, и др. Вложенность группы пользователей прошедших проверку Изменение схемы - DS-Heuristics Включение режима List Object Mode Изменение...
  • Wiki Page: OneNote Sync together with other technologies

    Table of Contents Background Resources: Other Languages [June 2014] Background Well, this author is an administrator at a German boarding grammar school, working with Microsoft OneNote since 1998. How you can read in the following knowledge base article http://support.microsoft.com/kb/2819334...
  • Wiki Page: SharePoint 2013: Site Mailboxes [1/4 - Configuration]

    Table of Contents Introduction Prerequisites Step 1: Install and configure Exchange Server 2013 Step 2: Install the EWS (Exchange Web Services) API Step 3: Create a web application which use SSL Step 4: Configure user profiles synchronization Step 5: Configure the "App management" service application...
  • Wiki Page: SharePoint 2013: Navigation/Fil d'ariane des dossiers (fr-FR)

    Table of Contents Introduction Comment çà fonctionne et comment l'utiliser ? Références Autres langues Introduction SharePoint présente un fil d'Ariane qui fonctionne sur tout le site. Si vous accédez à une liste, la barre de navigation sera masquée lorsque vous sélectionnez des...
  • Wiki Page: SharePoint: Lister et supprimer les SPListItemVersions en utilisant PowerShell (fr-FR)

    Note : Cet article est une traduction; voir en fin de l'article concernant l'article d'origine. Table of Contents Introduction Télécharger le Script Exemple 1: Lister les versions de tous les ��léments de la bibliothèque http://corporate/pages Exemple 2: Supprimer toutes les versions...
  • Wiki Page: T-SQL: Extending DATEADD Function to Skip Weekend Days

    Table of Contents Introduction Using the Code Function explanation, and a second implementation Other languages Introduction Since businesses are often only open week days they often require calculations to be in terms of "working days" and excluding weekends. For example, it might...
  • Wiki Page: SharePoint 2010: Récupérer les utilisateurs ayant des droits de Contrôle total/Propriétaires via un script Powershell (fr-FR)

    Ce script PowerShell suivant peut être utilisé pour récupérer les utilisateurs ayant les droits de contrôle total dans des sites SharePoint 2010. <# The below PowerShell script enumerates through all sites with unique permissions and fetches users with Full Control Permission granted directly...
  • Wiki Page: Wiki : Comment signaler des Commentaires Dupliqués sur le Wiki TechNet (fr-FR)

    Table of Contents Voir Aussi Autres Langues Si vous voyez plus d'un même commentaire sur une page, merci de suivre l'étape suivante... Ajoutez le tag "duplicate comment" à votre article. Nous vérifierons régulièrement ces articles pour supprimer tout commentaire dupliqué...
  • Wiki Page: Script PowerShell pour Supprimer des Éléments d'une Liste SharePoint (fr-FR)

    Note : Cet article est une traduction. Vous trouverez ci-dessous le script pour supprimer les éléments d'une liste SharePoint en utilisant une requête CAML. Le but de ce script est de supprimer les éléments qui ont été créés 7 jours avant : Add-PSSnapin Microsoft.SharePoint.PowerShell...
  • Wiki Page: Small Basic Sample: Graphic Car Race

    Table of Contents Code See Also Other Languages The following sample is to create a graphic car race: Code 'subroutine draw road 'subroutine draw the car 'start loop 'draw the road 'draw the car 'accept input to drive car left /right ...
  • Wiki Page: SharePoint 2010: How to Embed PDF and Text File Contents into Pages

    Table of Contents Embed PDF in a SharePoint Wiki Using a Content Editor Web Part Embed PDF in a SharePoint Wiki Using a Page Viewer Web Part Other Languages Embed PDF in a SharePoint Wiki Using a Content Editor Web Part Presented a requirement where some of the site administrators wanted to show...
  • Wiki Page: SharePoint Online: Usuń unikatowe uprawnienia we wszystkich elementach listy używając Powershell (pl-PL)

    Domyślnie listy i ich elementy dziedziczą grupy i poziomy uprawnień od stron nad nimi w hierarchii — oznacza to, że witryny dziedziczy uprawnienia ze swojej witryny nadrzędnej , następnie lista dziedziczy uprawnienia z witryny, i wreszcie każdy element na liście dziedziczy te uprawnienia z listy. Jeśli...
  • Wiki Page: Interview avec un 'Wiki Ninja' (fr-FR)

    Note : Cet article est une traduction; vous trouverez le lien vers l'article original (en-US) en bas de cet article. L'interview avec un Wiki Ninja est un billet hebdomadaire de blog, qui est publié tous les lundis. C'est une façon de récompenser les meilleurs contributeurs de la communauté...
  • Wiki Page: OneDrive dla Firm: Tworzenie raportu magazynowania przy użyciu Powershell'a (pl-PL)

    Poniższe rozwiązanie wymaga jedynie SharePoint Online Management Shell. Table of Contents Get-SPOSite Adres url witryny osobistej Pobieranie użytkowników Modyfikowanie adresów URL Modyfikowanie raportu Efekt końcowy Wymagania OneDrive dla Firm oferuje obecnie 1TB pamięci i wiele opcji...
  • Wiki Page: PowerShell Script to delete items from SharePoint List

    Dear All Kindly find below the script to delete items from SharePoint list using CAML Query. The outcome of the below script is to delete items that are created 7 days before: Add-PSSnapin Microsoft.SharePoint.PowerShell [System.reflection.Assembly]::LoadWithPartialName("Microsoft...
  • Wiki Page: Fonte de Dados do Analysis Services (pt-BR)

    Esse artigo foi originalmente escrito em: http://social.technet.microsoft.com/wiki/contents/articles/1243.analysis-services-data-source.aspx Visão Geral Em um banco de dados do SQL Server Analysis Services (SSQL) , uma fonte de dados é um banco de dados relacional que fornece dados para ...
  • Wiki Page: SharePoint 2010: Télécharger un Document dans une Bibliothèque de Documents en Utilisant PowerShell (fr-FR)

    Note : Cet article est une traduction. Utilisez la fonction UploadFileInLibrary pour télécharger un document dans une bibliothèque de documents. Paramètres : $webUrl - Obligatoire - Url du site SharePoint - par ex. http://server:port/ $ DocLibName - Obligatoire - Nom de la bibliothèque...
  • Wiki Page: چگونه گروپ پالیسی های سیستم های جوین شده به دامین را به صورت آنی ازدامین کنترولر آپدیت نماییم؟ (fa-IR)

    گروپ پالیسی های یک کامپیوتر در محیط ویندوز به صورت خودکار هر 90 دقیقه یکبار با یک آفست زمانی تصادفی بین 0 تا 30 دقیقه آپدیت می شوند. این مقدار زمان برای اکثر مواقع که نیاز به Refresh شدن گروپ پالیسی نیاز است، مناسب می باشد. هرچند در بسیاری از مواقع نیاز به آپدیت شدن گروپ پالیسی در لحظه احساس می شود...
  • Wiki Page: Como Renomear Computadores Usando PowerShell e Arquivo CSV (pt-BR)

    Esse artigo foi originalmente escrito em: http://social.technet.microsoft.com/wiki/contents/articles/2243.how-to-rename-computers-using-powershell-and-a-csv-file-en-us.aspx Para renomear um grupo de computadores de um domínio, primeiro crie uma lista de nomes antigos e os novos em um arquivo...
  • Wiki Page: Security User Groups

    This page contains resources for and a listing of offline Microsoft user groups focused on Security. Table of Contents Security User Group Listing Security Resources on the TechNet Wiki Contribute to the TechNet Wiki Getting Help and Engaging the TechNet Wiki Community See Also Others Languages...
Page 18 of 45 (1,119 items) «1617181920»
Can't find it? Write it!