We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
#!/bin/bash
# (C) Andrew Worth Carson
# MIT License: https://andrewworthcarson.com/mit_license.html
#!/usr/bin/python
#
# This toggles the macOS appearance from Light mode to Dark mode and vice
# versa.
# This opens a GUI password prompt to store the O365 admin password.
$UserCredential = Get-Credential
# Initiate a remote Powershell session with O365.
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
There was an error while loading. Please reload this page.