Get-AdfsProperties is accessible with the help of adfs module. To install adfs on your system please refer to this adfs.
Synopsis
Gets all the associated properties for the AD FS service.
Description
The Get-AdfsProperties cmdlet gets all the associated properties for the Active Directory Federation Services (AD FS) service.
Syntax
Get-AdfsProperties []
———————–Example 1———————–
Get the associated properties
PS C:> Get-AdfsProperties
This command retrieves the associated properties from AD FS.
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Get-AdfsProperties
You can also read about
- Set-AdfsProperties
Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.