MichaelGrafnetter / DSInternals

Directory Services Internals (DSInternals) PowerShell Module and Framework
https://www.dsinternals.com
MIT License
1.62k stars 250 forks source link

Dependency Loop Detected #126

Closed mubix closed 2 years ago

mubix commented 2 years ago

Trying to install DSInternals on Powershell 7 on Linux / Ubuntu is getting a dependency loop error

PS /home/ubuntu> Install-Package dsinternals.common
Install-Package: Dependency loop detected for package 'DSInternals.Common'. 
MichaelGrafnetter commented 2 years ago

Hi @mubix , unfortunately, DSInternals is not supported on Linux at all, as it heavily utilizes Win32 API for almost everything it does (database layer, replication and LSA over RPC, hashing algorithms).