Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FTA/PTA 2.6.1 #107

Merged
merged 14 commits into from
Feb 12, 2024
7 changes: 2 additions & 5 deletions jumpcloud-ADMU/Powershell/Start-Migration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1120,11 +1120,9 @@ function Test-UsernameOrSID {
}
}
}

#endregion Functions

#region Agent Install Helper Functions

Function Restart-ComputerWithDelay {
Param(
[int]$TimeOut = 10
Expand Down Expand Up @@ -1412,7 +1410,7 @@ function Set-ADMUScheduledTask {
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# Get user file type associations
# Get user file type associations/FTA
function Get-UserFileTypeAssociation {
[CmdletBinding()]
param (
Expand All @@ -1437,8 +1435,7 @@ function Get-UserFileTypeAssociation {
return $manifestList
}

# Get user protocol associations

# Get user protocol associations/PTA
function Get-ProtocolTypeAssociation{
[CmdletBinding()]
param (
Expand Down
Loading