Forum Discussion
Is Get-PrivacyManagementRule a valid powershell command ?
try the following command
Get-PSSession
It's the ExchangeOnline session
Id Name ComputerName ComputerType State ConfigurationName Availability
-- ---- ------------ ------------ ----- ----------------- ------------
5 ExchangeOnli... nam10b.ps.co... RemoteMachine Opened Microsoft.Exchange Available
- farismalaebFeb 09, 2022Steel Contributor
I try to import the exchange management online module and I did not find the command.
even in exchange, I did not see a feature related to Privacy Rule Management.
I think you are using an outdated version, still not sure.
Let me know what are you looking to achieve?
- prakharathreyaFeb 09, 2022Copper ContributorTry to Connect to IPPSession first using below command:
Connect-IPPSSession
It works only when I'm connected to it.- farismalaebFeb 10, 2022Steel Contributor
I agree with you,
The command is valid and is supported till now, but seems there is no documentation any where.
I checked GitHub and tried to find documentation, but nothing found.
But if the command help you, feel free and keep using it as its still valid and supported.
Hope this answer help