full_path
stringlengths
31
232
filename
stringlengths
4
167
content
stringlengths
0
48.3M
PowerShellCorpus/PowerShellGallery/PowerShellCookbook/1.3.6/LibraryProperties.ps1
LibraryProperties.ps1
############################################################################## ## ## From Windows PowerShell Cookbook (O'Reilly) ## by Lee Holmes (http://www.leeholmes.com/guide) ## ############################################################################## filter Get-PropertyValue($property) { $_.$pro...
PowerShellCorpus/PowerShellGallery/PowerShellCookbook/1.3.6/LibraryInvocation.ps1
LibraryInvocation.ps1
## From Windows PowerShell Cookbook (O'Reilly) ## by Lee Holmes (http://www.leeholmes.com/guide) Set-StrictMode -Version 3 ## Return the name of the currently executing script ## By placing this in a function, we drastically simplify ## the logic it takes to determine the currently running ## script functi...
PowerShellCorpus/PowerShellGallery/PowerShellCookbook/1.3.6/LibraryInputComparison.ps1
LibraryInputComparison.ps1
## From Windows PowerShell Cookbook (O'Reilly) ## by Lee Holmes (http://www.leeholmes.com/guide) Set-StrictMode -Version 3 ## Process each element in the pipeline, using a ## foreach statement to visit each element in $input function Get-InputWithForeach($identifier) { Write-Host "Beginning InputWithFore...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Private/_AssertSessionActive.ps1
_AssertSessionActive.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Private/_InvokeNSRestApi.ps1
_InvokeNSRestApi.ps1
function _InvokeNSRestApi { <# .SYNOPSIS Invoke NetScaler NITRO REST API .DESCRIPTION Invoke NetScaler NITRO REST API .PARAMETER Session An existing custom NetScaler Web Request Session object returned by Connect-NetScaler .PARAMETER Method Specifies the meth...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Private/_AssertNSVersion.ps1
_AssertNSVersion.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Private/_InvokeNSRestApiGet.ps1
_InvokeNSRestApiGet.ps1
function _InvokeNSRestApiGet { <# .SYNOPSIS Invoke NetScaler NITRO REST API GET method .DESCRIPTION Invoke NetScaler NITRO REST API GET method .PARAMETER Session An existing custom NetScaler Web Request Session object returned by Connect-NetScaler .PARAMETER Typ...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSLBSSLVirtualServerCertificateBinding.ps1
Get-NSLBSSLVirtualServerCertificateBinding.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSLDAPAuthenticationPolicy.ps1
Get-NSLDAPAuthenticationPolicy.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSVPNVirtualServerTheme.ps1
Get-NSVPNVirtualServerTheme.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Set-NSTimeZone.ps1
Set-NSTimeZone.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/New-NSNTPServer.ps1
New-NSNTPServer.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writi...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSCSAction.ps1
Get-NSCSAction.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSLBVirtualServerResponderPolicyBinding.ps1
Get-NSLBVirtualServerResponderPolicyBinding.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Remove-NSLBServiceGroup.ps1
Remove-NSLBServiceGroup.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSAAAUser.ps1
Get-NSAAAUser.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Set-NSResponderAction.ps1
Set-NSResponderAction.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writi...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Add-NSServerCertificate.ps1
Add-NSServerCertificate.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Set-NSLBSSLVirtualServerProfile.ps1
Set-NSLBSSLVirtualServerProfile.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Remove-NSSSLProfile.ps1
Remove-NSSSLProfile.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Set-NSLBServer.ps1
Set-NSLBServer.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSStat.ps1
Get-NSStat.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Clear-NSConfig.ps1
Clear-NSConfig.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writi...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/New-NSLBMonitor.ps1
New-NSLBMonitor.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Add-NSVPNVirtualServerBinding.ps1
Add-NSVPNVirtualServerBinding.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Add-NSDnsSuffix.ps1
Add-NSDnsSuffix.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Add-NSCSVirtualServerResponderPolicyBinding.ps1
Add-NSCSVirtualServerResponderPolicyBinding.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Remove-NSLBServer.ps1
Remove-NSLBServer.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/New-NSVPNVirtualServer.ps1
New-NSVPNVirtualServer.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Enable-NSMode.ps1
Enable-NSMode.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSBackup.ps1
Get-NSBackup.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSFeature.ps1
Get-NSFeature.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/New-NSLDAPAuthenticationServer.ps1
New-NSLDAPAuthenticationServer.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSLBMonitor.ps1
Get-NSLBMonitor.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Disable-NSLBMonitor.ps1
Disable-NSLBMonitor.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Enable-NSLBServer.ps1
Enable-NSLBServer.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSDnsNameServer.ps1
Get-NSDnsNameServer.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSHostname.ps1
Get-NSHostname.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSRewriteAction.ps1
Get-NSRewriteAction.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSVersion.ps1
Get-NSVersion.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSSAMLAuthenticationServer.ps1
Get-NSSAMLAuthenticationServer.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSNTPServer.ps1
Get-NSNTPServer.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Remove-NSLBMonitor.ps1
Remove-NSLBMonitor.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Set-NSLBSSLVirtualServer.ps1
Set-NSLBSSLVirtualServer.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSCSVirtualServerResponderPolicyBinding.ps1
Get-NSCSVirtualServerResponderPolicyBinding.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Add-NSLBVirtualServerRewritePolicyBinding.ps1
Add-NSLBVirtualServerRewritePolicyBinding.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Add-NSSSLCertificateLink.ps1
Add-NSSSLCertificateLink.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Enable-NSLBVirtualServer.ps1
Enable-NSLBVirtualServer.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Disable-NSLBVirtualServer.ps1
Disable-NSLBVirtualServer.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSTimeZone.ps1
Get-NSTimeZone.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSVPNServer.ps1
Get-NSVPNServer.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSLDAPAuthenticationServer.ps1
Get-NSLDAPAuthenticationServer.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSIPResource.ps1
Get-NSIPResource.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/New-NSKCDAccount.ps1
New-NSKCDAccount.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writi...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSLBVirtualServerRewritePolicyBinding.ps1
Get-NSLBVirtualServerRewritePolicyBinding.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/New-NSResponderPolicy.ps1
New-NSResponderPolicy.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writi...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/New-NSLBServiceGroupMonitor.ps1
New-NSLBServiceGroupMonitor.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSLBServiceGroupMemberBinding.ps1
Get-NSLBServiceGroupMemberBinding.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSLBVirtualServer.ps1
Get-NSLBVirtualServer.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Remove-NSLBVirtualServer.ps1
Remove-NSLBVirtualServer.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Enable-NSLBMonitor.ps1
Enable-NSLBMonitor.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Remove-NSLBServiceGroupMonitorBinding.ps1
Remove-NSLBServiceGroupMonitorBinding.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Disconnect-NetScaler.ps1
Disconnect-NetScaler.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSMode.ps1
Get-NSMode.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Remove-NSLDAPAuthenticationServer.ps1
Remove-NSLDAPAuthenticationServer.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSRewritePolicy.ps1
Get-NSRewritePolicy.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSSAMLAuthenticationPolicy.ps1
Get-NSSAMLAuthenticationPolicy.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Restart-NetScaler.ps1
Restart-NetScaler.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Set-NSSSLProfile.ps1
Set-NSSSLProfile.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Remove-NSResponderAction.ps1
Remove-NSResponderAction.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writi...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Add-NSIPResource.ps1
Add-NSIPResource.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSLBServiceGroup.ps1
Get-NSLBServiceGroup.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Add-NSLBSSLVirtualServerCertificateBinding.ps1
Add-NSLBSSLVirtualServerCertificateBinding.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSCSVirtualServer.ps1
Get-NSCSVirtualServer.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSCSPolicy.ps1
Get-NSCSPolicy.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSSSLBVirtualServerProfile.ps1
Get-NSSSLBVirtualServerProfile.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/New-NSBackup.ps1
New-NSBackup.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSDnsSuffix.ps1
Get-NSDnsSuffix.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Add-NSLBServiceGroupMonitorBinding.ps1
Add-NSLBServiceGroupMonitorBinding.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSLBServiceGroupMonitorBinding.ps1
Get-NSLBServiceGroupMonitorBinding.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSSystemFile.ps1
Get-NSSystemFile.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/New-NSLBVirtualServer.ps1
New-NSLBVirtualServer.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Remove-NSLBVirtualServerBinding.ps1
Remove-NSLBVirtualServerBinding.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Disable-NSLBServer.ps1
Disable-NSLBServer.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSKCDAccount.ps1
Get-NSKCDAccount.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSResponderAction.ps1
Get-NSResponderAction.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writi...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSVPNVirtualServer.ps1
Get-NSVPNVirtualServer.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Add-NSSystemFile.ps1
Add-NSSystemFile.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writi...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Remove-NSSSLCertificateLink.ps1
Remove-NSSSLCertificateLink.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSLBVirtualServerBinding.ps1
Get-NSLBVirtualServerBinding.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Remove-NSDnsSuffix.ps1
Remove-NSDnsSuffix.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSAvailableTimeZone.ps1
Get-NSAvailableTimeZone.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/New-NSVPNSessionProfile.ps1
New-NSVPNSessionProfile.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Add-NSLBVirtualServerResponderPolicyBinding.ps1
Add-NSLBVirtualServerResponderPolicyBinding.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/New-NSSSLProfile.ps1
New-NSSSLProfile.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Add-NSCertKeyPair.ps1
Add-NSCertKeyPair.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Get-NSLBStat.ps1
Get-NSLBStat.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Remove-NSVPNSessionPolicy.ps1
Remove-NSVPNSessionPolicy.ps1
<# Copyright 2016 Iain Brighton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/Set-NSLBVirtualServer.ps1
Set-NSLBVirtualServer.ps1
<# Copyright 2015 Brandon Olin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
PowerShellCorpus/PowerShellGallery/NetScaler/1.4.0/Public/New-NSResponderAction.ps1
New-NSResponderAction.ps1
<# Copyright 2016 Dominique Broeglin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writi...