-
Notifications
You must be signed in to change notification settings - Fork 54
10 PowerShell Commands
redhook edited this page Feb 19, 2021
·
15 revisions
List of PowerShell commands by themes.
You can type PS>get-help command -full view syntax.
A - ADFS Administration rights required (System, Local Administrators, ADFS Delegated Administrators)
S- System Administration rights required (System, Local Administrators)
N - Not Remotable
P - Primary Server Only
19 - ADFS 2019 Only
- Get-MFAUsers (A)
- Set-MFAUsers (A)
- Add-MFAUsers (A)
- Remove-MFAUsers (A)
- Enable-MFAUsers (A)
- Disable-MFAUsers (A)
- Import-MFAUsersCSV (A, N)
- Import-MFAUsersXML (A, N)
- Import-MFAUsersADDS (A, N)
- Register-MFASystem (S, P, N)
- Unregister-MFASystem (S, P, N)
- Enable-MFASystem (S, P, N)
- Disable-MFASystem (S, P, N)
- Set-MFAFirewallRules (A, N)
- Get-MFAFarmInformation (A)
- Import-MFASystemConfiguration (S, P, N)
- Export-MFASystemConfiguration (S, P, N)
- Get-MFAComputers (A)
- Register-MFAComputer (S, P, N)
- Unregister-MFAComputer (S, P, N)
- Restart-MFAComputerServices (A, N)
- Get-MFAConfig (A, P, N)
- Set-MFAConfig (A, P, N)
- Set-MFAThemeMode (A, P, N)
- Set-MFAPolicyTemplate (A, P, N)
- Reset-MFAThemesList (A, P, N)
- Get-MFAProvider (A, P, N)
- Set-MFAProvider (A, P, N)
- Export-MFAMailTemplates (email provider) (A, P, N)
- Install-MFASamples (samples for developpers) (A, P, N)
-
Get-MFAStore (A, P, N)
-
Set-MFAStore (A, P, N)
-
Set-MFAActiveDirectoryTemplate (A, P, N)
-
New-MFADatabase (A, P, N)
-
Upgrade-MFADatabase (A, P, N)
- Get-MFASecurity (A, P, N)
- Set-MFASecurity (A, P, N)
- Set-MFAEncryptionVersion (A, P, N)
- Update-MFACredentials (A, P, N)
- Install-MFACertificate (A, P, N)
- Install-MFACertificateForADFS (A, P, N)
- Update-MFACertificatesAccessControlList (A, N)
- Clear-MFAOrphanedRSAKeyPairs (A, N)
- Refresh-MFAConfigurationCache (A, P, N)
- Update-MFAConfigurationCache (A, P, N)
- Clear-MFAConfigurationCache (A, P, N)
- Set-MFAPrimaryAuthenticationStatus (adfsmfa must be removed from second factors) (A, P, N, 19)
- Register-MFAThreatDetectionSystem (A, P, N, 19)
- Unregister-MFAThreatDetectionSystem (A, P, N, 19)
- Update-MFAThreatDetectionData (A, P, N, 19)