sync
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
function Get-ZMPrivate {
|
||||
[CmdletBinding()]
|
||||
param (
|
||||
|
||||
)
|
||||
|
||||
begin {
|
||||
|
||||
}
|
||||
|
||||
process {
|
||||
Write-Warning -Message ("Hello Private!!1!")
|
||||
}
|
||||
|
||||
end {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user