@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
54 lines (53 loc) • 1.24 kB
TypeScript
/**
* @file Source code generated by gulp-ps-code.
* @version 1.1
*/
export declare module PowerShellScripts {
const module = "Microsoft.SME.Shell";
const resourceName = "MsftSmeShell";
const powerShellPrefix = "WACSH";
const Start_ScheduledReboot: {
command: string;
script: string;
};
const Stop_Reboot: {
command: string;
script: string;
};
const Get_DecryptedDataFromNode: {
command: string;
script: string;
};
const Get_EncryptionJWKOnNode: {
command: string;
script: string;
};
const Get_CimWin32LogicalDisk: {
command: string;
script: string;
};
const Get_CimWin32NetworkAdapter: {
command: string;
script: string;
};
const Get_CimWin32PhysicalMemory: {
command: string;
script: string;
};
const Get_CimWin32Processor: {
command: string;
script: string;
};
const Get_ClusterInventory: {
command: string;
script: string;
};
const Get_ClusterNodes: {
command: string;
script: string;
};
const Get_ServerInventory: {
command: string;
script: string;
};
}