User Profile
PrasantChettri
Copper Contributor
Joined Apr 02, 2019
User Widgets
Recent Discussions
Azure vwan
As I am looking at current client deployment I am seeing three separate virtual WAN placeholder at Asia NA and Europe. Two region in Asia is connected through secured hub Two region in Europe is connected through secured hub two region in US connected through secured hub Not sure the region for creating separate VWAN, but there is a connectivity from America to Europe that resolves internally although I could not find hub2hub. The only thing I could see is third party NVA in the perimeter somehow routing it internally from ER. which does not sound like MS best practice of VWAN scenario685Views0likes2CommentsGraph API KQL to extract Disk ID for none-compliance disk
I am trying to get left outer join or join with extend or mv-expand on Graph API to list all non-compliant disk with specific path (non-comp reason). In other words, extracting fields from policy and fields from resource e.g.- resources | where type == "microsoft.compute/disks" and subscriptionId == '3mmmmm333333####e35' | join kind=leftouter (policyresources | where type == "microsoft.policyinsights/policystates" Some resource I am going through are https://www.youtube.com/watch?v=r_3Ydr6fCHQ and https://github.com/globalbao/azure-resource-graph/blob/master/README.md but the join statement to correlate resource query are not working with both outer or join. Maybe I need to narrow down to related item under the resource and resource policy? Azure Management Talk: Azure Resource Graph Zero to Hero - YouTube In this session, Microsoft Consultant Billy York will go over the basics of Azure Resource Graph, including how Kusto Query Language (KQL) is used and its li... If anyone has similar report extraction code with leftouter join between policy with compute resource that would be helpful KQL join query to extract compliance report from resource. To get some fields from resource and some from compliance related to resource423Views0likes0CommentsRe: Intune renaming auto enrolled hybrid device
I went through Mike Niehaus Out of office and other forums but most of them points to Azure function, Graph API and PowerShell 7 module to generate computer name based on serial number. was looking for input to manually rename trying using Readhost and write host on existing script to manually rename based on assset tag but it failed on package. Now I am trying powershell scritp that uses Graph API and MSAL which reaches upto intune and error out of intune fail to rename device. It stays device rename pending for about an hour and then changes to fail. The script talks to Graph API and performs all device query why it fails on rename is still a mystery5.4KViews0likes0CommentsIntune renaming auto enrolled hybrid device
I have few questions about their implementation if AA hybrid join, especially in regards to update cycle and computer rename - For computer rename. I found a nice blog from Michael Niehaus https://oofhours.com/2020/05/19/renaming-autopilot-deployed-hybrid-azure-ad-join-devices/?blogsub=confirming#respond about generating custom auto-generated computer names for hybrid join devices. For me I needed to input device names instead of dynamically generated names. I tried adding Read-host parameters in PowerShell but the package application did not work and did not prompt for the input. Unfortunately, his blog does not give any option to post comments or reply anymore, therefore, I could not ask any question. I have a feeling the C# function code may need to be modified, if anyone has implemented this, please feel free to add comments and suggestions.7KViews0likes2CommentsIntune wiping hybrid join device
Intune wiping hybrid join device - Is there a process to wipe the hybrid join device before it is reassigned to another user. I tried wiping device from device recovery and restore, from Intune and also loaded dell recovery image for Windows 10 to start from scratch and it still remember my user name even after OS recovery. I am trying to assign this device to another user but I do not see any option, if auto pilot keeps remembering my name as OS reload. Both Azure AD and Intune does not allow deleting hybrid join devices from my user profile either.4.4KViews0likes1CommentRe: Windows Virtual Desktop Client can't connect
NidalT i have same issue and it works with device that is imaged and has same group policy which means TLS and SSL settings should not be causing it. One thing I miss from Citrix is web version supported multiple monitor, if the client version has bug at least web version should have multi monitor to fall back on7.7KViews0likes3CommentsExchange 2013 DAG
I have exchange cu15 with DAG on a hybrid environment where most of the mailboxes has already been migrated. One of the mail server database drive is almost running out of space. How to I clean it up DB and log files in a DAG environment considering I am only using one mailbox for hybrid?1.5KViews0likes6Comments
Recent Blog Articles
No content to show