Browse by Tags

Tagged Content List
  • Wiki Page: Microsoft Security Compliance Manager (SCM) - Frequently Asked Questions (FAQ)

    Table of Contents Q: How do I join the latest Security Compliance Manager Beta Review Program? Q: How do I obtain the Security Compliance Manager solution accelerator? Q: Can I read about Security Compliance Manager before I download it? Q: Can I read or access the security guides without downloading...
  • Wiki Page: How to Apply Registry Setting Changes to Open Instances of Internet Explorer Embedded (Windows Embedded Compact 7)

    When you develop an application that runs on Windows Embedded Compact 7, you may need your application to programmatically change the Internet Explorer Embedded registry settings. You can apply the new settings without the user having to restart the web browser by adding a couple extra lines of code...
  • Wiki Page: How to use Powershell to Copy an MPR (en-US)

    FIM ScriptBox Item Summary This Powershell script is intended to simply the process of copying an MPR - usually in order to duplicate or split out functionality with the fewest possible necessary manual changes needed. Script Code 001 002 003 004 005 006 007...
  • Wiki Page: Hyper-V, PowerShell, and WMI

    Let's use this article to provide quick Hyper-V tasks in PowerShell. Get a list of virtual machines on a Hyper-V parent # This can be run locally or against a remote parent. Use "." for local $VMs = gwmi MSVM_ComputerSystem -computer "<computername>"...
  • Wiki Page: How to Use PowerShell to Add a Member to a Group in FIM

    FIM ScriptBox Item Summary This script adds a member to a group Script Code 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033...
  • Wiki Page: How to Use PowerShell to Remove Attributes from FIM ImportObjects

    FIM ScriptBox Item Summary FIM Service configuration migration is a tricky topic, but boils down to two object types: ImportObject ExportObject The ImportObject is produced by the configuration migration commands as shown below. Sometimes you just might not want to use the ImportObject...
  • Wiki Page: How to Use PowerShell to Run Management Agents

    FIM ScriptBox Item Summary A PowerShell module is available on CodePlex to simplify FIM management ( http://fimpowershellmodule.codeplex.com/ ). This article shows how to use that module to start a management agent in the FIM Synchronization Engine. Note : This snippet was copied from...
  • Wiki Page: How to Use Powershell to revert all search scopes which search on DisplayName to use Contains instead of Starts-With unless that Search Scope has the AdvancedFilter configured.

    FIM ScriptBox Item Summary With the release of Forefront Identity Manager R2 2010, the Search Scopes have had some improvements to their overall performance. This was achieved by changing the search scope of DisplayName to use start-with rather than contains. That is, in FIM 2010 for example...
  • Wiki Page: How to Use PowerShell to Fix Incorrect MA References on Portal Sync Rules

    FIM ScriptBox Item Summary This script replaces the MA ID references in portal sync rules. If you run into the errors described in this post and get the "sync-rule-validation-parsing-error; referenced MA has been deleted" you can't open the sync rules in the portal to correct...
  • Wiki Page: How to Use PowerShell to Retrieve an Object's SID from Active Directory Domain Service

    FIM ScriptBox Item Summary This script retrieves the user-friendly string representation of an object's SID from Active Directory Domain Service. Script Code 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017...
  • Wiki Page: Time Services for a Domain Controller on Hyper-V

    If you only have one domain controller and it is Virtualized on Hyper-V, what is the proper way to configure Windows Time? First, make sure time sync to the host machine is turned on in the Integration Services. Next, on your Domain Controller add the following registry key: reg add HKLM...
  • Wiki Page: Walkthrough: Creating and Using C# Mapper and Reducer (Hadoop Streaming)

    Hadoop Streaming is a utility that lets you create and run map/reduce jobs with any executable or script as the mapper and/or the reducer. Both the mapper and reducer read the input from STDIN and write the output to STDOUT. For more information about Hadoop Streaming, see Hadoop Streaming documentation...
  • Wiki Page: How to Create Forest Trust Using PowerShell

    Recently I got request to create forest transitive trust (with forest-wide authentication) using script. My first steps aimed at NETDOM utility, but after some unsuccessful test I found this: Important Netdom cannot be used to create a forest trust between two AD DS...
  • Wiki Page: Client Hyper-V 機能の有効化 (ja-JP)

    Table of Contents コントロールパネルを使った Client Hyper-V 機能の有効化 PowerShell を使った Client Hyper-V 機能の有効化 関連項目 Client Hyper-V 機能の有効化は以下の方法で行います。 コントロールパネルを使った Client Hyper-V 機能の有効化 コントロールパネルの プログラムと機能 を開きます。 画面左側にある Windows の機能の有効化または無効化 を実行します。 Hyper-V 関連の全ての機能を有効化するため、 Hyper-V ( ツリーの最上層 ) を選択し...
  • Wiki Page: Blackboard Design Pattern: A Practical Example - Radar Defense System

    This article presents a WPF C# example of the Blackboard design pattern, available on TechNet Gallery. http://gallery.technet.microsoft.com/Blackboard-Design-Pattern-13a35a7e It discusses the concepts of the design pattern, and highlights points of interest for C#, WPF developers. ...
  • Wiki Page: Active Directory Recycle Bin

    Active Directory Recycle bin this is the one of most important feature of the Windwos 2008 R2 Active Directory domain enviorement. With previous domain controllers (Windows 2003, Windows 2008) it was very difficult to restore deleted items. We could use ldp.exe or we have to restart the server in directory...
  • Wiki Page: Loops with Visual Basic.Net

    What the heck is a loop??? A loop is a repetitive procedure that is designed to repeat a given set of instructions. Loops are absolutely essential for getting work done. You know how computer software saves you so much time, by doing the tedious repetition of tasks? Our good hero the loop...
  • Wiki Page: AD-Powershell for Active Directory Administrators

    Table of Contents Computer object commands Group object commands Organizational Unit (OU) commands User object commands Computer object commands List all computer accounts in a domain Get-ADComputer –Filter {Name –Like "*"} View all computers that are logged in for...
  • Wiki Page: Small Basic: コードブロックの作り方 (ja-JP)

    この記事は特に TechNet Wiki に Small Basic の記事を書く方向けに書かれています。 Code Block Generator v1.3 について説明します。 TechNet Wiki の [EDIT] 画面にあるメニューバーにはコードブロックを作成するための [Format Code Block] アイコンがあります。 この [Format Code Block] ツールは以下のようなポップアップウィンドウを表示します。しかし、ここには Small Basic プログラム言語の選択肢がありません。 そこで、Small...
  • Wiki Page: Small Basic: How to Create an Extension Using C#

    Table of Contents Introduction Setting up your Visual Studio Project Programming Your Extension Compiling Your Code Testing Your Extension Distributing Your Extension Introduction Microsoft Small Basic, while a good language for a beginner, is rather limited once you really get into programming...
  • Wiki Page: How to Send Emails Using C#

    This topic is a how to. Please keep it as clear and simple as possible. Avoid speculative discussions as well as a deep dive into underlying mechanisms or related technologies. Table of Contents Step By Step Procedure Other Languages Italian (it-IT) Step By Step Procedure ...
  • Wiki Page: Outlook 2010: Executable Switches

    Microsoft Office Outlook has a number of command-line switches that allow you to perform a variety of actions. One very useful example of this is the /recycle switch, which was introduced as a default in Outlook 2010. In previous versions, if a user already had an instance of Outlook open and clicked...
  • Wiki Page: Accessing the Control Panel via the Commandline

    Table of Contents Executing Control Panel Items Windows Vista Canonical Names New Commands for Windows Vista Personalization System Programs and Features Regional and Language Options Folder Options Power Options Legacy Control Panel Commands Executing Control Panel Items There are two ways...
  • Wiki Page: Access Remote Desktop Via Commandline

    Command line syntax for Remote Desktop Connection Syntax mstsc [<connection file>] [/v:<server[:port]>] [/admin] [/f[ullscreen]] [/w:<width>] [/h:<height>] [/public] | [/span] [/edit "connection file"] [/migrate] [/?] Command...
  • Wiki Page: SQL Server: How to Find the First Available Timeslot for Scheduling

    In a scheduling application, it may be desirable to find the first available schedule time (timeslot) for a new appointment. The new appointment must fit completely between existing appointments -without overlap. As the schedule fills, new entries are assigned to the next first available schedule...
Page 41 of 45 (1,105 items) «3940414243»
Can't find it? Write it!