Giter Site home page Giter Site logo

expandframework / xpandpwsh Goto Github PK

View Code? Open in Web Editor NEW
18.0 10.0 7.0 4.2 MB

Automate your daily CI tasks

Home Page: http://xpandpwsh.expandframework.com

License: Apache License 2.0

PowerShell 71.36% Shell 0.06% C# 28.58%
nuget psgallery devexpress xaf cmdlet module expandframework cmdlets powershell wiki

xpandpwsh's People

Contributors

apobekiaris avatar dsc-markm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xpandpwsh's Issues

Clear-ProjectDirectories and not only Path

Hi,

I tried Clear-ProjectDirectories -path C:\DevProjects
but got an error from another path. It seems that the script not only works in the defiend path.

PS C:\WINDOWS\system32> Clear-ProjectDirectories -path C:\DevProjects
Get-ChildItem : Der Zugriff auf den Pfad "C:\WINDOWS\system32\LogFiles\WMI\RtBackup" wurde verweigert.
In C:\Program Files\WindowsPowerShell\Modules\XpandPosh\2.6.1\public\System\Clear-ProjectDirectories.ps1:10 Zeichen:5
+     Get-ChildItem -Include "*.log", "*.bak" -Recurse | Remove-Item -F ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : PermissionDenied: (C:\WINDOWS\syst...es\WMI\RtBackup:String) [Get-ChildItem], UnauthorizedAccessException
    + FullyQualifiedErrorId : DirUnauthorizedAccessError,Microsoft.PowerShell.Commands.GetChildItemCommand
 
Remove-Item : Das Element 
C:\WINDOWS\system32\DriverStore\FileRepository\imdriver.inf_amd64_27487e87368d3ae2\Packages\GenericCorePlugin\x64\Packages_GenericCorePlugin_x64_GenericCorePlugin.dll kann nicht entfernt 
werden: Der Zugriff auf den Pfad wurde verweigert.
In C:\Program Files\WindowsPowerShell\Modules\XpandPosh\2.6.1\public\System\Clear-ProjectDirectories.ps1:15 Zeichen:9
+         Remove-Item -Force -Recurse
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (Packages_Generi...cCorePlugin.dll:FileInfo) [Remove-Item], ArgumentException
    + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
Remove-Item : Das Element 
C:\WINDOWS\system32\DriverStore\FileRepository\imdriver.inf_amd64_27487e87368d3ae2\Packages\GenericCorePlugin\x64\Packages_GenericCorePlugin_x64_Lenovo.ImController.EventLogging.dll kann 
nicht entfernt werden: Der Zugriff auf den Pfad wurde verweigert.
In C:\Program Files\WindowsPowerShell\Modules\XpandPosh\2.6.1\public\System\Clear-ProjectDirectories.ps1:15 Zeichen:9
+         Remove-Item -Force -Recurse
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (Packages_Generi...ventLogging.dll:FileInfo) [Remove-Item], ArgumentException
    + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
......

Commands not visible

Hi,

after installing Version 0.7.1 the commands are not visible. F.e. the
Get-Command -Module XpandPwsh
doesn´t work anymore.

It seems that it is installed but not registered.

png1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.