Thanks Oleg. I've managed to find the route through using your suggested 'Set-VBRJobOptions'.
Regarding exposing the methods, the command you gave is invalid. If I use the command below, those methods that are clearly part of the oject still don't appear in the list?
Code: Select all
PS U:\WindowsPowerShell\Powershell Projects\Veeam Utilities> [Veeam.Backup.Model.CModifiedUserInfo] | get-member -force
TypeName: System.RuntimeType
Name MemberType Definition
---- ---------- ----------
pstypenames CodeProperty System.Collections.ObjectModel.Collection`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] pstypenames{get=PSTypeNames;}
psadapted MemberSet psadapted {Module, Assembly, TypeHandle, DeclaringMethod, BaseType, UnderlyingSystemType, FullName, AssemblyQualifiedName, Namespace, GUID, IsEnum, GenericParameterAttributes, I...
psbase MemberSet psbase {Module, Assembly, TypeHandle, DeclaringMethod, BaseType, UnderlyingSystemType, FullName, AssemblyQualifiedName, Namespace, GUID, IsEnum, GenericParameterAttributes, IsSe...
psextended MemberSet psextended {}
psobject MemberSet psobject {Members, Properties, Methods, ImmediateBaseObject, BaseObject, TypeNames, get_Members, get_Properties, get_Methods, get_ImmediateBaseObject, get_BaseObject, ToString, ...
AsType Method type AsType()
Clone Method System.Object Clone(), System.Object ICloneable.Clone()
Equals Method bool Equals(System.Object obj), bool Equals(type o), bool _MemberInfo.Equals(System.Object other), bool _Type.Equals(System.Object other), bool _Type.Equals(type o)
FindInterfaces Method type[] FindInterfaces(System.Reflection.TypeFilter filter, System.Object filterCriteria), type[] _Type.FindInterfaces(System.Reflection.TypeFilter filter, System.Object filterCr...
FindMembers Method System.Reflection.MemberInfo[] FindMembers(System.Reflection.MemberTypes memberType, System.Reflection.BindingFlags bindingAttr, System.Reflection.MemberFilter filter, System.Ob...
GetArrayRank Method int GetArrayRank(), int _Type.GetArrayRank()
GetConstructor Method System.Reflection.ConstructorInfo GetConstructor(System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention...
GetConstructors Method System.Reflection.ConstructorInfo[] GetConstructors(System.Reflection.BindingFlags bindingAttr), System.Reflection.ConstructorInfo[] GetConstructors(), System.Reflection.Constru...
GetCustomAttributes Method System.Object[] GetCustomAttributes(bool inherit), System.Object[] GetCustomAttributes(type attributeType, bool inherit), System.Object[] ICustomAttributeProvider.GetCustomAttri...
GetCustomAttributesData Method System.Collections.Generic.IList[System.Reflection.CustomAttributeData] GetCustomAttributesData()
GetDeclaredEvent Method System.Reflection.EventInfo GetDeclaredEvent(string name)
GetDeclaredField Method System.Reflection.FieldInfo GetDeclaredField(string name)
GetDeclaredMethod Method System.Reflection.MethodInfo GetDeclaredMethod(string name)
GetDeclaredMethods Method System.Collections.Generic.IEnumerable[System.Reflection.MethodInfo] GetDeclaredMethods(string name)
GetDeclaredNestedType Method System.Reflection.TypeInfo GetDeclaredNestedType(string name)
GetDeclaredProperty Method System.Reflection.PropertyInfo GetDeclaredProperty(string name)
GetDefaultMembers Method System.Reflection.MemberInfo[] GetDefaultMembers(), System.Reflection.MemberInfo[] _Type.GetDefaultMembers()
GetElementType Method type GetElementType(), type _Type.GetElementType()
GetEnumName Method string GetEnumName(System.Object value)
GetEnumNames Method string[] GetEnumNames()
GetEnumUnderlyingType Method type GetEnumUnderlyingType()
GetEnumValues Method array GetEnumValues()
GetEvent Method System.Reflection.EventInfo GetEvent(string name, System.Reflection.BindingFlags bindingAttr), System.Reflection.EventInfo GetEvent(string name), System.Reflection.EventInfo _Ty...
GetEvents Method System.Reflection.EventInfo[] GetEvents(System.Reflection.BindingFlags bindingAttr), System.Reflection.EventInfo[] GetEvents(), System.Reflection.EventInfo[] _Type.GetEvents(), ...
GetField Method System.Reflection.FieldInfo GetField(string name, System.Reflection.BindingFlags bindingAttr), System.Reflection.FieldInfo GetField(string name), System.Reflection.FieldInfo _Ty...
GetFields Method System.Reflection.FieldInfo[] GetFields(System.Reflection.BindingFlags bindingAttr), System.Reflection.FieldInfo[] GetFields(), System.Reflection.FieldInfo[] _Type.GetFields(Sys...
GetGenericArguments Method type[] GetGenericArguments()
GetGenericParameterConstraints Method type[] GetGenericParameterConstraints()
GetGenericTypeDefinition Method type GetGenericTypeDefinition()
GetHashCode Method int GetHashCode(), int _MemberInfo.GetHashCode(), int _Type.GetHashCode()
GetIDsOfNames Method void _MemberInfo.GetIDsOfNames([ref] guid riid, System.IntPtr rgszNames, uint32 cNames, uint32 lcid, System.IntPtr rgDispId), void _Type.GetIDsOfNames([ref] guid riid, System.In...
GetInterface Method type GetInterface(string fullname, bool ignoreCase), type GetInterface(string name), type _Type.GetInterface(string name, bool ignoreCase), type _Type.GetInterface(string name)
GetInterfaceMap Method System.Reflection.InterfaceMapping GetInterfaceMap(type ifaceType), System.Reflection.InterfaceMapping _Type.GetInterfaceMap(type interfaceType)
GetInterfaces Method type[] GetInterfaces(), type[] _Type.GetInterfaces()
GetMember Method System.Reflection.MemberInfo[] GetMember(string name, System.Reflection.MemberTypes type, System.Reflection.BindingFlags bindingAttr), System.Reflection.MemberInfo[] GetMember(s...
GetMembers Method System.Reflection.MemberInfo[] GetMembers(System.Reflection.BindingFlags bindingAttr), System.Reflection.MemberInfo[] GetMembers(), System.Reflection.MemberInfo[] _Type.GetMembe...
GetMethod Method System.Reflection.MethodInfo GetMethod(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvent...
GetMethods Method System.Reflection.MethodInfo[] GetMethods(System.Reflection.BindingFlags bindingAttr), System.Reflection.MethodInfo[] GetMethods(), System.Reflection.MethodInfo[] _Type.GetMetho...
GetNestedType Method type GetNestedType(string fullname, System.Reflection.BindingFlags bindingAttr), type GetNestedType(string name), type _Type.GetNestedType(string name, System.Reflection.Binding...
GetNestedTypes Method type[] GetNestedTypes(System.Reflection.BindingFlags bindingAttr), type[] GetNestedTypes(), type[] _Type.GetNestedTypes(System.Reflection.BindingFlags bindingAttr), type[] _Type...
GetObjectData Method void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context), void ISerializable.GetObjectData(System.Runtime.S...
GetProperties Method System.Reflection.PropertyInfo[] GetProperties(System.Reflection.BindingFlags bindingAttr), System.Reflection.PropertyInfo[] GetProperties(), System.Reflection.PropertyInfo[] _T...
GetProperty Method System.Reflection.PropertyInfo GetProperty(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, type returnType, type[] types, System.Reflec...
GetType Method type GetType(), type _MemberInfo.GetType(), type _Type.GetType()
GetTypeInfo Method void _MemberInfo.GetTypeInfo(uint32 iTInfo, uint32 lcid, System.IntPtr ppTInfo), void _Type.GetTypeInfo(uint32 iTInfo, uint32 lcid, System.IntPtr ppTInfo), System.Reflection.Typ...
GetTypeInfoCount Method void _MemberInfo.GetTypeInfoCount([ref] uint32 pcTInfo), void _Type.GetTypeInfoCount([ref] uint32 pcTInfo)
get_Assembly Method System.Reflection.Assembly get_Assembly(), System.Reflection.Assembly _Type.get_Assembly()
get_AssemblyQualifiedName Method string get_AssemblyQualifiedName(), string _Type.get_AssemblyQualifiedName()
get_Attributes Method System.Reflection.TypeAttributes get_Attributes(), System.Reflection.TypeAttributes _Type.get_Attributes()
get_BaseType Method type get_BaseType(), type _Type.get_BaseType()
get_ContainsGenericParameters Method bool get_ContainsGenericParameters()
get_CustomAttributes Method System.Collections.Generic.IEnumerable[System.Reflection.CustomAttributeData] get_CustomAttributes()
get_DeclaredConstructors Method System.Collections.Generic.IEnumerable[System.Reflection.ConstructorInfo] get_DeclaredConstructors()
get_DeclaredEvents Method System.Collections.Generic.IEnumerable[System.Reflection.EventInfo] get_DeclaredEvents()
get_DeclaredFields Method System.Collections.Generic.IEnumerable[System.Reflection.FieldInfo] get_DeclaredFields()
get_DeclaredMembers Method System.Collections.Generic.IEnumerable[System.Reflection.MemberInfo] get_DeclaredMembers()
get_DeclaredMethods Method System.Collections.Generic.IEnumerable[System.Reflection.MethodInfo] get_DeclaredMethods()
get_DeclaredNestedTypes Method System.Collections.Generic.IEnumerable[System.Reflection.TypeInfo] get_DeclaredNestedTypes()
get_DeclaredProperties Method System.Collections.Generic.IEnumerable[System.Reflection.PropertyInfo] get_DeclaredProperties()
get_DeclaringMethod Method System.Reflection.MethodBase get_DeclaringMethod()
get_DeclaringType Method type get_DeclaringType(), type _MemberInfo.get_DeclaringType(), type _Type.get_DeclaringType()
get_FullName Method string get_FullName(), string _Type.get_FullName()
get_GenericParameterAttributes Method System.Reflection.GenericParameterAttributes get_GenericParameterAttributes()
get_GenericParameterPosition Method int get_GenericParameterPosition()
get_GenericTypeArguments Method type[] get_GenericTypeArguments()
get_GenericTypeParameters Method type[] get_GenericTypeParameters()
get_GUID Method guid get_GUID(), guid _Type.get_GUID()
get_HasElementType Method bool get_HasElementType(), bool _Type.get_HasElementType()
get_ImplementedInterfaces Method System.Collections.Generic.IEnumerable[type] get_ImplementedInterfaces()
get_IsAbstract Method bool get_IsAbstract(), bool _Type.get_IsAbstract()
get_IsAnsiClass Method bool get_IsAnsiClass(), bool _Type.get_IsAnsiClass()
get_IsArray Method bool get_IsArray(), bool _Type.get_IsArray()
get_IsAutoClass Method bool get_IsAutoClass(), bool _Type.get_IsAutoClass()
get_IsAutoLayout Method bool get_IsAutoLayout(), bool _Type.get_IsAutoLayout()
get_IsByRef Method bool get_IsByRef(), bool _Type.get_IsByRef()
get_IsClass Method bool get_IsClass(), bool _Type.get_IsClass()
get_IsCOMObject Method bool get_IsCOMObject(), bool _Type.get_IsCOMObject()
get_IsConstructedGenericType Method bool get_IsConstructedGenericType()
get_IsContextful Method bool get_IsContextful(), bool _Type.get_IsContextful()
get_IsEnum Method bool get_IsEnum(), bool _Type.get_IsEnum()
get_IsExplicitLayout Method bool get_IsExplicitLayout(), bool _Type.get_IsExplicitLayout()
get_IsGenericParameter Method bool get_IsGenericParameter()
get_IsGenericType Method bool get_IsGenericType()
get_IsGenericTypeDefinition Method bool get_IsGenericTypeDefinition()
get_IsImport Method bool get_IsImport(), bool _Type.get_IsImport()
get_IsInterface Method bool get_IsInterface(), bool _Type.get_IsInterface()
get_IsLayoutSequential Method bool get_IsLayoutSequential(), bool _Type.get_IsLayoutSequential()
get_IsMarshalByRef Method bool get_IsMarshalByRef(), bool _Type.get_IsMarshalByRef()
get_IsNested Method bool get_IsNested()
get_IsNestedAssembly Method bool get_IsNestedAssembly(), bool _Type.get_IsNestedAssembly()
get_IsNestedFamANDAssem Method bool get_IsNestedFamANDAssem(), bool _Type.get_IsNestedFamANDAssem()
get_IsNestedFamily Method bool get_IsNestedFamily(), bool _Type.get_IsNestedFamily()
get_IsNestedFamORAssem Method bool get_IsNestedFamORAssem(), bool _Type.get_IsNestedFamORAssem()
get_IsNestedPrivate Method bool get_IsNestedPrivate(), bool _Type.get_IsNestedPrivate()
get_IsNestedPublic Method bool get_IsNestedPublic(), bool _Type.get_IsNestedPublic()
get_IsNotPublic Method bool get_IsNotPublic(), bool _Type.get_IsNotPublic()
get_IsPointer Method bool get_IsPointer(), bool _Type.get_IsPointer()
get_IsPrimitive Method bool get_IsPrimitive(), bool _Type.get_IsPrimitive()
get_IsPublic Method bool get_IsPublic(), bool _Type.get_IsPublic()
get_IsSealed Method bool get_IsSealed(), bool _Type.get_IsSealed()
get_IsSecurityCritical Method bool get_IsSecurityCritical()
get_IsSecuritySafeCritical Method bool get_IsSecuritySafeCritical()
get_IsSecurityTransparent Method bool get_IsSecurityTransparent()
get_IsSerializable Method bool get_IsSerializable(), bool _Type.get_IsSerializable()
get_IsSpecialName Method bool get_IsSpecialName(), bool _Type.get_IsSpecialName()
get_IsUnicodeClass Method bool get_IsUnicodeClass(), bool _Type.get_IsUnicodeClass()
get_IsValueType Method bool get_IsValueType(), bool _Type.get_IsValueType()
get_IsVisible Method bool get_IsVisible()
get_MemberType Method System.Reflection.MemberTypes get_MemberType(), System.Reflection.MemberTypes _MemberInfo.get_MemberType(), System.Reflection.MemberTypes _Type.get_MemberType()
get_MetadataToken Method int get_MetadataToken()
get_Module Method System.Reflection.Module get_Module(), System.Reflection.Module _Type.get_Module()
get_Name Method string get_Name(), string _MemberInfo.get_Name(), string _Type.get_Name()
get_Namespace Method string get_Namespace(), string _Type.get_Namespace()
get_ReflectedType Method type get_ReflectedType(), type _MemberInfo.get_ReflectedType(), type _Type.get_ReflectedType()
get_StructLayoutAttribute Method System.Runtime.InteropServices.StructLayoutAttribute get_StructLayoutAttribute()
get_TypeHandle Method System.RuntimeTypeHandle get_TypeHandle(), System.RuntimeTypeHandle _Type.get_TypeHandle()
get_TypeInitializer Method System.Reflection.ConstructorInfo get_TypeInitializer(), System.Reflection.ConstructorInfo _Type.get_TypeInitializer()
get_UnderlyingSystemType Method type get_UnderlyingSystemType(), type _Type.get_UnderlyingSystemType(), type IReflect.get_UnderlyingSystemType()
Invoke Method void _MemberInfo.Invoke(uint32 dispIdMember, [ref] guid riid, uint32 lcid, int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.In...
InvokeMember Method System.Object InvokeMember(string name, System.Reflection.BindingFlags bindingFlags, System.Reflection.Binder binder, System.Object target, System.Object[] providedArgs, System....
IsAssignableFrom Method bool IsAssignableFrom(System.Reflection.TypeInfo typeInfo), bool IsAssignableFrom(type c), bool _Type.IsAssignableFrom(type c)
IsDefined Method bool IsDefined(type attributeType, bool inherit), bool ICustomAttributeProvider.IsDefined(type attributeType, bool inherit), bool _MemberInfo.IsDefined(type attributeType, bool ...
IsEnumDefined Method bool IsEnumDefined(System.Object value)
IsEquivalentTo Method bool IsEquivalentTo(type other)
IsInstanceOfType Method bool IsInstanceOfType(System.Object o), bool _Type.IsInstanceOfType(System.Object o)
IsSubclassOf Method bool IsSubclassOf(type type), bool _Type.IsSubclassOf(type c)
MakeArrayType Method type MakeArrayType(), type MakeArrayType(int rank)
MakeByRefType Method type MakeByRefType()
MakeGenericType Method type MakeGenericType(Params type[] instantiation)
MakePointerType Method type MakePointerType()
ToString Method string ToString(), string _MemberInfo.ToString(), string _Type.ToString()
Assembly Property System.Reflection.Assembly Assembly {get;}
AssemblyQualifiedName Property string AssemblyQualifiedName {get;}
Attributes Property System.Reflection.TypeAttributes Attributes {get;}
BaseType Property type BaseType {get;}
ContainsGenericParameters Property bool ContainsGenericParameters {get;}
CustomAttributes Property System.Collections.Generic.IEnumerable[System.Reflection.CustomAttributeData] CustomAttributes {get;}
DeclaredConstructors Property System.Collections.Generic.IEnumerable[System.Reflection.ConstructorInfo] DeclaredConstructors {get;}
DeclaredEvents Property System.Collections.Generic.IEnumerable[System.Reflection.EventInfo] DeclaredEvents {get;}
DeclaredFields Property System.Collections.Generic.IEnumerable[System.Reflection.FieldInfo] DeclaredFields {get;}
DeclaredMembers Property System.Collections.Generic.IEnumerable[System.Reflection.MemberInfo] DeclaredMembers {get;}
DeclaredMethods Property System.Collections.Generic.IEnumerable[System.Reflection.MethodInfo] DeclaredMethods {get;}
DeclaredNestedTypes Property System.Collections.Generic.IEnumerable[System.Reflection.TypeInfo] DeclaredNestedTypes {get;}
DeclaredProperties Property System.Collections.Generic.IEnumerable[System.Reflection.PropertyInfo] DeclaredProperties {get;}
DeclaringMethod Property System.Reflection.MethodBase DeclaringMethod {get;}
DeclaringType Property type DeclaringType {get;}
FullName Property string FullName {get;}
GenericParameterAttributes Property System.Reflection.GenericParameterAttributes GenericParameterAttributes {get;}
GenericParameterPosition Property int GenericParameterPosition {get;}
GenericTypeArguments Property type[] GenericTypeArguments {get;}
GenericTypeParameters Property type[] GenericTypeParameters {get;}
GUID Property guid GUID {get;}
HasElementType Property bool HasElementType {get;}
ImplementedInterfaces Property System.Collections.Generic.IEnumerable[type] ImplementedInterfaces {get;}
IsAbstract Property bool IsAbstract {get;}
IsAnsiClass Property bool IsAnsiClass {get;}
IsArray Property bool IsArray {get;}
IsAutoClass Property bool IsAutoClass {get;}
IsAutoLayout Property bool IsAutoLayout {get;}
IsByRef Property bool IsByRef {get;}
IsClass Property bool IsClass {get;}
IsCOMObject Property bool IsCOMObject {get;}
IsConstructedGenericType Property bool IsConstructedGenericType {get;}
IsContextful Property bool IsContextful {get;}
IsEnum Property bool IsEnum {get;}
IsExplicitLayout Property bool IsExplicitLayout {get;}
IsGenericParameter Property bool IsGenericParameter {get;}
IsGenericType Property bool IsGenericType {get;}
IsGenericTypeDefinition Property bool IsGenericTypeDefinition {get;}
IsImport Property bool IsImport {get;}
IsInterface Property bool IsInterface {get;}
IsLayoutSequential Property bool IsLayoutSequential {get;}
IsMarshalByRef Property bool IsMarshalByRef {get;}
IsNested Property bool IsNested {get;}
IsNestedAssembly Property bool IsNestedAssembly {get;}
IsNestedFamANDAssem Property bool IsNestedFamANDAssem {get;}
IsNestedFamily Property bool IsNestedFamily {get;}
IsNestedFamORAssem Property bool IsNestedFamORAssem {get;}
IsNestedPrivate Property bool IsNestedPrivate {get;}
IsNestedPublic Property bool IsNestedPublic {get;}
IsNotPublic Property bool IsNotPublic {get;}
IsPointer Property bool IsPointer {get;}
IsPrimitive Property bool IsPrimitive {get;}
IsPublic Property bool IsPublic {get;}
IsSealed Property bool IsSealed {get;}
IsSecurityCritical Property bool IsSecurityCritical {get;}
IsSecuritySafeCritical Property bool IsSecuritySafeCritical {get;}
IsSecurityTransparent Property bool IsSecurityTransparent {get;}
IsSerializable Property bool IsSerializable {get;}
IsSpecialName Property bool IsSpecialName {get;}
IsUnicodeClass Property bool IsUnicodeClass {get;}
IsValueType Property bool IsValueType {get;}
IsVisible Property bool IsVisible {get;}
MemberType Property System.Reflection.MemberTypes MemberType {get;}
MetadataToken Property int MetadataToken {get;}
Module Property System.Reflection.Module Module {get;}
Name Property string Name {get;}
Namespace Property string Namespace {get;}
ReflectedType Property type ReflectedType {get;}
StructLayoutAttribute Property System.Runtime.InteropServices.StructLayoutAttribute StructLayoutAttribute {get;}
TypeHandle Property System.RuntimeTypeHandle TypeHandle {get;}
TypeInitializer Property System.Reflection.ConstructorInfo TypeInitializer {get;}
UnderlyingSystemType Property type UnderlyingSystemType {get;}