protected override void ProcessRecord() { foreach (string item in _inputObject) { base.WriteObject(WindowsUtility.GetExpandableString(item)); } }