11<?xml version =" 1.0" ?>
22<ModuleObject xmlns : xsd =" http://www.w3.org/2001/XMLSchema" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" fVersion =" 1.1" type =" Manifest" mclass =" Module" useSupports =" false" >
33 <Name >LithnetMIISAutomation</Name >
4- <Version >1.0</Version >
4+ <Version >1.0.6005 </Version >
55 <Description >Lithnet PowerShell Module for FIM Synchronization Service</Description >
66 <HasManifest >true</HasManifest >
77 <Provider >
@@ -2665,5 +2665,49 @@ foreach($item in $items)
26652665 <SupportInformation ad =" false" rsat =" false" ps2 =" false" ps3 =" false" ps4 =" false" ps5 =" false" wxp =" false" wv =" false" w7 =" false" w8 =" false" w81 =" false" w2k3s =" false" w2k3e =" false" w2k3d =" false" w2k8s =" false" w2k8e =" false" w2k8d =" false" w2k8r2s =" false" w2k8r2e =" false" w2k8r2d =" false" w2k12s =" false" w2k12d =" false" w2k12r2s =" false" w2k12r2d =" false" />
26662666 <Publish >false</Publish >
26672667 </CmdletObject >
2668+ <CmdletObject verb =" Clear" noun =" FullSyncWarning" >
2669+ <Name >Clear-FullSyncWarning</Name >
2670+ <GeneralHelp >
2671+ <Synopsis >Suppresses the 'full synchronization required' message for a management agent
2672+ </Synopsis >
2673+ <Description >Suppresses the warning message logged in the event log and shown in the UI that indicates the configuration has changed and a full sync should be run.</Description >
2674+ <Notes />
2675+ <InputType />
2676+ <InputUrl />
2677+ <InputTypeDescription />
2678+ <ReturnType />
2679+ <ReturnUrl />
2680+ <ReturnTypeDescription />
2681+ </GeneralHelp >
2682+ <ParamSets >
2683+ <CommandParameterSetInfo2 Name =" __AllParameterSets" Params =" MA Verbose Debug ErrorAction WarningAction ErrorVariable WarningVariable OutVariable OutBuffer PipelineVariable" />
2684+ </ParamSets >
2685+ <Syntax >
2686+ <string >Clear-FullSyncWarning [-MA] < String> </string >
2687+ </Syntax >
2688+ <Parameters >
2689+ <ParameterDescription type =" String" varLen =" false" required =" true" dynamic =" false" pipeRemaining =" false" pipe =" false" pipeProp =" false" isPos =" true" pos =" 1" globbing =" false" >
2690+ <Name >MA</Name >
2691+ <Attributes >
2692+ <string >System.Management.Automation.ParameterAttribute</string >
2693+ <string >System.Management.Automation.ValidateNotNullOrEmptyAttribute</string >
2694+ </Attributes >
2695+ <Aliases />
2696+ <Description >The name of the management agent</Description >
2697+ <DefaultValue />
2698+ </ParameterDescription >
2699+ </Parameters >
2700+ <Examples >
2701+ <Example >
2702+ <Name >Suppress the warning on a management agent</Name >
2703+ <Cmd >Clear-FullSyncWarning -MA ADMA</Cmd >
2704+ <Description />
2705+ <Output />
2706+ </Example >
2707+ </Examples >
2708+ <RelatedLinks />
2709+ <SupportInformation ad =" false" rsat =" false" ps2 =" false" ps3 =" false" ps4 =" false" ps5 =" false" wxp =" false" wv =" false" w7 =" false" w8 =" false" w81 =" false" w2k3s =" false" w2k3e =" false" w2k3d =" false" w2k8s =" false" w2k8e =" false" w2k8d =" false" w2k8r2s =" false" w2k8r2e =" false" w2k8r2d =" false" w2k12s =" false" w2k12d =" false" w2k12r2s =" false" w2k12r2d =" false" />
2710+ <Publish >false</Publish >
2711+ </CmdletObject >
26682712 </Cmdlets >
26692713</ModuleObject >
0 commit comments