Set mailbox hidden from address book April 09, 2021 For mailboxes Set-Mailbox dave -HiddenFromAddressListsEnabled $true For Groups Set-DistributionGroup group1 -HiddenFromAddressListsEnabled $true Share Get link Facebook X Pinterest Email Other Apps Share Get link Facebook X Pinterest Email Other Apps Comments
Setting aspnet on linux to startup as a service August 28, 2022 Good guide at https://swimburger.net/blog/dotnet/how-to-run-aspnet-core-as-a-service-on-linux Read more
Instaling the Powershell ISE January 19, 2015 Do this from Powershell itself. On some machines, you may need to start powershell with elevated rights Import-Module ServerManager Add-WindowsFeature PowerShell-ISE Read more
Comments
Post a Comment