Load the module using Import-Module DevOpsFu.Posh-Hizzy
Create a Hive session by calling New-HiveSession with a PSCredential
object containing your username and password:
$MyCred = Get-Credential
New-HiveSession -Credential $MyCred
Load the module using Import-Module DevOpsFu.Posh-Hizzy
Create a Hive session by calling New-HiveSession with a PSCredential
object containing your username and password:
$MyCred = Get-Credential
New-HiveSession -Credential $MyCred