Skip to content

Commit

Permalink
Rename and start refactoring to work in module build
Browse files Browse the repository at this point in the history
  • Loading branch information
SamErde committed Feb 18, 2024
1 parent 8504499 commit c029df8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
function Remove-OldProfiles {
$StaleUserProfiles = Get-StaleUserProfiles
Remove-StaleUserProfiles
Remove-OldProfiles
}

function Get-StaleUserProfiles {
<#
.SYNOPSIS
Expand Down

0 comments on commit c029df8

Please sign in to comment.