File "Invoke-_InternalADCommand.xaml"
Full Path: C:/Windows/System32/ServerManagerInternal/ADDeploymentWF_Internal/Invoke-_InternalADCommand.xaml
File size: 2.42 KB
MIME-type: text/plain
Charset: utf-8
<Activity mc:Ignorable="sads sap" x:Class="WorkflowConsoleApplication1.Activity1" this:Activity1.Parameters="[New Hashtable]"
xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:mpa="clr-namespace:Microsoft.PowerShell.Activities;assembly=Microsoft.PowerShell.Activities"
xmlns:mpua="clr-namespace:Microsoft.PowerShell.Utility.Activities;assembly=Microsoft.PowerShell.Utility.Activities"
xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities"
xmlns:s="clr-namespace:System;assembly=mscorlib"
xmlns:s1="clr-namespace:System;assembly=System"
xmlns:s2="clr-namespace:System;assembly=System.Core"
xmlns:sa="clr-namespace:System.Activities;assembly=System.Activities"
xmlns:sads="http://schemas.microsoft.com/netfx/2010/xaml/activities/debugger"
xmlns:sap="http://schemas.microsoft.com/netfx/2009/xaml/activities/presentation"
xmlns:sc="clr-namespace:System.Collections;assembly=mscorlib"
xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib"
xmlns:this="clr-namespace:WorkflowConsoleApplication1"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<x:Members>
<x:Property Name="Command" Type="InArgument(x:String)" />
<x:Property Name="Parameters" Type="InArgument(sc:Hashtable)" />
<x:Property Name="RequiredModules" Type="InArgument(s:String[])" />
</x:Members>
<sap:VirtualizedContainerService.HintSize>570,327</sap:VirtualizedContainerService.HintSize>
<mva:VisualBasic.Settings>Assembly references and imported namespaces for internal implementation</mva:VisualBasic.Settings>
<Sequence sap:VirtualizedContainerService.HintSize="530,287">
<Sequence.Variables>
<Variable x:TypeArguments="x:String" Name="variable1" />
</Sequence.Variables>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<mpa:InlineScript Command="if($using:RequiredModules)
{
 $expandedModules = foreach ($s in $using:RequiredModules) {
 $ExecutionContext.InvokeCommand.ExpandString($s) }
 Import-Module -Name $expandedModules 
}
& $using:command @using:parameters" sap:VirtualizedContainerService.HintSize="508,139" />
</Sequence>
</Activity>