0byt3m1n1
Path:
C:
/
Windows
/
System32
/
ServerManagerInternal
/
ServerManagerShell
/
[
Home
]
File: Invoke-_InternalScriptWorkflow.xaml
<Activity x:Class="ServerManager.GetBPAResultWorkflow" 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:s="clr-namespace:System;assembly=mscorlib" xmlns:sa="clr-namespace:System.Activities;assembly=System.Activities" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:sma="clr-namespace:System.Management.Automation;assembly=System.Management.Automation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <x:Members> <x:Property Name="Contents" Type="InArgument(x:String)" /> </x:Members> <Sequence> <mpua:InvokeExpression Command="[Contents]" /> </Sequence> </Activity>