PowerShellModules
PowerShellModules copied to clipboard
A collection of PowerShell modules
@ohine suggested that a switch be added which would get the latest development build of DNN Perhaps starting with an API request like https://dotnet.visualstudio.com/DNN/_apis/build/builds?api-version=4.1&repositoryId=dnnsoftware/Dnn.Platform&repositoryType=GitHub&branchName=refs%2Fheads%2Fdevelopment&resultFilter=succeeded to find the build artifacts
On my computer the `Remove-ItemSafely` actually removes the file. Also the help command indicates `Remove-ItemSafely` is actually just `Remove-Item`. ``` > Remove-ItemSafely -? NAME Remove-Item SYNTAX Remove-Item [-Path] [-Filter ]...