Skip to content

Instantly share code, notes, and snippets.

@vhusker
Created January 3, 2016 23:56
Show Gist options
  • Save vhusker/e3177952f5a52bdb518f to your computer and use it in GitHub Desktop.
Save vhusker/e3177952f5a52bdb518f to your computer and use it in GitHub Desktop.
$> Get-Command -Module MSOnline -ParameterName TenantID -Verb Get
CommandType Name Version Source
----------- ---- ------- ------
Cmdlet Get-MsolAccountSku 1.0 MSOnline
Cmdlet Get-MsolAdministrativeUnit 1.0 MSOnline
Cmdlet Get-MsolAdministrativeUnitMember 1.0 MSOnline
Cmdlet Get-MsolCompanyInformation 1.0 MSOnline
Cmdlet Get-MsolContact 1.0 MSOnline
Cmdlet Get-MsolDirSyncConfiguration 1.0 MSOnline
Cmdlet Get-MsolDirSyncProvisioningError 1.0 MSOnline
Cmdlet Get-MsolDomain 1.0 MSOnline
Cmdlet Get-MsolDomainFederationSettings 1.0 MSOnline
Cmdlet Get-MsolDomainVerificationDns 1.0 MSOnline
Cmdlet Get-MsolGroup 1.0 MSOnline
Cmdlet Get-MsolGroupMember 1.0 MSOnline
Cmdlet Get-MsolPartnerContract 1.0 MSOnline
Cmdlet Get-MsolPartnerInformation 1.0 MSOnline
Cmdlet Get-MsolPasswordPolicy 1.0 MSOnline
Cmdlet Get-MsolRole 1.0 MSOnline
Cmdlet Get-MsolRoleMember 1.0 MSOnline
Cmdlet Get-MsolScopedRoleMember 1.0 MSOnline
Cmdlet Get-MsolServicePrincipal 1.0 MSOnline
Cmdlet Get-MsolServicePrincipalCredential 1.0 MSOnline
Cmdlet Get-MsolSubscription 1.0 MSOnline
Cmdlet Get-MsolUser 1.0 MSOnline
Cmdlet Get-MsolUserByStrongAuthentication 1.0 MSOnline
Cmdlet Get-MsolUserRole 1.0 MSOnline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment