| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Import-Module ePOwerShell
$ePOwerShellServer = @{
Server = 'https://your-epo-server.com'
Port = 1234
Credentials = (Get-Credential)
AllowSelfSignedCerts = $True
}
Set-ePOConfig @ePOwershellServerFrom here, you're able to use the rest of the functions:
$Computer = Get-ePOComputer $env:ComputerNameThe rest of the functions are detailed further in the wiki.
If you don't want to do Set-ePOConfig every time you load powershell, try Save-ePOConfig.
| Back | FazBrowse Home | New Git URL |