Browse by Tags

Tagged Content List
  • Wiki Page: How to: Install Multiple Windows Updates and/or Hotfixes in a Time

    Time to time you need to install multiple Windows Update or Hotfix files on a given computer or server. This can happen if you deploy a new server that needs a bunch of hotfixes that are not available from WSUS and/or Microsoft Update. Or when you're installing an isolated secure workstation that...
  • Wiki Page: AD FS 2.0: How to Bulk Add Trust Relationships and Claim Rules for Testing

    Overview Included in this article is a Powershell script sample which allows bulk additions and deletions of test Claims Provider Trusts, Relying Party Trusts, and Claim Rules. These test trust relationships and claim rules may be useful for web testing in a lab environment. Usage Be...
  • Wiki Page: Powershell Batch Creation of Printers

    Yesterday I considered how to connect 70 printers scattered in different buildings in a print server. There are traditionally a few options: Create by hand. Use tools to migrate printers from multiple servers and then understand what happened Code a script ... Of course I prefer the third...
  • Wiki Page: DOS Scripts From Visual Basic.Net

    How To execute a dos script in Visual Basic without creating an external process. ​ Not all DOS commands can be executed with this, such as CLS, diskpart, echo, etc.... If you discover unsupported commands, please add them to this list: Unsupported Dos Commands: ​CLS Echo DiskPart ? ...
  • Wiki Page: Office 365: License Users for Office 365 Workloads

    Overview In this exercise, we will license Office 365 users for the various workloads: SharePoint Online, Lync Online, and Exchange Online using the MOP UI as well as using the Microsoft Online Services Module for Windows PowerShell. We will license users individually, license in bulk, and...
  • Wiki Page: Bulk File Creation in Windows

    Sometimes it can be helpful to automate the creation of many files for testing purposes. Please add additional methods to this topic. Command Scripting (Batch File) Methods Create 1000 files approximately 13 byte files using only command scripting language: For /L %i in (1,1,1000) do...
  • Wiki Page: Criando site no IIS 7 e 7.5 de forma rápida (pt-BR)

    Table of Contents Introdução Como usar Código Introdução Script em 'bat' para criação e automatização de sites Como usar Para criação de sites no IIS7/7.5 de forma rápida. Copie o código...
  • Wiki Page: Script para agendar o desligamento do computador (pt-BR)

    Salve o conteudo a seguir em um arquivo chamado desligar.bat @Echo off cls Echo. Echo ** Agendamento para desligar o Computador ** ECHO –––––––––––––––––––––––––––––––––––––––––––––––––...
Page 1 of 1 (8 items)
Can't find it? Write it!