Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Rubrik
9.0.1
Private/Get-HomePath.ps1
function
Get-HomePath
{
<#
.SYNOPSIS
Function used in unit tests for mocking the home path
#>
$HOME
}