Browse by Tags

Tagged Content List
  • Wiki Page: Small Basic: TechNet Wiki Article List

    This article explains how to run a tool written in Microsoft Small Basic which makes a list of TechNet Wiki articles. Table of Contents Usage Advanced Tips See Also Other Resources Other Languages Usage Following instructions are the usage of this tool. [Import] a program WWJ884-0 in...
  • Wiki Page: Small Basic: Pixel

    This article is about pixel in Microsoft Small Basic language. Table of Contents What is a Pixel Operations for Pixels GraphicsWindow.GetPixel GraphicsWindow.SetPixel Sample Programs Known Issues See Also Other Resources Other Languages What is a Pixel A pixel is the smallest element of a...
  • Wiki Page: The Small Basic Environment (IDE)

    This article is about the Small Basic Environment (SB.exe). Table of Contents What is an IDE? Unique Features of the Small Basic Environment Toolbar Editor IntelliSense Help Error See Also Other Languages What is an IDE? IDE is an abbreviation of integrated development environment. Visual...
  • Wiki Page: TechNet Profile Achievements

    Table of Contents Blogs Forums Gallery Profile Wiki Translation Wiki Other Languages Deutsch (de-DE) Portuguese (pt-BR) Italian (it-IT) This is a community-created list of the Profile Achievements. To view the official Microsoft release, please visit the Profile FAQ . There are currently...
  • Wiki Page: SharePoint 2010: Set a Custom Master Page during Feature Activation

    Set a Custom Master Page during Feature Activation public override void FeatureActivated(SPFeatureReceiverProperties properties) { SPSite currentSite = (SPSite)properties.Feature.Parent; SPWeb currentWeb = currentSite.RootWeb; Uri masterURI = new Uri(currentWeb.Url...
  • Wiki Page: Windows Server 2012 - Server Manager Troubleshooting Guide, Part I: Overview

    Table of Contents The troubleshooting process flow General troubleshooting process Example of the Server Manager troubleshooting process Troubleshooting a performance counter startup error by using Notifications and Task Details Additional references Other Languages This article is Part I of the...
  • Wiki Page: SharePoint 2010: Restarting the Timer Service on all Servers in a SharePoint Farm using PowerShell

    The following PowerShell script can be used to restart the SharePoint Timer service (SPTimerV4) on all the servers in a SharePoint Farm. [array] $servers = Get-SPServer | ? { $_ . Role -eq "Application" } $farm = Get-SPFarm foreach ( $server in $servers ) { Write-Host "Restarting...
  • Wiki Page: SharePoint 2010: Export Site Collection Administrators to a List

    Table of Contents Scenario Solution Other languages Scenario Someone asks how they can use an OOTB (out of the box) webpart to show a list of site collection administrators on a site page. Solution One way to do this is to use PowerShell to export a list of the site collection...
  • Wiki Page: SharePoint 2010: Get the Created and Modified date of an SPView using PowerShell

    Introduction The following file information, Created, Created By, Modified, Modify By, cannot be accessed directly via the SPView object. The SPView object doesn't provide these properties. Use the SPFile object to access these properties. "Created by" matches SPFile . Author...
  • Wiki Page: SharePoint 2010: List and Delete List Item Versions using PowerShell

    Table of Contents Introduction Download The Script Example 1: Get Versions of all List Items in a Pages Library Example 2: Delete all Versions in Excess of 5 Example 3: Get Versions of List Items including Comments, Author and Version Author References See Also Other languages Introduction ...
  • Wiki Page: SharePoint 2010: Voir, Trier et Filtrer les profils utilisateur SharePoint en utilisant PowerShell (fr-FR)

    Une question fut posée sur les forums MSDN concernant la possibilité de lister tous les profils utilisateur n'ayant pas la propriété PictureURL définie. La réponse fournie était une version légèrement modifiée d'un script disponible sur le blog de Matthew Yarlett , qui répertorie tous les...
  • Wiki Page: Come vietare o segnalare un Account Utente MSDN o TechNet

    Questo articolo è parte della serie Wiki : MSDN/TechNet Forums . Link all'articolo originale (in Inglese): http://social.technet.microsoft.com/wiki/contents/articles/5041.how-to-ban-or-report-a-technet-or-msdn-user-account.aspx Table of Contents Per segnalare un Account TechNet Wiki Per...
  • Wiki Page: Disabling Windows Firewall on Hyper -V Server Core and Windows Server 2012 R2

    Table of Contents Introduction Requirements Procedure Conclusion Related Articles Other Languages Introduction This article will demonstrate how to disable the Windows Firewall on Hyper -V Server Core and Windows Server 2012 R2. With this process we minimize many problems networks or Troubleshooting...
  • Wiki Page: Configuring Microsoft Azure Backup

    Table of Contents Overview Create Azure Backup Vault Configuring Backup Vault Download Vault Credentials Install Backup Agent and Register an Server Schedule Backup Job Properties Backup Status Restore Backup Related Articles References Other Languages Overview The Microsoft Azure Backup is a...
  • Wiki Page: Small Basic: Reference Documentation

    Table of Contents See Also Other Languages Welcome to the Small Basic Reference Documentation! Click an object to get started... Array Clock Controls Desktop Dictionary File Flickr GraphicsWindow ImageList Math Mouse Network Program Shapes Sound Stack...
  • Wiki Page: Small Basic Reference Documentation: Array Object

    Small Basic: Reference Documentation > Array Table of Contents Array Operations ContainsIndex array index Returns ContainsValue array value Returns GetAllIndices array Returns GetItemCount array Returns IsArray array Returns See Also Other Languages Array This object provides...
  • Wiki Page: Download Microsoft Small Basic

    We now offer two choices for downloading Microsoft Small Basic: Small Basic 1.2 - If you're using Windows 10 / Windows 8.1 / Windows 8 / Windows 7 / Windows Vista Small Basic 1.0 - If you're using Windows XP or prior operating systems Microsoft Small Basic 1.2 Small Basic...
  • Wiki Page: Wiki: Training and Certification Portal

    This portal will help you find available trainings and certifications from Microsoft. It will provide information about exams and how you can prepare for them. Table of Contents MCSD MCSD Certifications MCPD MCPD Certifications MCPD on Microsoft Visual Studio 2010 MCPD on Microsoft Visual Studio 2008...
  • Wiki Page: Hyper -V Replica in Windows Server 2012 R2

    Table of Contents Introduction Scenario article tests Hyper -V Replica Requirements Procedure Conclusion Related Articles Other Languages Introduction Hyper- V Replica is a very nice feature for those who have a server infrastructure that sometimes does not contain a storage . Recalling...
  • Wiki Page: Data Manipulation from SQL Server source through controls and LINQ

    Table of Contents Introduction Few steps to Dataset Binding to DataGridView: data presentation and modification Binding to ComboBox on single column LINQ references Data Modifications through LINQ Bibliography Other Languages Introduction In this article we'll see how to make a SQL Server...
  • Wiki Page: Wiki Governance: Guideline on Publishing Videos

    Table of Contents Short URL Credits Introduction DO DO NOT Alternatives See also Other Languages Short URL Bookmark this page as : http://aka.ms/wiki_video Credits Thanks to Durval Ramos for providing the introduction. Introduction A "good practice"...
  • Wiki Page: Wiki: Portale Tecnologie (it-IT)

    Il seguente elenco è un elenco di prodotti chiave e tecnologie gestiti su Wiki della comunità TechNet e gli articoli TechNet Wiki. Questo elenco non è destinato per includere tutti gli articoli su ogni prodotto. Altre lingue - questo articolo è disponibile in altre lingue. La pagina...
  • Wiki Page: Community and Partner Content Gallery for Microsoft Technologies

    Download community and partner content for Microsoft technologies in DOC, PDF, EPUB, MOBI, and other formats. All the content is free. This page aggregates community and partner content from multiple sources – feel free to fill in the gaps and add links to other content. Note This gallery...
  • Wiki Page: SharePoint 2013: Going Up in the Navigation

    Table of Contents See Also Other Languages Going up can be a little bit difficult in SharePoint 2013, especially for newcomers. To address the issue, here’s a list of things you can do: Create global navigation by inheriting navigation from parent sites Manually, add navigation links to...
  • Wiki Page: Percentage in PowerShell - Disk Space Report

    A quick way to make a Disk Report using PowerShell. There are many scripts available in Script Center. You can download one for your needs. A teammate asked: How to add '%' in my disk report? Something to be appended in string or concatenating variables. PowerShell Trick ...
Page 29 of 45 (1,119 items) «2728293031»
Can't find it? Write it!