Multi Screen Form Control in PowerApps

SharePoint 2019 – Updates from SPC18

SharePoint 2019 Built on the foundation of SharePoint 2016 Brings on-premise closer to the cloud Brings modern capabilities to on-premise Site Creation Simple Site Creation Experience Create Modern Teams and Communication Sites Fast site creation Modern Team Sites Updated Lists, Libraries, Pages and News Fast, responsive and mobile ready No O365 group associated with modern…

O365 Security and Compliance – PowerShell Connect

Using Power Shell  – connecting to O365 Security and Compliance No installation for a specific Steps : Open powershell Run the following command to create the PS session for Security and Compliance  : –  $pssession = New-PSSession -ConfigurationName microsoft.exchange -ConnectionUri https://ps.compliance.protection.outlook.com/powershell-liveid/ -Credential $cred -Authentication Basic -AllowRedirection Now import the session to PS :- Import-PSSession $pssession  Run…