Remove-MSModuleDependency

Remove dependencies from an item (App, User, Device etc)

Syntax


Remove-MSModuleDependency -Module (String) -Id (Int32) -DependencyModule (String) -DependencyId (Int32) [-DependencyProjectIdId (Int32)]

Remove-MSModuleDependency -Module (String) -Id (Int32) -DependencyModule (String) -DependencyIds (Int32[]) [-DependencyProjectIdId (Int32)]

Examples


Remove-MSModuleDependency -Module Applications -Id 2000 -DependencyModule Applications -DependencyId 2191