en-US/Connect-AzureADv2-help.xml
<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh"> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Connect-AzureADv2</command:name> <command:verb>Connect</command:verb> <command:noun>AzureADv2</command:noun> <maml:description> <maml:para>Mostly here just so we can handle connecting via our own connection handler to AzureAD for Connect-OnlineService</maml:para> </maml:description> </command:details> <maml:description> <maml:para>We have a seperate handler for connecting to a client's Azure tenant currently so this mostly just serves as a wrapper to Connect-AzureAD from the AzureAD module.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Connect-AzureADv2</maml:name> </command:syntaxItem> </command:syntax> <command:parameters /> <command:inputTypes> <command:inputType> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>PS C:\> Connect-AzureADv2</dev:code> <dev:remarks> <maml:para>Supports MFA and prompts for valid Azure credentials</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Online Version:</maml:linkText> <maml:uri>https://rearmedhalo.github.io/DUST/Connect-AzureADv2.html</maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> </helpItems> |