Skip to content

Commit cecfec3

Browse files
committed
Fixes an issue where the result set was duplicated when calling Get-MVobject
1 parent f11cc30 commit cecfec3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/Lithnet.Miiserver.Automation/Get-MVObject.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ protected override void ProcessRecord()
5858
{
5959
this.GetByGuid();
6060
}
61-
else if (this.ParameterSetName == "SearchByObjectType")
62-
{
63-
this.GetByObjectType();
64-
}
6561
else if (this.ParameterSetName == "SearchByQuery")
6662
{
6763
if (this.Queries != null)

src/Lithnet.Miiserver.Automation/LithnetMIISAutomation.Help.pshproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.6347.20920</Version>
4+
<Version>1.0.6351.37891</Version>
55
<Description>Lithnet PowerShell Module for FIM Synchronization Service</Description>
66
<HasManifest>true</HasManifest>
77
<Provider>

0 commit comments

Comments
 (0)