Logins may be showing incorrect profile information. Please email psgadmin at microsoft.com for support.
Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PS1C
1.0.1
PS1C.psm1
if
(
$PSEdition
-eq
'core'
)
{
Import-Module
"$($PSScriptRoot)\Core\PS1C.dll"
}
else
{
Import-Module
"$($PSScriptRoot)\Desktop\PS1C.dll"
}